Email Finder API

Find more verified emails
your workflow can trust.

Every email we find is checked live, and we only charge for the ones that pass.

4.8/5 on Trustpilot100 free credits to test
$ 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.

n8n+ more

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.

Anymail Finder
77.5%
Other live-verification tools
65.8%
Database-first finders
37.0%

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.

Get your API key →

Three ways to search.

Every endpoint comes with copy-paste examples in cURL, Node.js, Python, and PHP.

1

Find Person Email

name + domain/company and/or linkedin urlemail
POST /v5.1/find-email/person
{ "full_name": "John Doe", "domain": "acme.com" }
{
  "email": "john.doe@acme.com",
  "email_status": "valid",
  "credits_charged": 1
}
2

Find Decision Maker Email

role categories + domain/companyemail
POST /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
}
3

Find Company Emails

domain/companyup to 20 emails
POST /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.

8.1s
average response

Most calls scrape the web and verify emails live, end to end.

No
rate limits

We absorb bursts thanks to autoscaling and spare capacity.

99.95%
uptime

Monitored by a reliability team, with an SLA on request.

10+ yrs
in production

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.

From $29/mo·100 free credits to start·See pricing →

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 · Capterra

Frequently Asked Questions

How accurate are the emails?
Every email is checked live against the recipient's mail server before we return it, and only valid results are billed. Verified emails deliver at 97%+ - if one ever hard-bounces, report it and we'll credit you back.
Do I pay for emails you can't find?
No. You're only charged when we return a verified email. Searches that come back empty are free.
Can it find emails on catch-all domains?
Yes. Catch-all domains accept anything at the server level, so most tools mark them risky or skip them. We confirm those addresses with extra signals and return the ones that check out, which is a big part of our higher find rate.
Is there a rate limit?
No. We don't throttle requests or cap concurrency, so there's no backoff or retry logic to write. Requests queue and clear as capacity frees up, so large bursts add processing time, not errors - the only limit is your credit balance.
How fast is a search, and can it run async?
Searches run live and average around 8 seconds. A few take up to about 2 minutes, usually when a target site or mail server is slow to respond. Calls return inline by default - pass a webhook URL and we'll POST the result the moment it's ready instead of holding the request open.
Can I run bulk searches?
Yes. Send up to 100,000 rows in a single job and get a webhook when the results are ready. Bulk jobs run async, so there's nothing to keep open or poll.
How much does it cost?
You spend 1 credit per valid email we find (2 for a decision-maker search). Invalid results, and searches you've already run in the last 30 days, are free. Plans start at $29/month.
What languages and tools can I use?
It's a REST API over HTTPS, so it works from any language or no-code tool - including n8n, Make, Zapier, and Clay - that can send an HTTP request.
Is my data private?
Yes. Data is processed over HTTPS, we're GDPR-compliant with a DPA available, and lookup data is deleted after 30 days. We never resell it.
What is the Email Finder API?
It lets your app find and verify professional email addresses on demand. Send a name and company, a domain, or a LinkedIn URL, and it returns a verified email - billed only when one is found.

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.