11 Best Email Finder APIs in 2026 for Cold Email

11 Best Email Finder APIs in 2026 for Cold Email

Key takeaways:

  • An email finder API turns a name plus a domain into a deliverable address. What separates the good ones is not coverage but what they do when they are unsure.
  • Verification is probabilistic by design. The SMTP standard lets any server refuse to confirm an address, which is why catch-all domains exist and why no vendor can promise certainty.
  • Cost per found address matters more than cost per credit. Icypeas reaches roughly half a cent an email at volume while Tomba charges $8.90 per 1,000, and both can beat a cheaper tier that bills for misses.
  • Our own finder endpoint arrives in late August 2026, and our database is powered by Generect, which also appears in this list as a vendor you can buy directly.

Every cold email program starts with the same unglamorous question: what is this person’s address? Get it wrong and the sequence never runs, the domain takes the damage, and nobody finds out until the bounce report lands.

The scale of available email data is genuinely enormous. Security researcher Troy Hunt indexed nearly 2 billion unique addresses exposed in breaches into Have I Been Pwned, which tells you something about how much of this data is loose in the world. It also tells you why provenance and verification matter more than raw volume.

An email finder API is the disciplined version of that problem, and the programmable cousin of the AI email finders most teams start with. Call it a find email API or an email finder API: you send a name and a domain, and a good one returns either a verified address or an honest miss.

This guide ranks the 11 email finder APIs worth building against in 2026, with pricing fetched live. We are one of them and have listed ourselves first, so read our entry accordingly. We have also named our own upstream data supplier, because it is in this list and you can buy from it directly.

How an Email Finder API Actually Works

Understanding the mechanism explains almost every pricing and accuracy difference in this category.

Most finders combine three techniques. Pattern generation infers likely formats from a domain’s known addresses, the same logic behind most email scraping tools, so jane.smith@, jsmith@ and jane@ all become candidates. Database lookup matches the person against previously observed addresses. SMTP probing opens a conversation with the recipient’s mail server and asks whether a mailbox exists, without sending anything.

The third step is where certainty breaks down, and the reason is written into the standard. RFC 5321, the SMTP specification, permits operators to switch verification off entirely: servers implementing the VRFY command “MAY provide local installations a way to disable either or both of these commands.” It also notes that “some servers do not perform recipient verification until after the message text is received.”

That is the whole story behind catch-all domains. A server configured to accept mail for any address at the domain cannot tell a finder whether a specific mailbox exists, so the finder must either guess, decline, or charge you for an unverifiable result.

Which of those three a vendor chooses is the single most useful thing to know about it.

How We Ranked These Email Finder APIs

Every tool here publishes pricing we could verify live and exposes an API a developer can call on a self-serve plan. We fetched each price rather than reusing figures from other comparisons.

We weighted the commercial mechanics that pricing pages tend to bury:

  • Whether an unfound address consumes a credit
  • Whether catch-all results are billed as successes
  • Whether repeat lookups within a billing period are charged twice
  • Whether credits expire, roll over, or reset monthly

Accuracy claims in this category are entirely vendor-published. No independent audit exists, so we attribute every figure to the vendor stating it rather than presenting it as established fact. Where a vendor publishes no accuracy figure at all, we say that too, because silence is information.

The 11 Best Email Finder APIs Compared

Pricing shown is the cheapest plan that includes API access.

Tool Best for Key features Main limitation Pricing (from) Rating
Reply.io Finding addresses you will then sequence Find missing emails, live validation, 1B+ contacts Finder endpoint ships late August 2026 $49/month ★★★★★
Hunter The most forgiving credit policy No charge on misses, repeats counted once Smaller index than waterfall tools Free (50 credits) ★★★★★
Findymail Protecting a sending domain Contractual sub-5% bounce guarantee $99 entry, no cheaper self-serve tier $99/month ★★★★☆
Prospeo Forecastable spend Flat 1-credit emails, 75 free monthly Mobile lookups cost 10 credits Free (75 credits) ★★★★☆
Icypeas Lowest cost per address at scale Credits never expire, catch-all included Publishes no accuracy figure at all $19/month ★★★★☆
Anymail Finder Matching spend to volume precisely Eight tiers, API on every plan Accuracy figures are vendor-published $29/month ★★★★☆
Tomba Polyglot engineering teams 10 official SDKs plus an MCP integration One self-serve tier only Free (25 searches) ★★★★☆
Generect Pure pay-per-result billing $0.03 per valid email, no subscription Thin public documentation of tiers Free searches ★★★★☆
Enrow One pool across email and phone No result, no charge, unlimited seats on Pro No published accuracy or bounce SLA EUR15/month ★★★☆☆
Snov.io Finding plus sending in one account Finder, verifier and CRM together LinkedIn automation is a paid add-on $39/month ★★★☆☆
Wiza LinkedIn-sourced lists Strong match rates on profile URLs API gated to a $166/user tier $166/user/month ★★★☆☆

