Find more verified emails
your workflow can trust.
Every email we find is checked live, and we only charge for the ones that pass.
$ curl -X POST https://api.anymailfinder.com/v5.1/find-email/person \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "full_name": "John Doe", "domain": "acme.com" }'
# 200 OK
{
"email": "john.doe@acme.com",
"email_status": "valid",
"credits_charged": 1
}Easy to integrate.
In your no-code automation
Connect it with a single HTTP request. No rate limits means no 429s to handle, so your scenarios don't break mid-run.
In your product
Serve verified emails to your own users. No rate limits and 99.95% uptime, so you can send their requests straight to the API without building a queue or throttle layer.
Highest find rate, tested.
Other tools give up on catch-all domains and addresses they can't confirm, marking them “risky”, “unknown”, or not found. We verify them live and find the emails they miss.
Tested on the same list. Only verified emails counted. See methodology and full benchmark →
Benchmark it yourself
Get 100 free credits and check the find rate on your own targets.
Three ways to search.
Every endpoint comes with copy-paste examples in cURL, Node.js, Python, and PHP.
Find Person Email
name + domain/company and/or linkedin url→emailPOST /v5.1/find-email/person { "full_name": "John Doe", "domain": "acme.com" }
{
"email": "john.doe@acme.com",
"email_status": "valid",
"credits_charged": 1
}Find Decision Maker Email
role categories + domain/company→emailPOST /v5.1/find-email/decision-maker { "domain": "acme.com", "decision_maker_category": ["ceo"] }
{
"email": "jane.doe@acme.com",
"email_status": "valid",
"person_full_name": "Jane Doe",
"person_job_title": "CEO",
"person_linkedin_url": "linkedin.com/in/janedoe",
"credits_charged": 2
}Find Company Emails
domain/company→up to 20 emailsPOST /v5.1/find-email/company { "domain": "acme.com" }
{
"emails": [
"susan.smith@acme.com",
"john.doe@acme.com",
"jane.johnson@acme.com",
… up to 20
],
"email_status": "valid",
"credits_charged": 1
}Built to run in production.
We handle over 250 million requests every month, with no rate limits, no throttling, and no backoff or retry logic to write.
The only limit is your credit balance.
Most calls scrape the web and verify emails live, end to end.
We absorb bursts thanks to autoscaling and spare capacity.
Monitored by a reliability team, with an SLA on request.
Running since 2016, with an actively maintained API.
Scale and security.
Webhooks
Prefer async? Pass a webhook URL and we'll POST results the moment they're ready.
Bulk API
Send up to 100,000 rows in a single job, and get a webhook when the results are ready.
Security & privacy
GDPR-compliant, with a DPA available. Lookup data is deleted after 30 days and never resold.
Only pay for emails that deliver.
Verified before you're charged
Every address is checked live against the recipient's mail server.
97%+ delivery guarantee
If a verified email hard-bounces, report it and we'll credit you back.
Never charged twice
Duplicate searches are free for 30 days.
“Anymail Finder is the best email-finding API I've found. I tried Apollo, Lusha, and others - the API is incredibly simple and intuitive, and the data accuracy is very good.”
Diogo F.Trustpilot“I tested the top 5 providers - most charged for every email. Anymail gave us at least 30% more, and only charged for the valid ones.”
Karthik N.Trustpilot“Only charges at a 97% deliverability rate, and the price is great. I connected it to my Make.com with quick help from support.”
shafy M.Sales · CapterraFrequently Asked Questions
Get 100 free credits to test.
Add the API to your stack and start finding verified emails in minutes.
No charge until you choose a plan.