VOOZH about

URL: https://apify.com/apivault_labs/email-deliverability-checker

โ‡ฑ Email Verifier & Finder: Check or Find Any Email ยท Apify


๐Ÿ‘ Bulk Email Verifier & Finder - Mailbox Exists, SPF/DKIM/DMARC avatar

Bulk Email Verifier & Finder - Mailbox Exists, SPF/DKIM/DMARC

Pricing

from $0.60 / 1,000 email verifieds

Go to Apify Store

Bulk Email Verifier & Finder - Mailbox Exists, SPF/DKIM/DMARC

Bulk email verifier & finder: live mailbox check (accepted/rejected/catch-all), SPF/DKIM/DMARC, spam-trap & blacklist, typo fix, find emails by name+company. Pay only for definitive results.

Pricing

from $0.60 / 1,000 email verifieds

Rating

0.0

(0)

Developer

๐Ÿ‘ Apivault Labs

Apivault Labs

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

10 hours ago

Last modified

Share

๐Ÿ“ง Bulk Email Verifier & Finder โ€” Mailbox Exists Check + SPF, DKIM, DMARC

๐Ÿ‘ Email Verifier & Finder

Two tools in one. Verify whether an email really exists with a live mailbox check (accepted / rejected / catch-all), or find a person's email from their name + company (domain or company name). Plus syntax, MX/deliverability, free/role/disposable/gibberish flags, typo fixes, sender authentication (SPF, DKIM, DMARC), spam-trap & DNS-blacklist risk, a Gravatar signal and a 0-100 score. No login, no API keys, no proxy. You only pay for definitive results โ€” catch-all and unknown are free.

๐Ÿ‘ Three tools in one run


๐Ÿ”Ž Email Finder (name + company โ†’ verified email)

Provide people and the Actor resolves the company domain (from a domain or a company name), tries the common address patterns (first.last, flast, first, โ€ฆ), and returns the one the mail server accepts โ€” with a confidence score:

{
"people":[
{"name":"John Doe","domain":"acme.com"},
{"name":"Jane Smith","company":"Apify"},
{"firstName":"Bo","lastName":"Lee","domain":"bigcorp.com",
"knownContacts":[{"email":"al.ray@bigcorp.com","firstName":"Al","lastName":"Ray"}]}
]
}

Output (extra fields like crmId are passed through):

{"fullName":"Jane Smith","domain":"apify.com","domainResolvedFrom":"Apify",
"foundEmail":"jane.smith@apify.com","pattern":"jane.smith","confidence":0.95,
"mailboxStatus":"accepted","mailboxExists":true,"status":"found"}

status is found (verified), catch_all_guess (domain accepts all โ€” best guess), or not_found. Billed only for a confirmed found mailbox. Provide knownContacts to auto-detect the company's email pattern.



โœจ What you get per address

