Bulk Email Verifier avatar

Bulk Email Verifier

Pricing

from $0.35 / 1,000 email verifieds

Go to Apify Store
Bulk Email Verifier

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

sadique shaikh

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

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?

FeatureThis Actor πŸš€Hunter.ioNeverBounceZeroBounce
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:

  1. Syntax Validation: Checks if the email follows standard formatting rules (RFC compliant).
  2. Domain & MX Checking: Confirms if the domain is active and has valid Mail Exchanger (MX) records to receive mail.
  3. Office 365 Directory Handshake: Special protocol check to validate Microsoft/O365 mailboxes with 100% accuracy.
  4. SMTP Connectivity Check: Establishes a temporary connection to the recipient's mail server to check mailbox existence without sending a real email.
  5. Disposable & Burner Filter: Flags temporary burner accounts (e.g. Mailinator, TempMail) to prevent spam signups.
  6. 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:

FieldTypeDescriptionExample Value
EmailstringThe validated email address.test@example.com
StatusstringVerification status: Valid, Invalid, Uncertain, Ignored, or Error.Valid
ReasonstringDetails of the validation result (e.g., SMTP success, Disposable, Catch-All).Valid
TimestringElapsed query duration.0.00s (Cached)
CatchAllstringWhether the domain accepts all emails (Yes, No, or empty).No
Disposablebooleantrue if the domain is a temporary/burner provider.false
Rolebooleantrue if it is a department/functional account (e.g., info@).false
FreeEmailbooleantrue if the domain is a free provider (Gmail/Yahoo).true
MXRecordstringThe hostnames of the resolved mail exchanger servers.mx.example.com
ErrorstringNetwork 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.