View all API endpoints

Company Email Pattern

This API allows you to retrieve the email pattern used by a specific company. 📨
Database
August 11, 2023
800
ms
42
k requests
7
votes
▶ Try for free
Get it customized
No credit card required

This API allows you to retrieve the email pattern used by a specific company.

Query Parameters

query: (String, Required) A domain name. Accepted formats include just the domain name (e.g., gucci.com), the domain name with HTTPS (e.g., https://gucci.com), or the domain name prefixed with "www" (e.g., www.gucci.com).

Response

The response will be a list containing the email patterns used by the company. Each pattern has two properties:

  • pattern: (String) This represents the pattern of the email address.
  • percentage: (String) This indicates the percentage of the company's emails that match the given pattern.

The response example shows different email patterns that the company uses. Patterns are formatted using placeholders like [F] and [L], which might represent the first letter of the first name and the last name, respectively. The percentage indicates how prevalent each pattern is within the company's email addresses.

Key Features

  1. Email Patterns: Discover the email address formats utilized by companies.
  2. Match Percentages: Learn the prevalence of each pattern within a company's framework.
  3. Real-world Query & Response Examples: Swift learning with tangible examples to kickstart effortlessly.
Content:

Header

x-api-key required

string

Parameter defines the Piloterr private key to use.

Parameters

query

string

gucci.com

GET
POST
/api/v2/company/email_pattern?query=gucci.com
Example Request
curl --location --request GET 'https://piloterr.com/api/v2/company/email_pattern?query=gucci.com' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
Response
[ { "pattern": "[F].[L]", "percentage": 99.131 }, { "pattern": "[F]", "percentage": 0.3032 }, { "pattern": "[F1][L]", "percentage": 0.3032 }, { "pattern": "[F1].[L]", "percentage": 0.1819 }, { "pattern": "[F].[L1]", "percentage": 0.0404 }, { "pattern": "[L]", "percentage": 0.0202 }, { "pattern": "[F1]-[L1]", "percentage": 0.0202 }
]
Sign up now and enjoy 100 free API requests + full access to our premium features and tools.
Other API endpoints that might be of interest for you:

Take a look at our blog posts

Interviews, tips, guides, industry best practices and news.
What is Residential Proxy ?
Proxy
10
min read

What is Residential Proxy ?

A residential proxy is a type of proxy server that routes internet traffic via an intermediary...
Read post
Web Scraping for Lead Generation
Scraping
8
min read

Web Scraping for Lead Generation

Gathering contact information from websites in order to generate leads for businesses is known...
Read post
Free Proxies for Web Scraping
Proxy
9
min read

Free Proxies for Web Scraping

Free Proxies are the web servers that act as intermediaries between computers and the internet...
Read post
By clicking “Accept”, you agree to the storing of cookies to enhance site navigation and analyze site usage. View our Privacy Policy for more information.