Piloterr

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

GET
/v2/email/finder

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Full name of the person whose professional email address you want to find.

Example:

Rémi Agosta

Note: Provide the full name as accurately as possible for the best results. Common name variations are supported.

company_domain?string

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.

company_name?string

The company name of the person you are looking for.

Example:

Piloterr

Note: 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"
}