Account
Autoscout24
Bing
Brave
Chewy
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
Email
Email Finder
Find verified email addresses easily and secure more meals for your business.
GET
/
api
/
v2
/
email
/
finder
Copy
Ask AI
curl --location --request GET "https://piloterr.com/api/v2/email/finder?query=firstname+lastname&company_domain=xxxx.com" \
--header "Content-Type: application/json" \
--header "x-api-key: <token>"
Copy
Ask AI
{
"email": "first_name.last_name@xxx.com",
"status": "valid",
"last_name": "last_name",
"first_name": "first_name",
"company_domain": "xxxx.com"
}
Header
This parameter specifies the private key you’ll need for Piloterr access.
Parameters
Full name of the person you want to find the email address for.
The company’s domain, multiple formats accepted piloterr.com
or https://www.piloterr.com
The company name of the person you want to find the email address for Piloterr
Response
Copy
Ask AI
curl --location --request GET "https://piloterr.com/api/v2/email/finder?query=firstname+lastname&company_domain=xxxx.com" \
--header "Content-Type: application/json" \
--header "x-api-key: <token>"
Copy
Ask AI
{
"email": "first_name.last_name@xxx.com",
"status": "valid",
"last_name": "last_name",
"first_name": "first_name",
"company_domain": "xxxx.com"
}
Was this page helpful?
Copy
Ask AI
curl --location --request GET "https://piloterr.com/api/v2/email/finder?query=firstname+lastname&company_domain=xxxx.com" \
--header "Content-Type: application/json" \
--header "x-api-key: <token>"
Copy
Ask AI
{
"email": "first_name.last_name@xxx.com",
"status": "valid",
"last_name": "last_name",
"first_name": "first_name",
"company_domain": "xxxx.com"
}
Assistant
Responses are generated using AI and may contain mistakes.