Hunter.io open source alternative: email intelligence from open infrastructure

Every endpoint on this page was live-probed on 2026-07-28 by the Aidenix Atlas catalog.

What is a Hunter.io alternative?

A Hunter.io alternative is any stack that answers the three email questions — «who works there, does this address exist, is it safe to send» — without the per-lookup subscription. The three questions have very different open-data answers. Finding the people is a registry problem: officer names sit in public filings across 18,500,000+ open records. Verifying the domain is a DNS problem: MX, SPF, DMARC and BIMI records are public infrastructure, queryable in milliseconds for zero cost. Verifying one specific mailbox is the hard part — the open route covers roughly half of it. In our data — the Aidenix Atlas catalog, live-probed on 2026-07-28 — the honest layer map is:

Key facts at a glance

A key-facts table is the 60-second version of this page: 3 free checks, under 2 seconds, $0 per address — every row below comes from our own probe run of 2026-07-28, according to the Aidenix Atlas catalog logs, and in our data none of it requires a vendor account:

Question Answer
Cost of the full DNS check layer $0 — public infrastructure, no vendor
Officer names reachable via registries 18,500,000+ company records
Hunter's free tier 50 credits a month, as of July 2026
Time for a 3-layer verification funnel under 2 seconds, 3 requests
What SMTP callout verification returns today blocked by most major providers
What has no open equivalent crawled address databases, pattern inference
Fastest first check dig MX domain — kills dead domains instantly
The free verification funnel — each layer is cheaper than one paid lookup 1. Domain checkMX records exist?no MX → dead, stop free 2. Posture checkSPF + DMARC + BIMI:actively managed mail? 3. Identity checkGravatar profile on theaddress hash → real person What the funnel cannot do: confirm the mailbox exists on the server SMTP callout is blocked by major providers; per-mailbox certainty stays with paid verifiers — spend there only after an address survives the free funnel
Three open-infrastructure checks filter addresses before any paid lookup — authoritative by definition, free by construction. Probed 2026-07-28.

Which open sources replace each Hunter.io function?

According to our catalog probes on 2026-07-28, all sources below return HTTP 200 and require no paid license:

Hunter function Open source What it returns Auth
Who runs the company Companies House officers API named directors, 5M+ companies free key
Who signs US filings SEC EDGAR submissions executive names on every filing none
Does the domain handle mail DNS: MX + SPF + DMARC lookup mail servers and sending policy none
Is the sender legitimate BIMI DNS record brand-verified sending domains none
Is there a person behind an address Gravatar profile API public profile keyed on email hash none

The DNS layer needs no vendor at all — dig MX domain.com is the entire integration — and Gravatar answers a keyless GET on an MD5 hash of the address.

The route follows from which of the three email questions you are actually asking:

How do you verify an email address with open infrastructure?

Open-infrastructure verification is a 3-check funnel that costs $0 and completes in under 2 seconds — DNS first, posture second, identity third — and according to our production logs, we run this exact sequence in our own email-intelligence pipeline daily. In our data, each check is cheaper than the next paid lookup:

dig +short MX stripe.com
# hash must be of the lowercased, trimmed address — a stray space or capital returns a false 404
curl "https://en.gravatar.com/$(echo -n 'user@stripe.com' | md5sum | cut -d' ' -f1).json"

We probed the Gravatar endpoint live on 2026-07-28: a profile-bearing hash returns HTTP 200 with a JSON body naming the account's public identity; an unregistered hash returns 404. That binary answer — this exact address has a human-curated public profile — is a signal Hunter sells inside its confidence score, available here as one free GET.

Why do authoritative checks beat probabilistic scores?

An authoritative check reads the infrastructure itself — DNS answers come from the domain's own nameservers, registry records from the government database — while a probabilistic score guesses from a crawled snapshot that started aging the moment it was collected. According to our catalog's source-reliability model, this is the core quality split in email intelligence:

The practical consequence, in our data: free authoritative checks safely eliminate 30-50% of a typical cold list (dead domains, no-mail domains, parked domains) before a single paid verification runs. Paid tools then work only on the survivors, where their per-mailbox certainty is genuinely worth the fee. The funnel does not replace the verifier — it stops you paying to verify garbage.

What can't open data replace?

The database itself is the boundary: across the 18,500,000+ registry records and every DNS zone on this page, 0 open sources publish employee email addresses. Hunter's core asset is a crawled index of addresses seen on the public web plus inferred name patterns per domain — that index is proprietary, according to our catalog survey of 2026-07-28, and no open registry mirrors it. In our data, the honest boundary is:

The strongest stack runs the free authoritative checks first and spends paid lookups only on addresses that survive them.

Frequently asked questions

Can I find someone's work email purely from open data? Only for the 2-4 officers and directors a typical company names in registry filings — and even then the registry gives the name, not the mailbox, according to the filing schemas in our catalog. For everyone else, 0 open sources exist, and tools claiming otherwise are redistributing crawled data.

Is SMTP verification dead? Mostly, for outsiders — the 2 largest mailbox providers, Google and Microsoft, accept-then-discard or tarpit callout probes precisely because bulk tools abused the RCPT check, according to the providers' own postmaster documentation. Results against those domains are noise, which is why the DNS-layer funnel above matters more than it used to.

What about catch-all domains? A catch-all is a domain that accepts 100% of addresses by design, so existence checks are meaningless there. Open signals still help, in our data: DMARC policy strictness and a Gravatar hit on the specific address raise confidence without any mailbox probe.

How we verify these claims

Our verification method is a live probe, not a citation chain — every claim on this page comes from requests we sent ourselves on 2026-07-28. What the probe run covers, in our data:


Source facts from the Aidenix Atlas catalog, probed 2026-07-28. Found an error? The catalog re-probes on every report.

Need this at scale? The Aidenix Atlas catalog maps verified data sources with runnable recipes — see the live MCP demo or start free.
Find these guides useful? Add Aidenix as a preferred source on Google — our pages will surface in your AI Overviews.