Mailbox existence (live check)

  • mailboxExists โ€” true (server accepts it), false (server rejects it), or null (couldn't confirm)
  • mailboxStatus โ€” accepted / rejected / catch-all / disposable / no-mx / unknown

Validation

  • syntaxValid (RFC-aware) + normalizedEmail (Gmail dot/+tag aware)
  • hasMx, mxProvider, mxRecords, domainResolves
  • freeProvider, roleBased, disposable, gibberish
  • suggestedCorrection (e.g. gmial.con โ†’ gmail.com)
  • status (valid / risky / invalid / unknown) + deliverabilityScore (0-100) + reasons[]

Sender authentication (domain audit)

  • spf โ€” domain publishes an SPF record
  • dkim โ€” DKIM key found (+ dkimSelector)
  • dmarc โ€” DMARC policy present (+ dmarcPolicy: none / quarantine / reject)

Sender reputation & risk

  • blacklisted + blacklists[] โ€” domain listed on a DNS blacklist (Spamhaus DBL / SURBL)
  • spamTrapRisk โ€” low / medium / high (+ spamTrapReason) โ€” protect your sender reputation
  • greylisting-aware: temporary "unknown" verdicts are retried into definitive answers

Identity signal

  • hasGravatar โ€” the address has a public Gravatar (likely a real, used inbox)

A final list-quality report record summarises the run: an Aโ€“F grade, deliverable %, and the full valid / risky / invalid / catch-all / disposable / role breakdown.


๐Ÿ“ฅ Input

FieldTypeDefaultDescription
emailsarrayrequired*Email addresses to check (one per line).
recordsarrayโ€”Objects with an email field + any extra columns; all columns are passed through to the output (verify CRM/CSV exports).
emailColumnstringemailWhich field in records holds the address.
emailsTextstringโ€”Paste a list / CSV column; merged + de-duplicated.
checkMxbooleantrueLook up MX/DNS deliverability.
verifyMailboxbooleantrueLive mailbox check (does the address exist?). Paced ~1 address/sec; turn off for a fast domain-only pass.
resolveCatchAllbooleantrueFor catch-all domains, probe a fake address to try to confirm the real one.
deepCheckbooleantrueAudit SPF/DKIM/DMARC + Gravatar. Turn off for a faster, lighter pass.
deduplicatebooleantrueProvider-aware de-duplication.
onlyValid / onlyDeliverablebooleanfalseKeep only valid / deliverable addresses.
dropDisposable / dropRoleBasedbooleanfalseDrop throwaway / group mailboxes.
exportFormatstringdefaultdefault JSON, csv flat columns, or both.
{
"emails":["john.doe@acme.com","info@apify.com","test@gmial.con"],
"verifyMailbox":true,
"deepCheck":true
}

๐Ÿ“ค Sample output

{
"email":"john.doe@acme.com",
"status":"valid",
"deliverabilityScore":95,
"mailboxExists":true,
"mailboxStatus":"accepted",
"syntaxValid":true,
"domain":"acme.com",
"hasMx":true,
"mxProvider":"Google Workspace",
"spf":true,
"dkim":true,
"dkimSelector":"google",
"dmarc":true,
"dmarcPolicy":"reject",
"hasGravatar":true,
"freeProvider":false,
"roleBased":false,
"disposable":false,
"reasons":["mailbox accepted by the mail server (exists)","domain enforces DMARC (p=reject)"]
}

๐Ÿ’ก Use cases

  • Catch fake / dead addresses โ€” the live mailbox check flags addresses the server rejects.
  • List cleaning before outreach โ€” drop invalid/disposable, keep deliverable.
  • Lead quality scoring โ€” mailbox + Gravatar + MX + auth signals rank real, reachable contacts.
  • Domain trust / security audit โ€” flag domains with no SPF/DMARC (spoofable, low trust).
  • CRM enrichment โ€” attach existence + provider + auth posture to every contact.

๐Ÿค– For AI agents (MCP / Standby)

Run the Actor as a low-latency HTTP/MCP server for lead-gen agents (Claude, Cursor, OpenAI). Enable Standby in the Actor settings, then:

  • REST: GET /?email=john@acme.com or GET /?name=Jane%20Smith&domain=apify.com
  • MCP tools: verify_email and find_email (JSON-RPC over the Standby endpoint)

๐Ÿ’ธ Don't pay twice

Set cacheDays (e.g. 7) and any address verified within that window is returned instantly from your private cache and is not charged again โ€” ideal for overlapping CRM/CSV lists.


โš™๏ธ Notes & limits

  • You only pay for definitive results. Three pay-per-event charges: result (one verified email โ€” valid/invalid), found (a confirmed Finder email โ€” only when a mailbox is found), and domain-auth (SPF/DKIM/DMARC audit, once per unique domain). Catch-all, risky, unknown and not-found are free, and cached re-checks (cacheDays) are free too.
  • No API key or external account needed โ€” the live mailbox check is built in. Great for cleaning Apollo, ZoomInfo, Clay or CRM exports before outreach.
  • The live mailbox check asks the destination mail server whether it accepts the address (accepted / rejected / catch-all). For catch-all domains and a few providers that hide their answer, existence can't be confirmed and is returned as null / catch-all โ€” exactly as every reputable verifier reports it. Speed: checks run in parallel across different domains while each single domain is paced politely; with mailboxConcurrency: 0 (default) the Actor auto-scales workers to the number of domains in your list, so big multi-domain CRM/Apollo/ZoomInfo exports are processed fast (single-domain lists are paced and slower by design).
  • DKIM is detected by probing common selectors; a false means no key was found on those selectors, not that DKIM is absent everywhere.


โš–๏ธ Acceptable use & disclaimer

  • What this Actor returns: email addresses, mailbox-existence and deliverability/authentication signals (SPF/DKIM/DMARC). It never returns, guesses, or exposes passwords, account credentials, or mailbox contents, and it does not attempt to log in to any account.
  • Intended use: legitimate email-list hygiene and B2B contact verification โ€” cleaning your own lists before outreach, anti-fraud and deliverability checks, and verifying addresses you have a lawful basis to process.
  • Your responsibility: you must use the results lawfully and in compliance with applicable regulations (e.g. GDPR, CAN-SPAM, CCPA) and obtain any required consent. Do not use the Actor or its output for spam, harassment, credential attacks, unsolicited bulk mail, scraping for resale, or any unlawful purpose.
  • No warranty: the Actor is provided "as is", without warranties of any kind. Verification reflects what mail servers report at the time of the check and may be incomplete (catch-all, greylisting, providers that hide results). The developer accepts no liability for misuse or for decisions made from the results.

This is general information, not legal advice โ€” consult your own counsel for your specific compliance needs.


Built and maintained by Apivault โ€” reliable data Actors, fair pricing.

You might also like

Email Finder & Verifier

automation-lab/email-enrichment

Find and verify business email addresses using SMTP verification, pattern matching, and catch-all detection. Three modes: verify emails, find by name+domain, discover domain emails. Includes confidence scoring, disposable/free detection, and provider identification.

๐Ÿ‘ User avatar

Stas Persiianenko

106

Email MX Verifier

maximedupre/email-mx-verifier

Check email syntax, MX records, disposable domains, role addresses, free providers, typo suggestions, and delivery risk. Export clean rows for CRM, outreach, signup, and data workflows.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

Bulk Email MX Verifier โ€” Cold Email List Cleaner

automation-lab/email-mx-verifier

Clean scraped or purchased B2B lead lists before outreach. Bulk-check email syntax, MX records, disposable domains, providers, role/risk signals, and optional SMTP probe with no external API. Export CSV/JSON for Instantly, CRM, and campaign tools.

๐Ÿ‘ User avatar

Stas Persiianenko

26

Bulk SMTP Email Verifier โ€” Mailbox & Catch-All Checker

automation-lab/smtp-email-verifier

Deep-verify lead emails with SMTP RCPT checks before campaign upload. Classify valid, invalid, catch-all, disposable, unknown, and risky mailboxes; no email is sent and no third-party verification API is required.

๐Ÿ‘ User avatar

Stas Persiianenko

13

Bulk Email Verifier โ€” MX, SMTP & Disposable Detection at Scale

ryanclinton/bulk-email-verifier

Verify email deliverability in bulk โ€” MX records, live SMTP mailbox checks, disposable domain detection (55,000+ domains), role-based flagging, catch-all detection, and confidence scores. $0.005/email, no subscription.

274

Lead Quality & Outreach Readiness Auditor โ€” Decide & Benchmark

ryanclinton/enrichment-quality-auditor

Audit lead lists before outreach. Every lead gets a quality score, trust score, and a use/verify/repair/enrich/reject decision, then rolls up to account health, pipeline risk, and a vendor benchmark of which source delivers usable leads. Works with Clay, Apollo, ZoomInfo, CSV.

Lead Enrichment Pipeline โ€” 5-47x Cheaper Than Clay

ryanclinton/lead-enrichment-pipeline

All-in-one lead enrichment: email discovery, phone finding, verification, company research, and lead scoring in one run. CSV or JSON in, scored leads out. $0.12/lead โ€” 5-47x cheaper than Clay.

27

1.0

(1)

โœ… Bulk Email Validator โ€” Verify & Clean Lists

nexgendata/email-validator

Validate thousands of emails in bulk with DNS MX verification, syntax checking, disposable detection & free provider ID. Cheaper than ZeroBounce ($0.005 vs $0.008/email). Clean lists before campaigns to protect sender reputation.

SMTP Email Verifier

maximedupre/smtp-email-verifier

Check email addresses in bulk with syntax validation, MX records, SMTP RCPT TO mailbox probes, catch-all detection, disposable and role flags, confidence, and recommended actions. No email is sent.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2