Email Verifier — Syntax, MX & Disposable Detection
The Email Verifier API performs three independent, deterministic checks on any email address: RFC-compliant syntax validation, real-time MX/DNS lookup to confirm the domain can actually receive mail, and disposable/temporary email-domain detection against a curated blocklist of 4,000+ known throwaway providers. Together these eliminate the vast majority of bad emails — typos, fake signups,…
Email Verifier — Syntax, MX & Disposable Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
validateEmail /email/validate |
**What it does** Validates an email address in three layers in a single call: 1. **Syntax** — RFC-compliant format check 2. **MX records** — live DNS lookup to confirm the domain… |
Email Verifier — Syntax, MX & Disposable Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA | $20 / month | — |
|