VOOZH about

URL: https://apify.com/santhej/email-verifier

โ‡ฑ Email Verifier & Validator - Bulk, Syntax, MX & Disposable ยท Apify


๐Ÿ‘ Email Verifier & Validator - Bulk, Syntax, MX & Disposable avatar

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

Pricing

from $1.80 / 1,000 email verifieds

Go to Apify Store

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

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

Pricing

from $1.80 / 1,000 email verifieds

Rating

5.0

(4)

Developer

๐Ÿ‘ Santhej Kallada

Santhej Kallada

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

6

Monthly active users

9 days ago

Last modified

Categories

Share

Email Verifier & Validator โ€” Bulk, SMTP, Catch-all & Disposable

Clean and validate email lists at scale with deep, real-time verification. For every address you get a clear status (valid / invalid / risky / unknown), a 0โ€“100 score, and the full signal set: live SMTP check, catch-all detection, deliverability, MX, disposable, role account, free provider, spam-trap, and a "did you mean?" typo fix. No API key, no setup.

Cut bounce rates, protect sender reputation, and stop wasting sends on dead or risky addresses.

Features

  • Two modes:
    • Power (default) โ€” deep verification with a live SMTP handshake, catch-all and deliverability detection. Most accurate.
    • Quick โ€” instant check (syntax, MX, disposable, role, free) with no SMTP. Faster and cheaper.
  • Bulk โ€” verify up to tens of thousands of emails per run.
  • Rich signals per email โ€” is_safe_to_send, is_deliverable, is_catch_all, can_connect_smtp, is_disposable, is_role_account, is_free_email, is_spamtrap, has_inbox_full, is_disabled, mx_record.
  • "Did you mean?" โ€” suggests fixes for obvious typos (e.g. gmial.com โ†’ gmail.com).
  • Confidence score โ€” one 0โ€“100 number for quick filtering.
  • Fair pricing โ€” duplicates are removed and never charged.

Input

FieldTypeDescription
emailsarrayEmail addresses, one per line. Required.
modestringpower (deep SMTP + catch-all, recommended) or quick (instant, no SMTP). Default power.
deduplicatebooleanLower-case and de-duplicate before verifying. Default true.
{
"emails":["jeff@amazon.com","info@stripe.com","test@mailinator.com","bad@@format"],
"mode":"power",
"deduplicate":true
}

Output

One record per email:

{
"email":"info@stripe.com",
"status":"risky",
"score":69,
"is_safe_to_send":false,
"is_deliverable":true,
"is_catch_all":true,
"can_connect_smtp":true,
"is_disposable":false,
"is_role_account":true,
"is_free_email":false,
"domain":"stripe.com",
"mx_record":"aspmx.l.google.com",
"did_you_mean":null
}

Status meanings

StatusMeaning
validSafe to send โ€” syntax, MX and (in Power mode) SMTP all check out.
invalidWill bounce โ€” bad syntax, dead domain, no mail server, or spam-trap.
riskyDeliverable but lower quality โ€” catch-all domain, role account, disposable, or a likely typo.
unknownThe mail server couldn't be probed conclusively (some providers block checks) โ€” verify later or treat with caution.

Notes

  • Power mode performs a live SMTP conversation with the recipient's mail server to confirm the mailbox where possible, and detects catch-all domains (which accept any address). Some large providers (e.g. Google/Microsoft hosted) deliberately block these probes โ€” those return unknown rather than a false verdict.
  • Quick mode skips SMTP for instant results โ€” ideal for fast, high-volume syntax/MX/disposable filtering.

You might also like

Email Validator โ€” Bulk MX, Disposable & Score

khadinakbar/email-address-validator

Fast, cheap email list validator. RFC 5322 syntax, DNS MX lookup, disposable detection (3000+ domains), role & free-provider tagging, did-you-mean typo suggestions, 0โ€“100 deliverability score. No external API key. ~$0.90 per 1,000 emails. MCP-ready.

Email Verifier

crawlerbros/email-verifier

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

34

Simple Email Validator

seemuapps/simple-email-validator

Validate email addresses in bulk by checking syntax, MX records, disposable domains, role accounts, and free providers.

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

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 Validation API

gentle_cloud/email-validation-api

Validate email addresses with syntax checks, DNS MX record lookup, disposable email detection, and role-based address detection. No API key required.

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