Bulk Email Verifier & List Cleaner avatar

Bulk Email Verifier & List Cleaner

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Bulk Email Verifier & List Cleaner

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

Brian

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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?

FieldDescription
emailThe email address checked
validOverall validity (true/false)
reasonWhy it passed or failed
domainEmail domain
isDisposableWhether it's a known temporary email provider
isFreeProviderWhether it's a free email (Gmail, Yahoo, etc.)
hasMxRecordWhether the domain has valid mail servers
mxRecordsList 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