All tools

Hunter

Email discovery and verification: find the email addresses behind a company domain and check whether an address is deliverable.

hunterio2 endpointsLead Genhunter.io

Find domain emails

/domain-searchsync
$0.024 / call

Returns the email addresses Hunter has found for a company domain, with names, positions, confidence scores and the domain's email pattern. Use when you know the company's website and want people to contact there. Unknown domains return an empty result and are still charged, so check the domain first.

Input

FieldTypeRequiredDescription
domainstringyesCompany domain to search, e.g. "stripe.com". No protocol or path.
limitintegerMaximum email addresses to return (default 10, max 100).
typestring (personal, generic)Only personal addresses (a named person) or only generic ones (info@, support@).

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"hunterio","endpoint":"/domain-search","input":{"domain":"stripe.com","limit":5}}'

Verify email address

/email-verifiersync
$0.012 / call

Checks whether one email address is deliverable: SMTP and MX checks, catch-all and disposable detection, and a 0–100 confidence score. Use before sending to an address you found elsewhere.

Input

FieldTypeRequiredDescription
emailstringyesThe email address to verify, e.g. "patrick@stripe.com".

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"hunterio","endpoint":"/email-verifier","input":{"email":"patrick@stripe.com"}}'