VOOZH about

URL: https://apify.com/soumil/mailbox-verifier-api

⇱ [DEPRECATED] Use new actor: mailbox-verifier [DEPRECATED] Β· Apify


πŸ‘ [DEPRECATED] Use new actor: mailbox-verifier avatar

[DEPRECATED] Use new actor: mailbox-verifier

Deprecated

Pricing

$1.20 / 1,000 email validated (starter)s

Go to Apify Store

[DEPRECATED] Use new actor: mailbox-verifier

Deprecated

Deprecated. Use the new actor mailbox-verifier (ID BHR2cXt9EJrHxTIQv) instead.

Pricing

$1.20 / 1,000 email validated (starter)s

Rating

0.0

(0)

Developer

πŸ‘ Soumil

Soumil

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Share

Bulk Email Verify

Validate a list of email addresses quickly and accurately via MailTester Ninja, the upstream SMTP-verification service used by MailboxVerifier.com.

Perfect for cleaning newsletter lists, signup funnels, and B2B lead databases β€” drop in a list of emails, get a clean valid / invalid / catchall verdict for each one back.

What it does

For every email in your input list, the Actor performs a real-time SMTP check against the recipient's mail server and returns one of four statuses:

StatusMeaning
validMailbox exists and accepts mail. Safe to send.
invalidMailbox does not exist, the domain has no MX, or the address is malformed.
catchallThe domain accepts all addresses, so we cannot confirm this specific mailbox. Treat as risky.
unknownMailTester returned an unrecognized response code. Re-run if needed.

The Actor is built on Apify's pay-per-event model β€” you only pay for emails that were successfully validated. Failed lookups (timeouts, API errors) are not charged.

How to use

Input

Pass a single field, emailsRaw, with one email address per line:

{
"emailsRaw":"alice@example.com\nbob@gmail.com\ncharlie@acme.co"
}
  • Up to ~1,000,000 characters of input
  • Blank lines and duplicates are automatically removed
  • Both user@domain.com and user@sub.domain.com are supported

Output

Every email produces one dataset row:

{
"email":"alice@example.com",
"status":"valid",
"code":"ok",
"message":"OK",
"user":"alice",
"domain":"example.com",
"mx":"mail.example.com"
}

In addition, the run's key-value store includes a ready-to-download OUTPUT.csv with every result β€” perfect for re-importing into your CRM or ESP.

Throughput

The Actor processes up to 10 emails concurrently with a 15-second per-request timeout. A typical 1,000-email run finishes in under two minutes.

Pricing

  • Free plan users: $1.50 per 1,000 validated emails
  • Paid Apify users (Starter / Scale / Business): automatic platform discount on top of the per-event price
  • Errors and timeouts are free β€” you only pay for emails that came back with a verdict

You can see the exact per-event price for your plan in the Actor's pricing section above.

Privacy & data handling

  • The Actor only forwards each email address to MailTester Ninja β€” nothing is stored, logged, or shared beyond that
  • Your MailTester API key is stored as an encrypted Apify Secret and is never exposed in run logs
  • Email content is processed in-memory and discarded at the end of each run

Use cases

  • Newsletter cleanup: strip invalid addresses before a big campaign to protect sender reputation
  • Signup verification: integrate into a form flow to catch typos like gmial.com at the point of entry
  • B2B lead enrichment: validate a scraped lead list before pushing it to Salesforce / HubSpot / Pipedrive
  • Deliverability audits: spot catch-all domains that will silently accept mail but never engage

Need higher volume or different statuses?

This Actor is a focused, no-frills verifier. If you need:

  • Role-based detection (info@, support@, etc.)
  • Disposable / free-webmail / spam-trap detection
  • Geo or ISP enrichment
  • Webhook delivery of each result in real time

…check out the full platform at mailboxverifier.com, or contact us about a custom Actor build.

Changelog

  • 0.0.5 β€” fixed build failure caused by an invalid outputSchema field in actor.json. Build container is now created and the Actor runs end-to-end.
  • 0.0.3 β€” initial public release with pay-per-event pricing on the email-validated event.

You might also like

Lead Enrichment Pipeline β€” 5-47x Cheaper Than Clay

ryanclinton/lead-enrichment-pipeline

All-in-one lead enrichment: email discovery, phone finding, verification, company research, and lead scoring in one run. CSV or JSON in, scored leads out. $0.12/lead β€” 5-47x cheaper than Clay.

30

1.0

(1)

Bulk SMTP Email Verifier β€” Mailbox & Catch-All Checker

automation-lab/smtp-email-verifier

Deep-verify lead emails with SMTP RCPT checks before campaign upload. Classify valid, invalid, catch-all, disposable, unknown, and risky mailboxes; no email is sent and no third-party verification API is required.

πŸ‘ User avatar

Stas Persiianenko

14

Google Maps Scraper API - Local Leads & Emails

tugelbay/google-maps-leads

Google Maps lead extractor with emails. Search keyword + location, export names, phones, websites, coordinates, and optional website email/social enrichment. Guide: https://konabayev.com/tools/google-maps-leads-extractor/?utm_source=apify_info&utm_medium=referral&utm_campaign=google-maps-leads

πŸ‘ User avatar

Tugelbay Konabayev

30

Website Contact Finder β€” Emails, Phones & Socials for Leads

automation-lab/website-contact-finder

Turn company websites from Google Maps, directories, CRMs, or spreadsheets into outreach-ready contact signals. Extract public emails, phone numbers, social profiles, contact pages, and optional email verification in bulk.

πŸ‘ User avatar

Stas Persiianenko

406

Bulk Email Verifier β€” MX, SMTP & Disposable Detection at Scale

ryanclinton/bulk-email-verifier

Verify email deliverability in bulk β€” MX records, live SMTP mailbox checks, disposable domain detection (55,000+ domains), role-based flagging, catch-all detection, and confidence scores. $0.005/email, no subscription.

278

Bulk Email Verifier – Validate & Clean Email Lists

logiover/bulk-email-verifier

Bulk email validation tool. Verify email lists without SMTP, check deliverability, flag disposable/role addresses, export clean CSV/JSON.

LinkedIn Company Employees Scraper β€” B2B Prospect List Builder

automation-lab/linkedin-company-employees-scraper

Extract LinkedIn employee profiles from company pages β€” names, titles, locations, profile URLs, and company context. Build account-based B2B prospect lists, then enrich domains and verify emails with Website Contact Finder and Bulk Email MX/SMTP Verifier.

πŸ‘ User avatar

Stas Persiianenko

1K

Yellow Pages Scraper

automation-lab/yellowpages-scraper

Scrape Yellow Pages business listings. Extract names, phone numbers, addresses, ratings, reviews, categories, and websites. Export to JSON, CSV, or Excel.

πŸ‘ User avatar

Stas Persiianenko

92

Substack Scraper

automation-lab/substack-scraper

Scrape Substack newsletters β€” posts, comments, publication metadata. Full archive depth with no caps. Export to JSON, CSV, Excel, or connect via API.

πŸ‘ User avatar

Stas Persiianenko

195

Clutch.co Scraper

automation-lab/clutch-scraper

Extract B2B service provider data from Clutch.co. Get company names, ratings, reviews, locations, hourly rates, project sizes, and service details. Export as JSON, CSV, or Excel.

πŸ‘ User avatar

Stas Persiianenko

26

1.0

(1)