Ratings weight billing honesty and verification behavior above headline credit price, which is why a mid-priced tool with a generous miss policy outranks a cheaper one without.

1. Reply.io

Reply.io as one of the best email finder apis

Best for: Finding addresses you will then sequence

Overview: We should start with a disclosure that matters in this particular list. Our contact database is powered by Generect, which appears at position eight here as a vendor you can buy from directly. If your only requirement is raw finding, going to the source is a legitimate choice and we would rather say so.

What we add on top is everything after the address. The same API key that finds a contact also validates it, drops it into a multichannel sequence, and manages the reply, so an address never has to leave one system to become a conversation.

The timing caveat, stated plainly: the find-missing-email-addresses endpoint is documented and dated for late August 2026. Email validation is callable today through async estimate and schedule endpoints.

Finding does work in the product now through Findy, our Chrome extension for LinkedIn, and Name2Email inside Gmail. It is the programmable path that is still arriving.

Key features:

  • Find missing email addresses on partial contact records, arriving late August 2026
  • Async email validation with background-job handling, callable today
  • Live Data search across our 1+ billion contact database, including 220+ million in the US
  • Findy for LinkedIn profile lookups and Name2Email for finding addresses inside Gmail
  • Deliverability tooling covering warm-up, sending limits and domain authentication
  • Documented rate limits of 100 requests per minute and 3,000 per hour per user

Pricing: the platform is metered on active contacts rather than seats. A thousand contacts runs $49 a month billed annually or $59 monthly, and the ladder tops out at $899 for 100,000. Fifty live data credits are included each month, with further credit packages and email validation packages each starting at $20 a month.

Pros: finding, validating and sending behind one key, no per-seat penalty as the team grows, 1+ billion contacts with deep US coverage, deliverability tooling included rather than sold separately, published rate limits and async jobs for bulk work

Cons: the finder endpoint is not callable until late August 2026, so today you would be buying the sequencing and validating and waiting for the finding, and our data is bundled into a sending platform rather than sold as a standalone finder, which makes Generect or Hunter the better buy if addresses are all you want

How to start using it:

  1. Open a 14-day trial and mint an API key at Settings > API Key.
  2. Confirm the credential against https://api.reply.io/v3/whoami.
  3. Schedule a validation job over 1,000 addresses you already hold and poll the background job.
  4. Compare the invalid rate with whatever your current finder reported, which is the fastest quality signal available.
  5. Add the finder endpoint to the pipeline when it lands in late August 2026.

Why it’s a good email finder API: an address is an input, not an outcome. Holding the find, the check and the send behind one credential removes the handoffs where cold email programs usually lose data.

Final verdict: the right choice when finding is step one of an outbound motion you already run, and the wrong one if you want a finder in isolation this quarter. In that case Hunter or Generect below will serve you better today, and we would rather you learn that here than during an integration.

2. Hunter

Hunter as one of the best email finder apis

Overview: Hunter is the most established name in email finding and behaves like it. The documentation is clean, the API has been stable for years, and the credit policy is the most generous here.

Key features:

  • Domain search, email finder and verifier as separate endpoints
  • No credit charged when nothing is found or verification fails
  • Repeat lookups within a billing period counted only once

Pricing: the free tier gives 50 credits a month. Starter is $49 monthly or $34 annually for 2,000 credits, Growth $149 or $104 for 10,000, and Scale $299 or $209 for 25,000. A finder call costs 1 credit per address found, bulk domain search costs 1 credit per ten addresses returned, and verification costs half a credit. Every tier includes unlimited team members.

