Find all Emails at a Company

Use this API endpoint to retrieve up to 20 email addresses associated with a company by providing either a domain or company name. This endpoint leverages advanced algorithms to uncover and verify emails while ensuring compliance with privacy regulations.

Endpoint

POST
https://api.anymailfinder.com
/v5.0/search/company.json

Pricing

  • 1 credit: Charged if verified emails are found. A single search returns up to 20 emails, but the total cost is always 1 credit for the entire batch.
  • Free: If no emails are found or if all emails are 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/company.json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"domain":"microsoft.com"}'
Timeout recommendation: 180 seconds.
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.
No Rate Limits.
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.

ParameterExample valueDescription
domain
string - optional
"microsoft.com"The domain of the company to search for the email.
company_name
string - optional
"Microsoft"The company name (providing the domain is recommended for better accuracy).
Notes:
  • At least one of domain or company_name is required, but you may provide both.
  • domain is preferred as using company_name may not always yield the correct domain.

Headers

ParameterExample valueDescription
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

200OK
400Bad Request
401Unauthorized
402Payment Needed
404Not Found
451Blacklisted

Need Help?

Our team is experienced with APIs and is here to help. Contact us via chat or email at team@anymailfinder.com.