Bulk Email Validator — MX, Format & Disposable Check
Pricing
$16.00/month + usage
Bulk Email Validator — MX, Format & Disposable Check
Validate email addresses in bulk. Checks format validity, domain existence, MX record resolution, and disposable email domain detection — clean your mailing list before sending.
Pricing
$16.00/month + usage
Rating
0.0
(0)
Developer
Maged
Maintained by CommunityActor stats
0
Bookmarked
22
Total users
0
Monthly active users
13 hours ago
Last modified
Categories
Share
What does Bulk Email Validator do?
Bulk Email Validator verifies email addresses in bulk — checking format validity, domain existence, MX record resolution, and disposable email domain detection. Clean your mailing list before sending and reduce bounce rates.
This Actor runs on the Apify platform. Use it for email list hygiene, lead validation, CRM data cleaning, or any workflow that requires confident email verification at scale.
Why use Bulk Email Validator?
- Multi-layer validation — format, domain, DNS/MX records, and disposable email check
- Batch processing — validate thousands of emails in one run
- Reduce bounce rates — remove invalid addresses before email campaigns
- CRM hygiene — keep your contact database clean and deliverable
- Disposable email detection — filter out throwaway addresses from registrations
How to use Bulk Email Validator
- Open the Actor and click Try for free
- Enter a list of email addresses in the
emailsfield - Click Start — validation results appear in the Output tab
- Download as JSON or CSV to filter your list
Input
{"emails": ["user@example.com","invalid-email@","test@mailinator.com","contact@validbusiness.com"]}
| Field | Type | Description | Default |
|---|---|---|---|
emails | array | Email addresses to validate | required |
Output
Results are stored in the Apify dataset. Download in JSON, CSV, HTML, or Excel.
{"email": "user@example.com","isValid": true,"formatValid": true,"domainExists": true,"mxRecordFound": true,"isDisposable": false,"reason": "valid"}
Output fields
| Field | Type | Description |
|---|---|---|
email | string | The validated email address |
isValid | boolean | Overall validation result |
formatValid | boolean | Email format passes RFC 5321 |
domainExists | boolean | Domain resolves in DNS |
mxRecordFound | boolean | Mail server (MX) record found |
isDisposable | boolean | Is a known disposable/temporary email domain |
reason | string | Human-readable validation status |
Cost
Pay-per-result pricing:
| Volume | Estimated cost |
|---|---|
| 1,000 emails | ~$0.05–$0.50 |
| 10,000 emails | ~$0.50–$5.00 |
| 100,000 emails | ~$5–$50 |
Tips
- Filter results by
isValid: falseand export the list of invalid addresses to remove from your CRM - Use
isDisposable: trueto filter out throwaway registration emails - Validate new signups in real time using the Apify API with a webhook or serverless function
FAQ
Does this guarantee an email can receive mail? MX record validation confirms the mail server exists, but cannot guarantee the specific mailbox is active without sending a test email.
Is disposable email detection comprehensive? The Actor checks against a large database of known disposable email providers. New providers may not be flagged immediately.
Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.
Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211