You give: a list of {name, company domain}. You get: the verified, deliverable email for each person — or an honest NOT_FOUND. You pay: $0.008 per email found. Not-found, catch-all and unverifiable are free.
Database exports marked "verified" still bounce 20–30% because catch-all domains get sold as deliverable. Here every FOUND address passed: pattern engine → MX → live SMTP mailbox check → catch-all detection → confidence ≥ 0.8. A catch-all domain returns NOT_FOUND with the best guess clearly labelled a guess — never charged.
Pure pattern mathematics + the company's own public website + live deliverability checks. Nothing scraped from protected platforms — nothing to get your data pipeline banned over.
| You send | You get back |
|---|---|
{"firstName":"Jane","lastName":"Roe","domain":"acme.com"} | action: FOUND, verified_email: jane.roe@acme.com, confidence: 0.93, pattern: first.last |
| Person at a catch-all domain | action: NOT_FOUND, reason: catch_all_domain, best_guess (unverified, free) |
Charged only on verified FOUND results. Powered by QualifyOps on Apify.