VOOZH about

URL: https://apify.com/v0iddo/email-verifier-mx-smtp

⇱ Email Verifier Scraper β€” Syntax MX SMTP RCPT Check Β· Apify


πŸ‘ Email Verifier β€” Syntax + MX + SMTP Probe avatar

Email Verifier β€” Syntax + MX + SMTP Probe

Pricing

$0.50 / 1,000 email address verifieds

Go to Apify Store

Email Verifier β€” Syntax + MX + SMTP Probe

Verify email addresses via three checks β€” RFC syntax, DNS MX record presence, and SMTP RCPT TO probe with a short timeout. One row per email with verdict, MX hosts, reason. Pure protocol, datacenter-friendly.

Pricing

$0.50 / 1,000 email address verifieds

Rating

0.0

(0)

Developer

πŸ‘ vΓΈiddo

vΓΈiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

Verify email addresses via three progressive checks β€” RFC syntax, DNS MX record presence, and an optional SMTP RCPT TO probe. One row per address with a deliverability verdict. No third-party API, no auth β€” pure DNS + SMTP socket.

Example output row

{
"email":"hello@stripe.com",
"syntaxValid":true,
"domain":"stripe.com",
"mxHosts":["aspmx.l.google.com","alt1.aspmx.l.google.com"],
"mxOk":true,
"smtpAccepts":"accepts",
"reason":"ok"
}

How to use

Pass a list of email addresses. The actor runs syntax β†’ MX β†’ SMTP in sequence for each one.

Input schema:

{
"emails":["hello@stripe.com","support@github.com","press@anthropic.com"],
"smtpProbe":true,
"timeoutSeconds":8
}
FieldTypeDefaultDescription
emailsarray of stringsprefill examplesEmail addresses to verify
smtpProbebooleantrueConnect to MX and issue RCPT TO probe. Slower but more accurate. Disable for MX-only checks.
timeoutSecondsinteger8Per-email SMTP connection timeout in seconds

Output fields:

FieldTypeNotes
emailstringInput address
syntaxValidboolRFC syntax check passed
domainstringDomain part of the address
mxHostslistMX hostnames sorted alphabetically
mxOkboolAt least one MX record found
smtpAcceptsstringaccepts / rejects / unknown
reasonstringHuman-readable explanation or ok

Pricing

Event: email_verified β€” one email address checked (syntax + MX + optional SMTP probe).

Rate: $0.0005 per email verified.

Verifying 1 000 addresses = $0.50. All processed emails are charged β€” including syntax failures and SMTP unknowns β€” because protocol work still happens for each one.

Buyer

  • List hygiene before cold email campaigns β€” remove hard bounces before paying per-send
  • SaaS signup validation β€” flag disposable or nonexistent domains on sign-up forms
  • Lead enrichment pipelines β€” score inbound leads by email deliverability
  • CRM cleanup β€” bulk-audit stale contact lists without a third-party SaaS subscription
  • Compliance workflows β€” confirm addresses are reachable before GDPR/CAN-SPAM sends

Source

Protocol: DNS MX lookup + SMTP socket probe (no HTTP API)

MX lookup: dns.resolver.resolve(domain, "MX") β€” uses the system DNS resolver

SMTP probe flow:

  1. Connect to port 25 of the first MX host
  2. EHLO voiddo-verifier.apify.com
  3. MAIL FROM:<> (null reverse-path per RFC 5321 Β§4.5.5)
  4. RCPT TO:<email> β€” reads response code
  5. QUIT β€” no mail is ever sent

Response codes: 250 β†’ accepts, 550 β†’ rejects, anything else β†’ unknown.

You might also like

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

25

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

Email Verifier

crawlerbros/email-verifier

Verify email addresses for deliverability. Check syntax, MX records, disposable domains, role-based addresses, and SMTP mailbox existence.

34

Email Verifier & Validator - Bulk, Syntax, MX & Disposable

santhej/email-verifier

Bulk-verify email addresses: syntax, domain/MX deliverability, disposable, role-account, free-provider and typo detection. Fast, no API key, pay per email.

πŸ‘ User avatar

Santhej Kallada

4

5.0

Email Verifier - MX, SMTP, Disposable & Role Detection

convertfleetdotonline/email-verifier

Verify email deliverability at scale using MX record checks, SMTP probing, disposable email detection, and role-account filtering. Ideal for email list cleaning and lead validation. Powered by the Apify API.

2

Email Verifier

leadsbrary/email-verifier

Verify emails in bulk: syntax, MX lookup, SMTP RCPT TO, catch-all detection & disposable domains. Get a 0–100 confidence score per email. Faster and cheaper than Hunter, ZeroBounce or NeverBounce.

πŸ‘ User avatar

Alexandre Manguis

23

Email Validation Api

ghewaretech/email-validation-api

Validate email addresses at scale with enterprise-grade accuracy. This API performs comprehensive email verification including syntax validation, DNS/MX record checks, disposable email detection, and optional SMTP mailbox verification.

πŸ‘ User avatar

Unisuraksha Tracking Systems Pvt Ltd

18