Bulk Email Verifier & List Cleaner
Pricing
from $5.00 / 1,000 results
Go to Apify Store

Bulk Email Verifier & List Cleaner
Protect your sender reputation by cleaning your mailing lists in bulk. This Actor validates email syntax, checks DNS MX records to ensure the domain accepts mail, and flags over 30+ known disposable/temporary email providers.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer

Brian
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Email Verifier — Bulk Email Validation
Verify email addresses in bulk with comprehensive validation. Checks syntax correctness, DNS MX records, disposable/temporary email providers, and identifies free email services. Clean your email lists before sending campaigns.
What does it return?
| Field | Description |
|---|---|
email | The email address checked |
valid | Overall validity (true/false) |
reason | Why it passed or failed |
domain | Email domain |
isDisposable | Whether it's a known temporary email provider |
isFreeProvider | Whether it's a free email (Gmail, Yahoo, etc.) |
hasMxRecord | Whether the domain has valid mail servers |
mxRecords | List of MX records with priorities |
Input
{"emails": ["john@gmail.com","fake@mailinator.com","bad@@@invalid","ceo@apple.com"],"checkMx": true,"checkDisposable": true}
Use Cases
- Email Marketing: Clean your mailing lists before campaigns to reduce bounce rates
- Lead Qualification: Filter out disposable emails from lead gen forms
- CRM Hygiene: Periodically validate contacts in your sales pipeline
- Registration Screening: Prevent fake signups with disposable email detection