Bulk Email Verifier & List Cleaner avatar

Bulk Email Verifier & List Cleaner

Pricing

from $0.10 / 1,000 verified email results

Go to Apify Store
Bulk Email Verifier & List Cleaner

Bulk Email Verifier & List Cleaner

High-speed bulk email verifier & list cleaner ($0.0001/email). Validates RFC syntax, domain DNS A records, MX mail exchangers, SPF security, 3,000+ disposable domains, and role accounts. Exports valid, risky, and invalid lists to CSV, JSON, and TXT.

Pricing

from $0.10 / 1,000 verified email results

Rating

5.0

(1)

Developer

Asad Naeem

Asad Naeem

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

✉️ Bulk Email Verifier & List Cleaner

The most affordable, high-speed bulk email verification Actor on the Apify Store.

Verify email lists, reduce bounce rates, remove disposable addresses, and protect your domain reputation—all for just $0.0001 per email verified ($1.00 per 10,000 emails).


🌟 Why Choose Bulk Email Verifier?

  • 💰 Ultra Affordable: Pay-per-item pricing at $0.0001/email. Up to 90% cheaper than external verification APIs.
  • High Concurrency: Verify thousands of emails per minute with asynchronous DNS and multi-threaded resolution.
  • 🛡️ 3,000+ Disposable Domain Shield: Detect temporary and throwaway email services (mailinator, yopmail, 10minutemail, tempmail, etc.).
  • 🏢 Role Account Filter: Automatically tag business role addresses (admin@, info@, support@, sales@, billing@, etc.).
  • 🔒 SPF & DMARC DNS Authentication: Inspect domain TXT records to confirm email security setups.
  • 🌐 SOCKS5 Proxy Support: Optional SOCKS5 proxy support (socks5_proxy) for direct Port 25 SMTP mailbox pinging.
  • 📁 1-Click Export Files: Automatically generates downloadable valid.csv, valid.txt, risky.csv, invalid.csv, and all_results.json in your Apify Key-Value Store.

📊 Output Data Format

For every verified email, you receive structured results:

{
"email": "alex.smith@example.com",
"status": "good",
"result": "valid",
"score": 100,
"is_valid": true,
"is_disposable": false,
"is_role": false,
"is_free": false,
"has_mx": true,
"has_spf": true,
"is_catch_all": false,
"smtp_check": "DELIVERABLE",
"did_you_mean": null,
"reason": "Mailbox verified via SMTP",
"verification_method": "smtp",
"verified_at": "2026-08-09T22:00:00.000Z"
}

Result Status Categories:

  • good / valid: High deliverability score, active MX records, clean mailbox syntax.
  • risky / role / catch_all: Business role accounts or server accept-all behavior.
  • bad / invalid: Non-existent domains, missing MX records, or rejected mailbox.
  • disposable: Temporary / throwaway email provider.

🛠️ Input Parameters

ParameterTypeDescriptionDefault
emailsString / ArrayPaste emails (one per line or comma-separated) or array of itemsRequired
inputDatasetIdStringOptional Apify Dataset ID to import emails directly from a scraper runnull
validate_mxBooleanValidate DNS MX mail exchanger recordstrue
check_smtpBooleanAttempt direct SMTP mailbox verificationtrue
socks5_proxyStringOptional SOCKS5 proxy URL (socks5://user:pass@host:port) for Port 25 SMTP routing""
check_disposableBooleanCheck 3,000+ disposable domain databasetrue
check_role_accountsBooleanIdentify role-based addresses (admin@, info@, etc.)true
max_concurrencyIntegerParallel verification batch size (1 to 50)15

📥 Downloadable Key-Value Store Files

After every run, the following downloadable files are generated in the Key-Value Store:

  • VALID_EMAILS_CSV (CSV list of clean, valid emails ready for outreach)
  • VALID_EMAILS_TXT (Line-by-line text list of valid emails)
  • RISKY_EMAILS_CSV (CSV list of role and catch-all addresses)
  • INVALID_EMAILS_CSV (CSV list of invalid / bad emails)
  • ALL_RESULTS_JSON (Complete JSON report of all verified records)

💡 How to Publish to Apify Store

  1. Log in to your Apify account at console.apify.com.
  2. Go to your Actor: Bulk Email Verifier & List Cleaner (bulk-email-verifier).
  3. Click the Publication tab in the top navigation.
  4. Fill in the requested Store details:
    • Title: Bulk Email Verifier & List Cleaner
    • Category: Marketing, Lead Generation, Developer Tools
    • Pricing: Set Pay-per-item at $0.0001 per item.
  5. Upload the unique 3D logo located in .actor/logo.jpg.
  6. Click Submit for Publication!