Email Validation API - Bulk Verify
Pricing
from $0.01 / 1,000 results
Email Validation API - Bulk Verify
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
Actor stats
0
Bookmarked
18
Total users
3
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
emails | array | - | No | List of email addresses to validate |
checkMx | boolean | true | No | Verify domain has valid MX (mail exchange) records |
checkSmtp | boolean | false | No | Attempt SMTP connection to verify mailbox exists (slower, may be blocked by some servers) |
checkDisposable | boolean | true | No | Flag emails from known disposable/temporary email services |
demoMode | boolean | true | No | Run in demo mode with sample data (no actual validation) |
webhookUrl | string | - | No | Optional: URL to receive webhook notifications when validation completes. Results will be POSTed as JSON. |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Email Validated | Each 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