VOOZH about

URL: https://apify.com/piposlab/email-verifier-finder

⇱ Email Verifier & Finder - Validate and Find Emails Β· Apify


πŸ‘ Email Verifier & Finder - Validate + Find Emails avatar

Email Verifier & Finder - Validate + Find Emails

Pricing

Pay per usage

Go to Apify Store

Email Verifier & Finder - Validate + Find Emails

Verify email deliverability (syntax, MX, role, disposable) and find likely emails from a name and domain. Bulk, fast, no API key.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Alejandro Bufarini

Alejandro Bufarini

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

3

Monthly active users

13 days ago

Last modified

Share

Two jobs in one actor, with no API key:

  1. Verify a list of emails - checks syntax, looks up the domain's MX records, and flags role accounts (info@, sales@) and disposable domains. Returns a clear status: valid, risky, or invalid, with the reason.
  2. Find likely emails from a person's name and company domain - generates and ranks the common patterns (jane.doe@, jdoe@, jane@...) and confirms the domain accepts mail.
  3. Discover published emails on a company's website (homepage, /contact, /about).

Modes & input

ModeInputReturns
verifyemails: ["a@x.com", ...]status, syntaxValid, mxFound, isRoleAccount, isDisposable, reason, confidence
findpeople: [{fullName, domain}]bestGuess, ranked candidates, mxFound
discoverdomains: ["x.com", ...]emailsFound[], count

Output (verify example)

{
"email":"jane.doe@example.com",
"status":"valid",
"syntaxValid":true,
"domain":"example.com",
"mxFound":true,
"mxHost":"aspmx.l.google.com",
"isRoleAccount":false,
"isDisposable":false,
"confidence":"high",
"reason":"mx_ok"
}

How verification works (honest)

This actor validates at the DNS / MX + heuristic level: syntax, whether the domain can receive mail, and whether the address is a role or disposable account. It does not open an SMTP mailbox handshake (outbound port 25 is blocked on cloud infrastructure, and aggressive SMTP probing gets sender IPs blacklisted). That makes it fast, reliable, and safe for bulk lists. Treat valid as "deliverable domain, well-formed address", not "mailbox confirmed to exist".

Clean for lead-gen pipelines: feed it the output of a scraper and get a deduplicated, status-tagged email list.

You might also like

Email Verifier & Validator - Bulk, Syntax, MX & Disposable

santhej/email-verifier

Bulk-verify email addresses: syntax, domain/MX deliverability, disposable, role-account, free-provider and typo detection. Fast, no API key, pay per email.

πŸ‘ User avatar

Santhej Kallada

4

5.0

Email Verifier & Enricher Pro

jurassic_jove/email-verifier-enricher-pro

Bulk email verifier + AI corporate-email finder. Clean lists with syntax, MX, disposable & role checks and a 0–100 deliverability score, confirm Microsoft/Outlook mailboxes via provider API (no email sent), and find work emails from name + domain with AI role & seniority tagging.

Email Verifier

crawlerbros/email-verifier

Verify email addresses for deliverability. Check syntax, MX records, disposable domains, role-based addresses, and SMTP mailbox existence.

34

Email Validation API - Bulk Verify

alizarin_refrigerator-owner/email-validation-api

Validate email addresses at scale. Check deliverability, detect disposable emails, verify MX records & identify role-based addresses. Reduce bounce rates.

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.

Email Verifier - MX, SMTP, Disposable & Role Detection

convertfleetdotonline/email-verifier

Verify email deliverability at scale using MX record checks, SMTP probing, disposable email detection, and role-account filtering. Ideal for email list cleaning and lead validation. Powered by the Apify API.

2

Email Verification β€” Bulk Deliverability, SMTP & MX Checks

nexgendata/email-verification-tool

Verify email addresses in bulk. Check deliverability, detect disposable emails, validate MX records, and clean your email lists. Reduce bounce rates and improve sender reputation for marketing campaigns.