Bulk Email Verifier - MX, Syntax & Deliverability Score
Pricing
from $0.70 / 1,000 results
Bulk Email Verifier - MX, Syntax & Deliverability Score
Verify and clean email lists with no API key, without sending any email. Checks syntax, resolves MX (DNS-over-HTTPS), flags disposable & role accounts, detects free webmail, and scores deliverability 0-100 (deliverable / risky / undeliverable). Read-only. Export CSV/JSON/Excel.
Pricing
from $0.70 / 1,000 results
Rating
0.0
(0)
Developer
Flash Scrape
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
12 hours ago
Last modified
Categories
Share
Bulk Email Verifier — MX, syntax, disposable & deliverability score
Clean and verify any email list with no API key and without sending any email. Built for cold-email and lead-list hygiene — pair it with any lead scraper so every contact you deliver is verified. Read-only: it performs DNS lookups only — it never connects to a mailbox and never sends a message.
What it checks
For every email address:
- Syntax — RFC-style format validation
- MX records — resolved over DNS-over-HTTPS (Google + Cloudflare), with an A-record implicit-MX fallback
- Disposable / temporary domains (mailinator, guerrillamail, temp-mail, …)
- Role accounts —
info@,sales@,support@,noreply@, … - Free webmail — gmail, outlook, yahoo, icloud, …
Each result gets a status (deliverable / risky / undeliverable), a reason code, and a 0–100 deliverability score.
Input
{"emails": ["john@apify.com", "info@stripe.com", "test@mailinator.com"],"concurrency": 20,"dedupe": true,"includeInvalid": true}
You can paste emails one per line, pass an array, or a comma/space/newline-separated string.
Output
| status | score | reason | domain | mx_found | is_disposable | is_role | is_free | smtp_check | |
|---|---|---|---|---|---|---|---|---|---|
| john@apify.com | deliverable | 75 | mx_valid | apify.com | true | false | false | false | |
| info@stripe.com | risky | 55 | role_account | stripe.com | true | false | true | false | |
| test@mailinator.com | risky | 15 | disposable | mailinator.com | true | true | false | false | |
| bad@@x | undeliverable | 0 | invalid_syntax | — | false | — | — | — |
Export to CSV, JSON, or Excel, or pull via the API.
How it scores
The syntax / MX / disposable / role checks need no proxies and no SMTP — fast and reliable from anywhere. A clean business address is reported deliverable / mx_valid (domain confirmed to accept mail), which is the right signal for list-cleaning. The verifier is fully read-only — it never connects to a mailbox or sends a message.
Pricing
Pay-per-result — you're charged per verified email in the dataset. No subscription, no minimums.