Pros: the most forgiving billing policy in this comparison, deduplicated repeat lookups, unlimited seats on all plans, genuinely mature documentation

Cons: the underlying index is smaller than waterfall tools so match rates on obscure domains trail, per-credit pricing sits above the budget vendors, and there is no phone data at all

Why it’s a good email finder API: because misses are free and repeats are deduplicated, your billed credits track the value you actually received rather than the requests you happened to make.

Final verdict: the safest default in the category, and the one to pick if you would rather not think about billing mechanics.

3. Findymail

Findymail as one of the best email finder apis

Overview: Findymail sells a promise rather than a database. It guarantees a bounce rate under 5% and refunds credits when it misses that bar, which is the only contractual quality commitment in this list.

Key features:

  • A bounce-rate guarantee under 5%, backed by credit refunds
  • Finder and verifier credits bundled into the same plan
  • Credit rollover up to twice the monthly allowance

Pricing: one self-serve plan at $99 a month, carrying 5,000 finder and 5,000 verifier credits, with two months free if you pay yearly. Addresses cost a credit each; phones cost ten. Above that, Enterprise negotiates volume and auto-refill. A free account gets you 10 credits to look around.

Pros: the only real bounce SLA available, no charge for unfound addresses, credits roll over up to double

Cons: $99 is the floor with nothing cheaper on self-serve, the 10-credit free account is barely a demo, and phone lookups at 10 credits are expensive

Why it’s a good email finder API: it moves deliverability risk onto the vendor. If your domain reputation is the thing you cannot afford to lose, that transfer is worth more than a lower per-credit rate.

Final verdict: the pick when the cost of a bounce exceeds the cost of a credit.

4. Prospeo

Prospeo as one of the best email finder apis

Overview: Prospeo optimizes for predictability. One credit pool, one rate per address, no routing logic to reason about, and a free tier large enough to run a real comparison.

Key features:

  • Finding from a domain, a name or a LinkedIn profile URL
  • A flat model where an address costs 1 credit and a mobile costs 10
  • 75 free credits a month with API access included

Pricing: Starter is $39 a month for 1,000 credits, Growth $99 for 5,000, Pro $199 for 20,000 and Business $369 for 50,000, above a free plan of 75 monthly credits.

Pros: cost model is the simplest here to forecast, API available from the free tier upward, no billing surprises at month end

Cons: mobile numbers at 10 credits make phone work costly, coverage trails waterfall providers on difficult domains, and no accuracy benchmark is published

Why it’s a good email finder API: when someone asks what 20,000 lookups will cost, you can answer in one sentence. Few vendors here allow that.

Final verdict: a dependable single-source finder for teams that value a predictable invoice.

5. Icypeas

Icypeas as one of the best email finder apis

Overview: Icypeas competes on unit economics and little else, reaching roughly three-quarters of a cent per address at volume. Its credit terms are unusually generous alongside that.

Key features:

  • Catch-all verification included on every tier rather than sold up
  • API access on all plans, plus Make, Zapier and n8n connectors
  • Credits that never expire and roll over indefinitely

Pricing: four steps, and the per-address rate falls at every one. $19 buys 1,000 credits (about $0.019 each), $39 buys 4,000 (roughly $0.0097), $89 buys 10,000 (about $0.0089), and Hypergrowth opens at $499 for 100,000 (roughly $0.005), running all the way to $34,930 a month at 10 million. Annual billing takes another 20% off each rate.

Pros: lowest cost per address at volume, non-expiring credits remove the usual month-end waste, catch-all verification on even the cheapest tier

Cons: it publishes no accuracy figure whatsoever, so quality is unknowable before you test, it carries less third-party scrutiny than the established brands, and catch-all results still need your own judgment call

Why it’s a good email finder API: at half a cent an address you can afford a lower hit rate and still come out ahead, provided you measure rather than assume.

Final verdict: the cost leader, best paired with your own verification step.

6. Anymail Finder

Anymail Finder as one of the best email finder apis

Overview: Anymail Finder verifies against the recipient’s mail server in real time and bills only for addresses it classifies as deliverable. Eight self-serve tiers mean you rarely pay for headroom you do not use.

Key features:

  • Real-time verification against the recipient server before a result is returned
  • API access on all eight self-serve plans
  • Billing restricted to addresses judged safe to send

