>

Email Verification API β€” Bulk Deliverability & SMTP Checks

Reading Time: < 1 minute

Sending to bad addresses wrecks sender reputation and inflates bounce rates. Subscription verifiers (ZeroBounce, NeverBounce, Kickbox) charge monthly minimums for what is, at core, a DNS + SMTP check. Growth and outbound teams need bulk verification they pay for by the result.

What you get

Per email: status (valid/invalid/risky/unknown), reason, MX records, role-account flag, disposable flag, catch-all flag, free-provider flag, and the raw SMTP response code.

Sample input

{
  "emails": [
    "jane.doe@acme.com",
    "info@example.com",
    "user@mailinator.com"
  ]
}

Sample output

{
  "email": "jane.doe@acme.com",
  "status": "valid",
  "reason": "accepted",
  "is_role_account": false,
  "is_disposable": false,
  "is_free_provider": false,
  "smtp_response_code": 250
}

Run it

Open the actor on Apify → Pay-per-result, $5/month free credit, no subscription.

Want it on autopilot? Run recurring list hygiene β€” dedupe, normalize & verify β€” before every import or send β†’ Clay Β· Make Β· Zapier Β· n8n

Part of a workflow bundle: browse the related actors. More in the cluster guide.

FAQ

How is this different from ZeroBounce or NeverBounce?

Same core checks (syntax, MX, SMTP, disposable, role, catch-all) but pay-per-result with no monthly minimum.

Does it catch disposable and role addresses?

Yes β€” both are flagged, along with catch-all and free-provider detection.

Can I verify lists in bulk?

Yes β€” pass an array of emails in one run.

Is there a free tier?

Apify gives every user $5/month free credit.