Smart Email Finder & Verifier - No API Key avatar

Smart Email Finder & Verifier - No API Key

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Smart Email Finder & Verifier - No API Key

Smart Email Finder & Verifier - No API Key

$1/1K πŸ”₯ Fast email finder & verifier! Discover & guess company emails from any domain, DNS-MX verified β€” no key. JSON, CSV, Excel or API in seconds. Drop domains or names & pull thousands of leads for cold outreach & recruiting ⚑

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Smart Email Finder & Verifier πŸ”Žβœ‰οΈ (No API Key)

Find and verify business email addresses from a company domain β€” or a person's name β€” and confirm deliverability with DNS-MX checks. No API key, no monthly seat, no fragile third-party portal.

This Actor combines the two techniques every email-finding tool relies on, and does both in one cheap run:

  1. Discover β€” it fetches a company's homepage and common contact pages (/, /contact, /about, /impressum, /team, /kontakt) and extracts every real email address it can find β€” including mailto: links, plain-text addresses, and obfuscated ones like name [at] domain [dot] com or hello@company.com. It also grabs tel: phone numbers.
  2. Guess β€” for a given person (first + last name), it generates the common corporate email patterns (john.doe@, jdoe@, johndoe@, john@, …) at that company's domain.

Every candidate email is then verified for deliverability without SMTP: the Actor confirms the domain publishes valid MX records via Google DNS-over-HTTPS and validates the address syntax, then flags disposable providers. See How verification works below for why this is the honest, reliable signal.


πŸ’‘ Use cases

  • B2B lead generation β€” turn a list of company domains into a list of verified contact emails.
  • Cold outreach & sales prospecting β€” find the decision-maker's likely address and confirm the domain accepts mail before you send.
  • Recruiting & talent sourcing β€” reach candidates when only a name + employer is known.
  • List building & CRM enrichment β€” append emails + phone numbers to accounts you already have.
  • Deliverability hygiene β€” screen an existing list for dead domains (no_mx) and disposable addresses before a campaign.

πŸš€ Input

FieldTypeDescription
modeselectdiscover (scrape pages for emails + phones) or guess (person β†’ corporate patterns). Default discover.
domainsarrayCompany domains, e.g. ["stripe.com", "apify.com"]. Scheme/path stripped automatically. Used in both modes.
firstNamestringPerson's first name (guess mode).
lastNamestringPerson's last name (guess mode).
pagesarrayPage paths to scrape per domain (discover mode). Default ["/","/contact","/about","/impressum","/team"].
maxItemsintegerMax output rows (1–1000). Default 100.

Example β€” discover

{ "mode": "discover", "domains": ["apify.com", "stripe.com"] }

Example β€” guess

{ "mode": "guess", "domains": ["stripe.com"], "firstName": "John", "lastName": "Doe" }

πŸ“€ Output

Each row is one email (or phone). Example:

{
"type": "email",
"email": "hello@apify.com",
"source": "discovered",
"pattern": null,
"domain": "apify.com",
"mx_found": true,
"mx_host": "aspmx.l.google.com",
"syntax_valid": true,
"disposable": false,
"status": "mx_ok",
"found_on_url": "https://apify.com/contact",
"person": null,
"scraped_at": "2026-07-19T18:40:00+00:00"
}

Guessed rows include pattern (e.g. {first}.{last}) and person; discovered phone rows use type: "phone" with a phone field. Status is one of mx_ok, no_mx, invalid_syntax.


πŸ”¬ How verification works (and why no SMTP)

Most "verifiers" claim to do an SMTP RCPT TO handshake against the mail server. From cloud/datacenter IPs β€” where scrapers run β€” that handshake is routinely blocked, greylisted, or returns catch-all lies, so the "valid" flag is often meaningless. Instead, this Actor uses the honest, reproducible signals:

  • MX records via Google DNS-over-HTTPS (https://dns.google/resolve) β€” proves the domain is configured to receive mail. No MX β‡’ the address cannot be delivered (no_mx).
  • Strict syntax validation β€” RFC-ish local-part + alphabetic TLD.
  • Disposable-domain detection β€” flags Mailinator, Guerrilla Mail, 10MinuteMail and friends as risky.

This never probes the target mail server, never leaks your intent, and never gets your IP blocked. mx_ok means "valid syntax on a domain that accepts mail" β€” the strongest signal you can get cleanly.


πŸ’° Pricing

Priced to undercut Hunter.io, Snov.io and Apollo β€” roughly $1 per 1,000 emails processed, pay-as-you-go, no monthly seat and no credit expiry. Run it on a handful of domains or ten thousand; you only pay for what you use.

This ActorHunter.io / Snov.io
API key required❌ Noβœ… Yes
Monthly seat / subscription❌ Noβœ… Yes
DNS-MX verifiedβœ… Yesβœ… Yes
Discover + Guess in one runβœ… YesSeparate credits
Phone numbersβœ… Yes (tel:)Limited


Scrape and process only publicly available business contact data, and use it in line with GDPR/CAN-SPAM and applicable local law. You are the data controller for how you use the output. This tool does not send email.

Keywords: email finder, email verifier, email checker, MX record lookup, lead generation, B2B leads, cold outreach, email pattern, contact scraper, no API key.