Email Validation API - Bulk Verify avatar

Email Validation API - Bulk Verify

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Email Validation API - Bulk Verify

Email Validation API - Bulk Verify

Under maintenance

Validate email addresses at scale. Check deliverability, detect disposable emails, verify MX records & identify role-based addresses. Reduce bounce rates.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

3

Monthly active users

4 days ago

Last modified

Share

Email Validation API

Validate email addresses - check syntax, domain, MX records, SPF, DMARC, and deliverability. Detect disposable emails, free providers, and role-based addresses.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"emails": [
"john.doe@gmail.com",
"test@tempmail.com",
"contact@acmecorp.com"
]
}

Run with real data

{
"demoMode": false,
"emails": [
"john.doe@gmail.com",
"test@tempmail.com",
"contact@acmecorp.com"
],
"checkMx": true,
"checkSmtp": false,
"checkDisposable": true
}

Input Parameters

ParameterTypeDefaultRequiredDescription
emailsarray-NoList of email addresses to validate
checkMxbooleantrueNoVerify domain has valid MX (mail exchange) records
checkSmtpbooleanfalseNoAttempt SMTP connection to verify mailbox exists (slower, may be blocked by some servers)
checkDisposablebooleantrueNoFlag emails from known disposable/temporary email services
demoModebooleantrueNoRun in demo mode with sample data (no actual validation)
webhookUrlstring-NoOptional: URL to receive webhook notifications when validation completes. Results will be POSTed as JSON.

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Email ValidatedEach email address validated$0.01

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal