Email Validator Pro
Email Validator Pro is a high-performance email validation API built for developers who need more than just a simple valid/invalid check. Most email validation APIs return a binary true or false. We return a 0–100 trust score, giving you the flexibility to set your own acceptance threshold. A B2B SaaS might reject anything under 70. A newsletter tool might accept anything over 30. You decide.…
Email Validator Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| GET |
validateDomain /v1/domain |
Analyse an entire domain instead of a specific address. Returns MX records, SPF status, DMARC policy, catch-all detection, and disposable/free provider flags. Use this when you… |
| GET |
validateEmail /v1/validate |
Validates a single email address and returns a 0–100 trust score plus individual flags for MX existence, disposable domain, free provider, role-based address, and a typo… |
| POST |
validateBatch /v1/validate/batch |
Validate multiple email addresses in a single request. All emails are processed concurrently so response time is close to a single validation, not multiplied by count. Results… |
| Status | ||
| GET |
healthCheck /health |
Uptime check used by RapidAPI to monitor your API. Returns 200 when the server is running. No authentication required. |
Email Validator Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 250 / minute |
|
| ULTRA | $29 / month | 500 / minute |
|