Pricing: eight steps, climbing $29, $49, $89, $149, $199, $299, $499 and $799 a month for 400, 1,000, 2,000, 5,000, 10,000, 25,000, 50,000 and 100,000 credits respectively. Commit annually and roughly a third comes off. The trial runs 14 days on 100 credits and will not auto-charge you.

Pros: granular tiering avoids overbuying, API on every plan including the cheapest, a genuine no-card trial

Cons: its published coverage and accuracy figures are vendor-stated rather than audited, there is no phone data, and mid-range per-credit costs mean it wins on structure rather than price

Why it’s a good email finder API: the eight-tier ladder fits teams whose volume sits awkwardly between the two or three tiers most competitors offer.

Final verdict: a well-built finder whose plan structure is its quiet advantage.

7. Tomba

Tomba as one of the best email finder apis

Overview: Tomba is the most developer-accommodating option here, shipping ten official SDKs and an MCP integration alongside the REST API. If your stack is not JavaScript or Python, this is the one that already speaks your language.

Key features:

  • Ten official SDKs covering Python, Node.js, PHP, Ruby, Go, Java, Dart, Lua, R and Elixir
  • An MCP integration for agent-driven lookups
  • Duplicate searches within the same month returned free

Pricing: a single self-serve tier, Growth, costs $89 a month for 10,000 credits, which works out at $8.90 per thousand. The free plan allows 25 searches a month with no card. Credits stay valid for 12 months. A finder call costs 1 credit per valid address and a phone lookup costs 5.

Pros: unmatched SDK coverage, MCP support, free duplicate lookups within a month, 12-month credit validity

Cons: one self-serve tier means little flexibility above or below 10,000 credits, its “99% accuracy” and benchmark ranking are vendor-published, and the free tier at 25 searches is too small for a real trial

Why it’s a good email finder API: for a team writing in Go, Elixir or R, an official SDK removes a day of work that every other vendor here would leave you to do.

Final verdict: the best developer experience in the category, held back only by its single-tier pricing.

8. Generect

Generect as one of the best email finder apis

Overview: Generect sells lead generation, contact enrichment and company data as real-time APIs on pure pay-per-result terms. It is also the data layer behind our own database, which we would rather disclose than have you discover.

Key features:

  • Unlimited free searching, with charges only on results
  • Lead generation, contact enrichment and company endpoints delivered in real time
  • Volume discounts that lower per-contact cost as usage grows

Pricing: searching is free and unlimited. You pay $0.03 per valid email found and $0.02 per export, with enterprise volume discounts reducing both as usage climbs. There is no subscription to carry.

Pros: the cleanest pay-per-result model in this list, no monthly commitment at all, free unlimited search means you can size a list before spending

Cons: its public documentation of tiers and enterprise terms is thinner than the established brands, it publishes no accuracy benchmark, and buying raw data means you build the workflow around it yourself

Why it’s a good email finder API: paying three cents only when an address is valid is about as aligned as vendor incentives get in this category.

Final verdict: an excellent direct-from-source option, and the honest answer for anyone who wants our underlying data without our platform.

9. Enrow

Enrow as one of the best email finder apis

Overview: Enrow pools finding, phone lookup, verification and catch-all checks into a single credit balance, priced in euros. Unlimited team members from the Pro tier is unusual at that price point.

Key features:

  • One credit pool spanning finder, phone finder, verifier and catch-all verification
  • No result, no charge billing across every operation
  • Unlimited members from Pro upward

Pricing: the entry plan is EUR15 monthly (EUR9 on annual) covering 1,000 credits for a single member. Pro lifts that to 10,000 credits and unlimited members at EUR75, or EUR45 annually. Scale runs EUR360 or EUR216 for 50,000, and Custom starts at EUR1,000 for uncapped use. Paying yearly cuts 40%, and the trial hands over 50 credits without a card.

Pros: a unified pool means an unexpected mix of work does not break the budget, unlimited seats from Pro, a steep annual discount

Cons: no published accuracy or bounce commitment of any kind, euro pricing creates currency exposure for US teams, and it carries limited independent review

Why it’s a good email finder API: shared credits across operation types suit teams whose workload shifts month to month between finding and verifying.

Final verdict: strong value and simple mechanics, weakened by the absence of any quality benchmark.

