Bulk Email Validator — MX, Format & Disposable Check avatar

Bulk Email Validator — MX, Format & Disposable Check

Pricing

$16.00/month + usage

Go to Apify Store
Bulk Email Validator — MX, Format & Disposable Check

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

Maged

Maintained by Community

Actor stats

0

Bookmarked

22

Total users

0

Monthly active users

13 hours ago

Last modified

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

  1. Open the Actor and click Try for free
  2. Enter a list of email addresses in the emails field
  3. Click Start — validation results appear in the Output tab
  4. Download as JSON or CSV to filter your list

Input

{
"emails": [
"user@example.com",
"invalid-email@",
"test@mailinator.com",
"contact@validbusiness.com"
]
}
FieldTypeDescriptionDefault
emailsarrayEmail addresses to validaterequired

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

FieldTypeDescription
emailstringThe validated email address
isValidbooleanOverall validation result
formatValidbooleanEmail format passes RFC 5321
domainExistsbooleanDomain resolves in DNS
mxRecordFoundbooleanMail server (MX) record found
isDisposablebooleanIs a known disposable/temporary email domain
reasonstringHuman-readable validation status

Cost

Pay-per-result pricing:

VolumeEstimated 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: false and export the list of invalid addresses to remove from your CRM
  • Use isDisposable: true to 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