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
Maintained by CommunityActor stats
1
Bookmarked
29
Total users
0
Monthly active users
12 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
Run with real data
{"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 |
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 |
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?
Built by John Rippy | Actor Arsenal