Free Email Verifier - Verify Email Address
Pricing
Pay per usage
Go to Apify Store

Free Email Verifier - Verify Email Address
Verify a single email address or bulk email list using our email checker.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
SR
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 hours ago
Last modified
Categories
Share
Email Verify - Apify Actor
Professional email verification tool. Validates email deliverability, detects disposable/catch-all/privacy aliases, checks mail server validity, and provides 0-100 risk scoring.
Verification Checks
Email Deliverability
| Check | Description |
|---|---|
| Deliverable | Whether the email address can receive mail |
| Valid Mail Server | Whether valid MX records exist for the domain |
| Catch-All | Whether the domain accepts mail for any address |
| Disposable | Whether the email uses a temporary/throwaway provider |
| Privacy Alias | Whether the email is a privacy relay (e.g., Apple Hide My Email) |
| Email Forwarder | Whether the address forwards to another mailbox |
Provider Detection
| Check | Description |
|---|---|
| Email Provider | Identified mail provider (Gmail, Outlook, etc.) |
| Free Provider | Whether using a free email service |
Risk Assessment
| Field | Description |
|---|---|
| Risk Score | 0-100 score (lower is better) |
| Status | safe / risky / unsafe / invalid / undeliverable |
Security Intelligence (when available)
| Check | Description |
|---|---|
| Credentials Leaked | Whether credentials appeared in known leaks |
| Data Breach | Whether email appeared in data breaches |
| Suspicious | Whether activity appears suspicious |
| Spoofable | Whether the domain can be spoofed |
| SPF Strict | Whether SPF is strictly configured |
| DMARC Enforced | Whether DMARC policy is enforced |
Input
| Field | Type | Required | Description |
|---|---|---|---|
emails | string[] | No | Email addresses to verify (max 10 combined) |
domains | string[] | No | Domains to verify (max 10 combined) |
Output
Each email produces a result with:
{"email": "chang@constrive.com","success": true,"status": "safe","deliverable": true,"valid_mail_server": true,"catch_all": false,"disposable": false,"privacy_alias": false,"email_forwarder": false,"email_provider": "Outlook","risk_score": 10,"processing_time_seconds": 1.5}
Status Values
| Status | Meaning |
|---|---|
safe | Low risk (score 0-25), deliverable, valid server |
risky | Moderate risk (score 26-60), deliverable |
unsafe | High risk (score 61-100), deliverable |
undeliverable | Valid server but cannot receive mail |
invalid | No valid mail server found |
Risk Score Scale
| Range | Meaning |
|---|---|
| 0-25 | Low risk — safe to send |
| 26-60 | Moderate — proceed with caution |
| 61-100 | High risk — likely undeliverable or suspicious |
Error Result
{"email": "bad@test.com","success": false,"error": "Description of what went wrong"}