Email Verifier and Bulk Email Validator, $1 per 1,000 Emails

Validate any email address with five-stage verification: syntax check, MX lookup, SMTP handshake, catch-all detection, and disposable / role-based flagging. Returns a verdict (valid / invalid / risky / unknown), a 0-100 confidence score, the MX provider, and reason codes. Built for bulk: pass a 100,000-row list and it returns a clean roster ready for outreach. Ideal for cold email hygiene, lead-list cleansing, signup form protection, and CRM deliverability cleanup.

Open on Apify → Try it now
Pricing
$0.001/email
RAM
128MB
Coverage
Global
Output fields
15+
Proxy
Apify datacenter
Tech
MX + SMTP probe

What you get

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~email-verifier/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "emails": [
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]",
      "[email protected]"
    ],
    "smtpCheck": true,
    "detectCatchAll": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/email-verifier

Integrations

Output fields

FieldTypeExample
emailstring[email protected]
statusstringvalid
confidenceinteger94
is_deliverablebooleantrue
is_valid_formatbooleantrue
mx_foundbooleantrue
mx_providerstringGoogle Workspace
is_disposablebooleanfalse
is_role_basedbooleanfalse
is_catch_allbooleanfalse

Related Actors

Open on Apify → Try it now (free tier available)