Email Verifier & Validator | Bulk Deliverability Check
Pricing
from $0.60 / 1,000 results
Email Verifier & Validator | Bulk Deliverability Check
Bulk email verifier and email validator for email list verification. Verify email addresses, detect invalid emails, check deliverability, and clean email lists to reduce bounce rates.
Pricing
from $0.60 / 1,000 results
Rating
0.0
(0)
Developer

Michael G
Actor stats
2
Bookmarked
3
Total users
3
Monthly active users
4 minutes ago
Last modified
Categories
Share
What Does Email Verifier & Validator Do?
The Email Verifier actor analyzes email addresses and returns a clear deliverability decision together with detailed verification data.
For each email address, the actor:
- Runs a verification flow inside the actor engine.
- Normalizes verification signals into a stable schema.
- Calculates a custom deliverability score between
0and100. - Determines both business status (
good,risky,bad) and technical status. - Stores full verification data in
verification_details. - Saves results to the Apify dataset.
What checks are performed?
| Check | Description |
|---|---|
| Syntax validation | Verifies that the email address format is valid |
| Domain & MX records | Checks that the domain exists and has mail servers |
| SMTP reachability | Tests if the mail server responds to mailbox verification |
| Catch-all detection | Detects domains that accept all email addresses |
| Disposable email detection | Identifies temporary email services |
| Role-based email detection | Flags addresses like info@, support@, admin@ |
| Free email provider detection | Detects providers like Gmail, Yahoo, Outlook |
| Email tagging | Detects +tag addresses (for example user+test@gmail.com) |
Status Fields
Business Status (status)
| Status | Meaning |
|---|---|
| good | Email appears safe to send |
| risky | Sending may work but involves uncertainty |
| bad | Sending likely results in bounce |
Status is derived from a deliverability score between 0 and 100.
Technical Status (technical_status)
| Status | Meaning |
|---|---|
| valid | Mailbox confirmed |
| invalid | Syntax or infrastructure invalid |
| unknown | Infrastructure exists but SMTP unreachable |
| catch_all | Domain accepts any email address |
| disposable | Disposable email detected |
| error | Verification request failed |
Reason (reason)
| Reason | Meaning |
|---|---|
| request_failed | Verification request failed |
| invalid_syntax | Email format is invalid |
| no_mail_infrastructure | Domain has neither MX nor A fallback records |
| disposable_email | Disposable mailbox was detected |
| catch_all_domain | Domain accepts all recipients |
| smtp_unreachable | SMTP host did not provide a reachable mailbox signal |
| ok | No risk reason was triggered |
Why Verify Emails?
Email verification is not just about filtering invalid addresses. It helps protect delivery performance and keeps your outbound workflows predictable.
- Protect sender reputation: High bounce rates can damage domain and mailbox reputation, which reduces inbox placement over time.
- Reduce wasted volume: Invalid and temporary addresses consume sending capacity without creating business value.
- Improve campaign performance: Cleaner lists improve the quality of opens, replies, and engagement metrics.
- Prioritize outreach:
status,technical_status,score, andreasonlet you segment contacts by risk before sending. - Keep CRM data healthy: Verification helps prevent stale, role-based, and disposable emails from polluting your pipeline.
- Automate decision logic: Structured output makes it easy to build no-code or API automations for accept/review/reject flows.
Common use cases:
- B2B lead qualification: Filter low-quality and high-risk contacts before they enter your sales pipeline.
- Outbound campaign control: Segment recipients by risk and send strategy before launching cold email sequences.
- CRM cleanup and enrichment: Remove invalid, disposable, and role-based addresses to keep CRM records actionable.
- Signup and onboarding validation: Block invalid or suspicious emails at signup to reduce fake accounts and bad data.
- Pre-campaign list QA: Verify old or purchased lists before marketing sends to reduce bounce spikes.
Example Input
Provide a list of emails to verify.
{"emails": ["jon@doe.com","email@example.com"]}
Example Output
Each email produces one dataset item.
Overview
{"email": "jon@doe.com","domain": "doe.com","status": "bad","technical_status": "invalid","reason": "smtp_unreachable","free": false,"role": false,"disposable": false,"error": "none"}
Verification Details
{"email": "jon@doe.com","domain": "doe.com","status": "bad","technical_status": "invalid","score": 24,"reason": "smtp_unreachable","free": false,"role": false,"disposable": false,"catch_all": false,"has_tag": false,"error": "none","verification_details": {"normalized_email": "jon@doe.com","verdict": {"is_valid": false,"status": "unknown","state": "Not Deliverable","confidence_score": 24,"primary_reason": "INVALID MAIL","reasons": ["syntax_ok", "mx_missing_or_unreachable", "a_ok"]},"classification": {"is_free_provider": false,"is_role_based": false,"is_disposable": false,"has_tag": false},"checks": {"syntax_valid": true,"mx_records_valid": false,"a_record_valid": true,"smtp_reachable": false,"catch_all_domain": false,"mx_hosts": []}}}
How Do I Use Email Verifier & Validator?
The Email Verifier actor is designed to help you verify email addresses quickly, even if you have no prior experience.
Follow these steps:
- Enter emails: provide a list of email addresses in actor input.
- Run the actor: click
Startand wait for verification. - Review results: open dataset items with verification results.
How much does Email Verifier & Validator cost?
This actor uses the Pay-per-result pricing model, so your costs can be easily calculated: it will cost you $1 to verify 1,000 emails, which is $0.001 per email. Apify provides you with $5 in free usage credits every month on the Apify Free plan, allowing you to verify up to 50 emails for free using those credits.
For regular verification, consider upgrading to the $29/month Starter plan, which can get you up to 29,000 verified emails every month.
Integrations and Email Verifier & Validator
Email Verifier & Validator can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. You can integrate with Make, n8n, Zapier, Apollo, Clay, Slack, Airbyte, GitHub, Google Sheets, Google Drive, and more.
Your feedback
We're always working on improving the performance of our Actors. If you've got any technical feedback for Email Verifier & Validator or simply found a bug, please create an issue on the actor's Issues tab in Apify Console.