Email Validator API — SMTP & MX Verification avatar

Email Validator API — SMTP & MX Verification

Pricing

Pay per usage

Go to Apify Store
Email Validator API — SMTP & MX Verification

Email Validator API — SMTP & MX Verification

Verify email addresses with syntax, MX, disposable, role-based, and SMTP handshake checks. Returns validity score (0-100) and detailed reason. Standby HTTP API, sub-second response. Free tier: first 10 verifications free.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

FASTEEDAPPS

FASTEEDAPPS

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

19 hours ago

Last modified

Categories

Share

Email Validator API — Bulk Email Verification & SMTP Check

Verify email addresses in bulk with syntax validation, MX record lookup, disposable email detection, role-based detection, and live SMTP handshake verification. Returns a deliverability score (0–100) for every address. No API key, no monthly subscription — pay only for what you verify.

First 10 verifications free on every run. Then $0.002 per email.

Why use this email verifier?

Cold email and marketing campaigns die when your bounce rate climbs. Mailbox providers (Gmail, Outlook, Yahoo) punish senders with high bounces by pushing mail to spam. This actor cleans your list before you hit send, protecting your sender reputation and inbox placement.

Compare the cost:

Service50,000 emails
ZeroBounce~$350
NeverBounce~$250
Hunter.io~$200
This actor~$100

What it checks

  • Syntax validation — catches typos like gmial.com, malformed addresses
  • MX record lookup — confirms the domain actually accepts email
  • Disposable detection — flags temp-mail.org, guerrillamail, mailinator, and 15+ throwaway domains
  • Role-based detection — identifies info@, sales@, support@, noreply@ addresses
  • SMTP handshake — connects to the mail server and verifies the mailbox exists
  • Quality score — a single 0–100 number you can threshold on

Input

{
"emails": ["john@stripe.com", "test@gmial.com", "hello@tempmail.com"],
"verifySmtp": true
}
FieldTypeDescription
emailsarrayList of email addresses to verify
verifySmtpbooleanRun the SMTP handshake (slower, more accurate). Default true

Output

{
"email": "john@stripe.com",
"valid": true,
"syntax": true,
"mx": true,
"smtp": true,
"disposable": false,
"roleBased": false,
"score": 100,
"reason": "Valid"
}

Use cases

  • Clean lead lists before importing to HubSpot, Salesforce, or your CRM
  • Verify signups in real time to block fake registrations at the form
  • Pre-flight cold email lists to keep bounce rates under 2%
  • Agency email audits for clients
  • Deduplicate and score large B2B datasets

How to use

  1. Add this actor to your Apify account
  2. Paste your emails into the input (array)
  3. Run it — results land in the dataset as JSON, CSV, or Excel
  4. Filter on valid: true or score >= 70 before sending

Works via the Apify API, scheduler, webhooks, or the MCP server for AI agents.

Pricing

  • First 10 emails free every run
  • $0.002 per email after that
  • No subscription, no minimum, no monthly fee

FAQ

Does it need an API key? No. Just add it and run.

How accurate is SMTP verification? Very accurate for most providers. Catch-all domains (which accept every address) are flagged so you can treat them carefully.

Can I schedule recurring runs? Yes — use Apify's built-in scheduler or webhooks to validate signups automatically.

What formats can I export? JSON, JSONL, CSV, Excel, XML, or RSS.


Keywords: email validator, email verification, bulk email checker, SMTP verification, MX record lookup, disposable email detection, email deliverability, list cleaning, bounce rate reduction, cold email verification, email hygiene API.