An email finder APIanswers one question at machine speed: given a person’s name and the company they work for, what is their work email address? Most vendors answer it by querying a static database scraped months ago, which is why so many found addresses bounce. People change jobs, companies change email formats, and 20-40% of B2B addresses sit behind catch-all domains that accept everything during a naive check. Verifox takes the slower, honest route: the engine generates every plausible permutation of the name at that domain, then runs each one through a live SMTP handshake along with MX, disposable, role, and catch-all checks before it answers. What you get back is not a guess, it is the address a real mail server just acknowledged.
The mechanics stay deliberately small. You POST a first name, a last name, and a domain, the API returns a jobId, and a poll on that job yields a bestMatch with a reachable verdict and a confidence score. Each find costs 10 credits and polling is free. That two-call shape slots into an enrichment pipeline, a signup flow, or a CRM hygiene job without ceremony, and when a human just needs one address, the email finder tool runs the same lookup in the browser. Bigger jobs route through the bulk email finder, and company-wide discovery starts at the find email by domain page.
The verification underneath is the same 9-point engine documented on our email verification pillar, the one measuring 99.99% accuracy on a 1,000-address benchmark. Credits are pay-as-you-go and never expire, with volume tiers shown for your region on pricing, and every request and response field is specified in the API reference. Start with the free 1,000 credits and judge the answers yourself.