Email Validator Pro
Supercharge your applications with the Email Validation API—a fast, reliable, and lightweight solution to validate email addresses and extract domains in real time! Built with Node.js and Express, this API ensures your user registrations, email campaigns, or form submissions are free from invalid or disposable email addresses. Whether you’re preventing spam, analyzing domains, or cleaning up…
Email Validator Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate Email /api/validate-email |
Validates an email address for syntax and checks if it uses a disposable domain (e.g., `10minutemail.com`). Returns whether the email is valid and disposable, with a descriptive… |
| POST |
Get Domain /api/get-domain |
Extracts the domain from an email address (e.g., `example.com` from `[email protected]`). Useful for analytics or domain-specific checks. |
Email Validator Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.5 / month | 50 / second |
|
| ULTRA Recommended | $4 / month | 150 / second |
|
| MEGA | $12 / month | 600 / second |
|