10. Snov.io

Snov.io as one of the best email finder apis

Overview: Snov.io bundles finding, verification, a light CRM and multichannel sending into one account. Its API is one component of a broader platform rather than the product itself.

Key features:

  • Email finder and verifier with a built-in CRM
  • Multichannel sending across email and LinkedIn
  • Unlimited team seats on every plan

Pricing: Starter is $39 a month with unlimited team seats, rising through Pro S at $99, Pro M at $189 and Pro L at $369. LinkedIn automation is a separate add-on at $69 a month.

Pros: unlimited seats at every tier, finding and sending under one subscription, a genuinely usable CRM for small teams

Cons: LinkedIn automation costs $69 a month on top of the plan, the API is secondary to the interface so documentation is lighter, and finder accuracy is not separately benchmarked

Why it’s a good email finder API: for a small team that wants one subscription covering discovery and outreach, the bundle removes a vendor rather than adding one.

Final verdict: a capable all-rounder whose API is a feature rather than the point.

11. Wiza

Wiza as one of the best email finder apis

Overview: Wiza turns LinkedIn Sales Navigator searches into exportable, verified contact lists. Match rates on profile URLs are genuinely strong; the gating is what to check before planning around it.

Key features:

  • Finding anchored on LinkedIn profile URLs
  • Unlimited email reveals on the annual Email plan
  • Bulk export workflows built for list construction

Pricing: a free tier gives 20 valid emails and 5 phones. Starter is $49 per user monthly then $0.15 an email and $0.35 a phone. Email is $83 per user monthly billed annually, and Email + Phone is $166 per user annually or $199 monthly. API access exists only on Email + Phone and the custom Team plan.

Pros: among the best match rates on LinkedIn-sourced records, unlimited reveals on annual Email, transparent overage rates

Cons: programmatic access effectively costs $166 per user per month, per-seat pricing stacks on top of credit costs, and its published ratings are vendor-cited rather than independent

Why it’s a good email finder API: if prospecting starts in Sales Navigator, anchoring on a profile URL beats guessing from a name and domain.

Final verdict: excellent data behind an expensive gate, so budget for the top tier or choose elsewhere.

What Separates an Accurate Email Finder API From a Cheap One

Once you have a shortlist, three checks decide which survives contact with your list.

Test Against Addresses You Already Know

Take 300 contacts whose addresses you have confirmed, the same discipline that makes B2B list building reliable, strip the email field, and run the names and domains back through each candidate. Then measure three things separately: how often it returned something, how often that something was right, and how often it returned a confidently wrong address.

That third number is the one nobody publishes and the one that causes damage. A miss costs you a prospect; a wrong address costs you a bounce and, at volume, a domain.

Weight the sample toward the segment you actually sell into, because every vendor performs well on large, well-documented companies.

Decide Your Catch-All Policy Before You Buy

Because the SMTP standard permits servers to skip verification, a meaningful slice of any B2B list sits behind catch-all domains that cannot be confirmed. Vendors handle this in three ways: charge for the result, return it flagged as unverified, or decline to return it at all.

None of these is wrong, but they produce very different bills and very different bounce rates. Icypeas includes catch-all verification on every tier, BetterContact declines to charge for them, and others simply pass them through as successes.

Work out whether your sending setup can absorb catch-all risk, then pick a vendor whose policy matches that answer rather than the other way round.

Read the Repeat-Lookup Rule

Pipelines re-query the same contacts more often than teams expect, especially when a job retries or a sync runs twice. Hunter counts repeats once per billing period and Tomba returns duplicate searches free within the same month. Most competitors bill again.

At scale this is not a rounding error. A pipeline that re-enriches a 20,000-row table monthly will pay twice for a substantial share of it under the wrong policy.

Check it before you build the retry logic, not after the first invoice.

What Email Finder APIs Cost in Practice

The table groups by workload rather than by tier, because the advertised price rarely matches the effective one.

Workload Monthly lookups Realistic cost Best-fit picks
Evaluating accuracy Under 500 $0 Hunter, Prospeo, Tomba, Generect free tiers
One rep prospecting 1,000 to 5,000 $19 to $49 Icypeas, Anymail Finder, Prospeo
A small outbound team 10,000 to 25,000 $89 to $299 Tomba, Hunter, Icypeas
Agency or high-volume sending 50,000 to 100,000 $299 to $849 Icypeas Hypergrowth, Anymail Finder Massive
Domain reputation is critical Any $99+ Findymail
Pure pay-per-result Any $0.03 per email Generect

