Free Email Verifier  - Verify Email Address avatar

Free Email Verifier - Verify Email Address

Pricing

Pay per usage

Go to Apify Store
Free Email Verifier  - Verify Email Address

Free Email Verifier - Verify Email Address

Verify a single email address or bulk email list using our email checker.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

SR

SR

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Share

Email Verify - Apify Actor

Professional email verification tool. Validates email deliverability, detects disposable/catch-all/privacy aliases, checks mail server validity, and provides 0-100 risk scoring.

Verification Checks

Email Deliverability

CheckDescription
DeliverableWhether the email address can receive mail
Valid Mail ServerWhether valid MX records exist for the domain
Catch-AllWhether the domain accepts mail for any address
DisposableWhether the email uses a temporary/throwaway provider
Privacy AliasWhether the email is a privacy relay (e.g., Apple Hide My Email)
Email ForwarderWhether the address forwards to another mailbox

Provider Detection

CheckDescription
Email ProviderIdentified mail provider (Gmail, Outlook, etc.)
Free ProviderWhether using a free email service

Risk Assessment

FieldDescription
Risk Score0-100 score (lower is better)
Statussafe / risky / unsafe / invalid / undeliverable

Security Intelligence (when available)

CheckDescription
Credentials LeakedWhether credentials appeared in known leaks
Data BreachWhether email appeared in data breaches
SuspiciousWhether activity appears suspicious
SpoofableWhether the domain can be spoofed
SPF StrictWhether SPF is strictly configured
DMARC EnforcedWhether DMARC policy is enforced

Input

FieldTypeRequiredDescription
emailsstring[]NoEmail addresses to verify (max 10 combined)
domainsstring[]NoDomains to verify (max 10 combined)

Output

Each email produces a result with:

{
"email": "chang@constrive.com",
"success": true,
"status": "safe",
"deliverable": true,
"valid_mail_server": true,
"catch_all": false,
"disposable": false,
"privacy_alias": false,
"email_forwarder": false,
"email_provider": "Outlook",
"risk_score": 10,
"processing_time_seconds": 1.5
}

Status Values

StatusMeaning
safeLow risk (score 0-25), deliverable, valid server
riskyModerate risk (score 26-60), deliverable
unsafeHigh risk (score 61-100), deliverable
undeliverableValid server but cannot receive mail
invalidNo valid mail server found

Risk Score Scale

RangeMeaning
0-25Low risk — safe to send
26-60Moderate — proceed with caution
61-100High risk — likely undeliverable or suspicious

Error Result

{
"email": "bad@test.com",
"success": false,
"error": "Description of what went wrong"
}