Verifox Email Verifier avatar

Verifox Email Verifier

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Verifox Email Verifier

Verifox Email Verifier

Verify emails in bulk with Verifox — deliverability, catch-all deep check, disposable, role & free detection plus a 0–100 quality score. No API key needed; simple flat pricing per email checked.

Pricing

from $4.00 / 1,000 results

Rating

5.0

(1)

Developer

Verifox AI

Verifox AI

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

3

Monthly active users

2 days ago

Last modified

Categories

Share

Verifox Email Verifier ⚡

Bulk-verify email deliverability with Verifox — right inside your Apify workflows. Drop in a list of emails (or pipe in a dataset from any scraper) and get a precise, per-email verdict: valid, reachable, disposable, role-based, free-provider, catch-all, and a 0–100 quality score. Export to CSV, JSON, or Excel, or chain it straight into your next step.

No API key. No account. No setup. Just paste your emails and run. Simple, predictable pricing — a flat rate per email checked.


Why Verifox

  • Real SMTP checks, not just syntax/MX guessing — actual mailbox reachability.
  • Catch-all deep check — resolves accept-all Gmail/Microsoft domains to a real safe/invalid verdict instead of leaving them risky.
  • Disposable & role detection so you don't ship to traps or temp-mail.
  • 0–100 quality score to rank and threshold leads at a glance.
  • Fast at scale — realtime concurrency for small lists, a true bulk pipeline for large ones (up to 100k).
  • Reliable — automatic retry/backoff on rate-limits and transient errors; nothing silently dropped.

What you get per email

FieldMeaning
emailThe address checked
reachablesafe · risky · invalid · unknown — deliverability verdict
isValidPasses syntax + MX + SMTP
scoreQuality score 0–100
syntaxValid address format
smtpSMTP detail: hostExists, deliverable, catchAll, fullInbox, disabled
isDisposableThrowaway / temp-mail provider
isRoleRole address (info@, sales@, …)
isFreeFree provider (gmail, yahoo, …)
hasGravatarAddress has a Gravatar profile
suggestionTypo fix (e.g. gmial.comgmail.com), or null
domain · source · verifiedAtDomain, result source, ISO timestamp
ok · errorfalse + reason if a single address couldn't be checked

A run summary (counts by verdict) is also written to the key-value store as OUTPUT.

Modes

ModeHow it worksBest for
Auto (default)Picks per list size — bulk above 500, else realtimeMost runs
RealtimeOne request per email, parallel (concurrency), streamed as they finishSmall/medium lists, live progress
BulkSubmits the whole list to the Verifox bulk API, polls to completion, collects resultsLarge lists (up to 100k), fewest calls

Setup (10 seconds)

  1. Paste (or map in) your list of emails.
  2. Run. That's it — no API key, no account, no configuration.

Pricing

Pay per result: $0.004 per email checked ($4.00 per 1,000). Predictable, list-size × rate — no platform compute charges on top.

Input

FieldRequiredDescription
emailsList of emails (paste, or map a field from another Actor)
modeauto (default) · realtime · bulk
concurrencyParallel verifications in realtime mode, 1–20 (default 5)
apiBaseUrlAdvanced override; leave default

Example output

{
"email": "support@stripe.com",
"reachable": "safe",
"isValid": true,
"score": 98,
"syntax": true,
"smtp": { "hostExists": true, "deliverable": true, "catchAll": false, "fullInbox": false, "disabled": false },
"isDisposable": false,
"isRole": true,
"isFree": false,
"hasGravatar": false,
"suggestion": null,
"domain": "stripe.com",
"verifiedAt": "2026-07-21T12:00:00.000Z",
"ok": true
}

Use cases

  • Clean scraped leads before importing to your CRM or outreach tool.
  • Protect sender reputation — drop invalid/disposable/catch-all before a campaign.
  • Chain after any scraper (LinkedIn, directories, maps) to validate captured emails.
  • Score & segment leads by the 0–100 quality score.

Integrate

  • Pipe from another Actor: map its dataset's email field into this Actor's emails input.
  • Automate: schedule runs, or trigger via the Apify API / webhooks and read the dataset downstream.
  • Export: CSV / JSON / Excel from the run's dataset, or pull it via the Apify API.

FAQ

Do I need a Verifox account or API key? No. Verification is fully managed — just paste emails and run. What does a run cost? $0.004 per email checked ($4.00 per 1,000). Predictable up front: list size × rate. How big a list can it handle? Up to 100k in bulk mode. What if an address can't be checked? You still get a row with ok: false and the reason — nothing is dropped.


Powered by Verifox — real-time email verification API. Licensed under ./LICENSE.