GET
/
api
/
v2
/
company
/
email_pattern
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>' \
[
    {
        "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
    }
]
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Parameters

query
string

A domain name like gucci.com, https://gucci.com or www.gucci.com

Response

company
Email Pattern List
pattern
string

The pattern of the email address

percentage
string

Percentage of the emails that match the pattern