Company Email Pattern Database

/api/v2/company/email_pattern API endpoint allows you to get the pattern email from a domain name.

Using an API that provides the pattern for a company's email addresses can be useful for a number of reasons. For example:

  • It can help a business or individual communicate with the company more efficiently. By using the correct email pattern, the message is more likely to reach the intended recipient, rather than being rejected or sent to the wrong person.
  • It can improve data quality. By using an API to obtain the correct email pattern for a company, a business or individual can ensure that they have accurate contact information for the company in their database.
  • It can help with email marketing efforts. By using the correct email pattern, a business can more accurately target their marketing efforts to the right individuals within a company.

Overall, using an API that provides the pattern for a company's email addresses can help a business or individual communicate more efficiently, improve data quality, and more effectively target their marketing efforts.

API Parameters

NameTitleTypeDescription
query *Company nameparameterA company name.
x_api_key *Piloterr API keyparameterParameter defines the Piloterr private key to use.

Endpoint

GET https://piloterr.com/api/v2/company/email_pattern?query=gucci&x_api_key=xxxxxx

Example

[
    {
        "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
    }
]

We respect your privacy.

This website uses cookies to help personalize your online experience. Learn more.