Email Validator API
## Overview The Email Validator API allows you to quickly verify whether an email address is syntactically valid, belongs to a domain that can actually receive email (via MX DNS record lookup), and is not disposable or temporary in nature. It is ideal for: - User registration validation - Newsletter subscription protection - Filtering fake sign-ups - Improving mailing list quality --- ##…
Email Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/validate /validate |
Checks if an email address has valid syntax, a working mail server (MX), and is not from a disposable provider. |
| POST |
/validate/bulk /validate/bulk |
Validates a list of email addresses by checking their syntax, mail server (MX) availability, and whether the domains are disposable. Returns results for each address individually. |
Email Validator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | 2 / second |
|
| ULTRA | $35 / month | — |
|