Bulk Email Verifier & SMTP Checker avatar

Bulk Email Verifier & SMTP Checker

Pricing

$1.00 / 1,000 per 1,000 verified emails

Go to Apify Store
Bulk Email Verifier & SMTP Checker

Bulk Email Verifier & SMTP Checker

Scrape real-time validations for any email address using a premium SMTP verification engine including SMTP status, disposable, webmail, gibberish, and catchall flags.

Pricing

$1.00 / 1,000 per 1,000 verified emails

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

A high-speed, batch-processing Apify Actor to verify email addresses using a premium SMTP verification engine. Performs comprehensive asynchronous checks: SMTP status validation, catchall domain checks, webmail provider identification, disposable email detection, and random gibberish checking.


Features

  • 📬 SMTP Status Check: SMTP mail verification (valid, invalid, catchall, unknown).
  • 🌐 Catchall & Webmail Checks: Detects if the email address points to a catchall domain or generic webmail (Gmail, Outlook, Yahoo).
  • 🧹 Disposable Email Detection: Instantly flags temporary, burner, or throwaway email accounts.
  • 🏢 Gibberish detection: Screen out random string generator emails.
  • 📐 Syntax Check: Evaluates email formats against standard RFC specifications.
  • 🗂️ Database-Friendly Flat Mapping: Automatically transforms nested validations into flat columns, making them immediately viewable, downloadable as CSV, or syncable with database tables.

Input Parameters

The actor accepts the following parameters:

FieldTypeDescription
emailsarrayA list of email addresses to verify (one email per item/line).

Output Examples

1. Verification Results Dataset (CSV/JSON Flat Structure)

{
"email": "support@google.com",
"smtpStatus": "unknown",
"isValidFormat": true,
"isDisposable": false,
"isWebmail": true,
"isGibberish": false,
"isCatchall": true,
"isGreylist": false,
"isBannedError": false,
"isConnectionError": false,
"status": "complete"
}

2. Raw JSON Payload Array

The complete raw JSON response array returned by the backend is stored in the default Key-Value Store under the key OUTPUT.