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
}
]
Get the email pattern for a company
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
}
]
gucci.com
, https://gucci.com
or www.gucci.com
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
}
]
Was this page helpful?