Bulk Email Verifier
Pricing
from $0.35 / 1,000 email verifieds
Bulk Email Verifier
Premium bulk email verifier. Verify email delivery status at scale asynchronously with 99% accuracy.
Pricing
from $0.35 / 1,000 email verifieds
Rating
0.0
(0)
Developer
sadique shaikh
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 days ago
Last modified
Categories
Share
π Bulk Email Verifier & Deliverability Checker
A high-performance, enterprise-grade Bulk Email Verifier to validate lists, clean bad emails, and check inbox deliverability at scale.
At just $0.50 per 1,000 verifications ($0.0005/email), this is the most cost-effective and accurate email validator on the Apify Storeβhelping you keep bounce rates under 1% and protect your sender reputation.
π Why Choose Our Bulk Email Verifier?
| Feature | This Actor π | Hunter.io | NeverBounce | ZeroBounce |
|---|---|---|---|---|
| Price per 1,000 | $0.50 | $2.00 | $8.00 | $15.00 |
| SMTP Handshake | β Yes | β Yes | β Yes | β Yes |
| Office 365 Deep Check | β Yes | β No | β No | β No |
| Only Pay on Success | β Yes | β No | β No | β No |
| Duplicates Cleaned | β Yes (Free) | β Charged | β Charged | β Charged |
Failed verifications, syntax errors, and empty lines are automatically skipped and never charged!
π How the 6-Layer Verification Engine Works
Each email address is processed through a series of deep validation checks:
- Syntax Validation: Checks if the email follows standard formatting rules (RFC compliant).
- Domain & MX Checking: Confirms if the domain is active and has valid Mail Exchanger (MX) records to receive mail.
- Office 365 Directory Handshake: Special protocol check to validate Microsoft/O365 mailboxes with 100% accuracy.
- SMTP Connectivity Check: Establishes a temporary connection to the recipient's mail server to check mailbox existence without sending a real email.
- Disposable & Burner Filter: Flags temporary burner accounts (e.g. Mailinator, TempMail) to prevent spam signups.
- Role Account & Free Email Detection: Detects functional group emails (e.g., info@, support@) and free providers (Gmail, Yahoo).
π₯ Input Configuration
Input is extremely simple. You only need to configure:
- Emails Input List (
leads): Paste your list of emails (one address per line). - Concurrency Limit: Maximum number of parallel workers (default is 5).
π€ Dataset Output Schema
The results are saved directly to your default Apify Dataset. Below is the detailed schema:
| Field | Type | Description | Example Value |
|---|---|---|---|
string | The validated email address. | test@example.com | |
| Status | string | Verification status: Valid, Invalid, Uncertain, Ignored, or Error. | Valid |
| Reason | string | Details of the validation result (e.g., SMTP success, Disposable, Catch-All). | Valid |
| Time | string | Elapsed query duration. | 0.00s (Cached) |
| CatchAll | string | Whether the domain accepts all emails (Yes, No, or empty). | No |
| Disposable | boolean | true if the domain is a temporary/burner provider. | false |
| Role | boolean | true if it is a department/functional account (e.g., info@). | false |
| FreeEmail | boolean | true if the domain is a free provider (Gmail/Yahoo). | true |
| MXRecord | string | The hostnames of the resolved mail exchanger servers. | mx.example.com |
| Error | string | Network or authorization error details if any occurred. | "" |
π JSON Output Example
[{"Email": "test@example.com","Status": "Valid","Reason": "Valid","Time": "0.00s (Cached)","CatchAll": "No","Disposable": false,"Role": false,"FreeEmail": true,"MXRecord": "gmail-smtp-in.l.google.com","Error": ""}]
π Privacy & Compliance
- GDPR & CCPA Compliant: We do not store or sell your list data.
- Secure Processing: Connections are fully encrypted.
- Zero Spam Risk: The validator does not send emails to recipients during validation.