Email Finder
Find verified professional email addresses by combining a person's full name with their company domain or company name.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
Full name of the person whose professional email address you want to find.
Example:
Rémi AgostaNote: Provide the full name as accurately as possible for the best results. Common name variations are supported.
The company's domain name. Multiple formats are accepted:
piloterr.com: Bare domain (preferred)https://www.piloterr.com: Full URL format
Note: At least one of company_domain or company_name is required. If both are omitted, the API returns a 400 error.
The company name of the person you are looking for.
Example:
PiloterrNote: At least one of company_domain or company_name is required. company_domain is preferred when available as it produces more accurate results.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/email/finder?query=string"{
"email": "anthony.dupont@piloterr.com",
"status": "valid",
"last_name": "anthony",
"first_name": "dupont",
"company_domain": "piloterr.com"
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}