📩 Email Validator
Pricing
Pay per event
📩 Email Validator
Validate email addresses in bulk: syntax, DNS MX lookup, disposable domain detection, deliverability score. No API key needed, no email sending. Ideal for list cleaning and lead validation.
Pricing
Pay per event
Rating
0.0
(0)
Developer
太郎 山田
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Validate email addresses in bulk: syntax, DNS MX lookup, disposable domain detection, deliverability score. No API key, no email sending.
Store Quickstart
Start with the Quickstart template (5 demo emails). For large list cleaning, use List Cleaning (1,000 emails, all checks enabled).
Key Features
- 📧 Syntax validation — RFC-compliant email format check
- 🌐 DNS MX lookup — Verify domain has working mail exchangers
- 🗑️ Disposable detection — Block tempmail, guerrillamail, mailinator, 10minutemail
- 🎯 Deliverability score — 0-100 composite score per email
- ⚡ Bulk processing — Up to 1,000 emails per run
- 🔒 No sending required — Privacy-safe, nothing hits the inbox
Use Cases
| Who | Why |
|---|---|
| Email marketers | Clean lists before bulk sends to protect sender reputation |
| Sales teams | Validate leads imported from CSV before outreach |
| Growth teams | Verify signups to reduce fake/disposable accounts |
| SaaS platforms | Pre-validate emails at signup to block junk |
| CRM managers | Periodic list hygiene to remove invalid emails |
Input
| Field | Type | Default | Description |
|---|---|---|---|
| emails | string[] | (required) | Emails to validate (max 1000) |
| checkMx | boolean | true | DNS MX lookup |
| checkDisposable | boolean | true | Disposable domain check |
Input Example
{"emails": ["user@example.com", "fake@10minutemail.com"],"checkMx": true,"checkDisposable": true}
Output Example
{"email": "user@example.com","isValid": true,"syntaxOk": true,"mxValid": true,"mxRecords": [{"priority": 10, "exchange": "mail.example.com"}],"isDisposable": false,"domain": "example.com","score": 95}
FAQ
Does this catch typos like gmial.com?
It checks MX validity — gmial.com has no MX records, so it's flagged invalid. Use the score field for confidence.
What score should I trust?
90+ is safe for sending. 70-90 is risky. Below 70 should be discarded or double opt-in'd.
Does it check if the inbox exists?
No — that requires SMTP handshake which can mark your sender as abusive. Not safe for bulk checking.
How often is the disposable domain list updated?
The embedded list covers 3,000+ known disposable providers. Updated with releases.
Related Actors
Lead Generation cluster — explore related Apify tools:
- 📧 Contact Details Extractor — Extract emails, phone numbers, and social media links from any webpage.
- 📞 Phone Number Validator — Validate and format phone numbers for 250+ countries using google-libphonenumber.
Cost
Pay Per Event:
actor-start: $0.01 (flat fee per run)dataset-item: $0.003 per output item
Example: 1,000 items = $0.01 + (1,000 × $0.003) = $3.01
No subscription required — you only pay for what you use.