Those bands assume work addresses only. Phone numbers change the arithmetic sharply, costing 5 credits at Tomba and 10 at Prospeo, Findymail and Enrow, so a phone-heavy workload can multiply the bill on identical volume.

As with any of the sales prospecting tools you evaluate, the free tiers deserve to be used properly before any purchase. Between Hunter’s 50 credits, Prospeo’s 75, Tomba’s 25 searches and Generect’s unlimited free search, you can measure real match rates on your own list without spending anything.

Choosing the Right Email Finder API

Work backwards from the failure you are most worried about, and from where finding sits in your outbound lead generation process.

If bounces threaten your domain, Findymail is the only vendor here putting a refund behind a bounce ceiling. If you want billing that never surprises you, Hunter charges nothing for misses and deduplicates repeats, and Prospeo keeps one flat rate.

If unit cost dominates at volume, Icypeas is the clear winner and its non-expiring credits remove the usual waste. If your team writes in something other than Python or JavaScript, Tomba already has an SDK for it.

If you want no subscription at all, Generect charges three cents per valid address and nothing else. If your prospecting starts in Sales Navigator, Wiza anchors on profile URLs, provided you can justify the $166 tier.

Choose Reply.io when the address is only the opening move and the sequence that follows matters more than the lookup itself. Just plan around the late August 2026 date for the finder endpoint, and note that if raw finding is genuinely all you need, Generect sells the same underlying data directly.

One recurring theme in buyer discussions is worth flagging. In a thread on r/LeadGeneration, a marketer noted anecdotally that a large share of B2B companies use either no enrichment provider or exactly one, and asked what the single-provider trade-off actually buys. The honest answer is simplicity and a predictable bill, against the coverage a multi-source approach reaches. Neither is wrong; the mistake is not knowing which you chose.

Frequently asked questions

What is an email finder API?

It is an endpoint that accepts a person’s name and a company domain, or a LinkedIn profile URL, and returns a work email address the provider has attempted to verify. It replaces manual lookup and list buying, because you request the address at the moment you need it rather than maintaining a file that decays.

Which is the best email finder API for accuracy?

No vendor publishes audited accuracy, so treat every claim as self-reported. Findymail is the only one backing quality contractually, with a sub-5% bounce guarantee and credit refunds. In practice, test two or three against 300 addresses you already know to be correct, and measure confidently-wrong results separately from misses.

How do I find email with API calls for free?

Several vendors allow it at small volume. Hunter provides 50 credits a month, Prospeo 75, Tomba 25 searches, and Generect allows unlimited free searching while charging only for results. These allowances are sufficient to evaluate match quality on a real sample but not to run production volume.

Why do email finder APIs return catch-all or unverifiable results?

Because the SMTP standard allows it. Servers may disable address verification entirely, and some accept mail for any address at a domain, so a finder cannot confirm whether a specific mailbox exists. Vendors then choose whether to charge for that result, flag it, or withhold it, which is why catch-all policy varies so much between providers.

What does an accurate email finder API cost?

Effective rates run from roughly $0.005 an address at Icypeas at high volume to about $0.03 at Generect and $8.90 per thousand at Tomba. The figure that matters is cost per usable address, since a vendor billing for misses at a 60% match rate is far more expensive than its per-credit price suggests.

Subscribe to our blog to receive the latest updates from the world of sales and marketing.
Stay up to date.

Related Articles

11 Best Intent Data APIs in 2026 to Find Ready-to-Buy Leads

11 Best Intent Data APIs in 2026 to Find Ready-to-Buy Leads

11 Best Intent Data APIs in 2026 to Find Ready-to-Buy Leads
11 Best AI Prospecting APIs in 2026 to Find More Leads

11 Best AI Prospecting APIs in 2026 to Find More Leads

11 Best AI Prospecting APIs in 2026 to Find More Leads
11 Best B2B Data APIs in 2026 to Find More Prospects

11 Best B2B Data APIs in 2026 to Find More Prospects

11 Best B2B Data APIs in 2026 to Find More Prospects