Find a Person's Email
Use this API endpoint to perform email lookups by providing a person's name along with their company details (domain or company name). This endpoint leverages advanced algorithms to uncover and verify emails, delivering accurate results while ensuring compliance with privacy regulations.
Endpoint
https://api.anymailfinder.com
/v5.0/search/person.json
Pricing
- 1 credit: Charged when a fully verified email is found.
- Free: If no email is found or if the email is classified as risky (partially verified).
- Free for Duplicate Searches: Searches already performed in the past year are always free.
Authentication
You must include your API key in the Authorization
header to access this endpoint.
Refer to the Authentication page for details on how to authenticate your requests.
Request example
curl -X POST \'https://api.anymailfinder.com/v5.0/search/person.json' \-H 'Authorization: Bearer YOUR_API_KEY' \-H 'Content-Type: application/json' \-d '{"domain":"microsoft.com","full_name":"John Doe"}'
Searches are performed in real time. Response times depend on factors like the company's SMTP server, website responsiveness, and advanced operations to uncover catch-all emails.
Our system efficiently auto-scales to handle high volumes of requests.
Request parameters
POST body parameters
Parameters should be sent as JSON in the POST Body.
Parameter | Example value | Description |
---|---|---|
domain string - optional | "microsoft.com" | The domain of the company to search for the email. |
first_name string - optional | "John" | The person's first name. |
last_name string - optional | "Doe" | The person's last name. |
company_name string - optional | "Microsoft" | The company name (providing domain is recommended for better accuracy). |
full_name string - optional | "John Doe" | The person's full name (providing first_name and last_name is recommended for better accuracy). |
- At least one of
domain
orcompany_name
is required, but you may provide both. domain
is preferred as usingcompany_name
may not always yield the correct domain.- You must provide either
full_name
or bothfirst_name
andlast_name
.
Headers
Parameter | Example value | Description |
---|---|---|
x-webhook-url string - optional | "https://yourdomain.com/webhook" | Specify an URL to receive a webhook callback when the result is ready instead of waiting for the request to complete. |
Response
Need Help?
Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.