9 endpoints in this category.
/api/v1/email/verifyCheck whether an email address can receive mail, with a deliverability verdict and risk flags (catch-all, disposable, no-MX).
/api/v1/email/findDiscover a person's work email from their first name, last name, and company domain. Returns the address plus a confidence score.
/api/v1/email/find-by-profileIdentify a person and their current company from a professional profile URL (or handle), then find their work email — resolves name + domain for you.
/api/v1/email/reverseResolve the person and company behind a BUSINESS email address. Public/role/disposable mailboxes are rejected (422, no charge) before any work runs.
/api/v1/email/prospectsPage emails already known for a company domain. Cursor-paginated; returns up to 20 contacts per page with first/last name.
/api/v1/email/verify-bulkSubmit a bulk email-verification job (up to 1000 addresses). POST a JSON body; returns a job_id to poll via /api/v1/email/verify-bulk-status. Billed at 10 credits per address submitted.
/api/v1/email/verify-bulk-statusTrack a bulk email-verification job. Free to poll. Returns status, counts, and an email → { deliverable, reason, catch_all } map. Page with next_cursor.
/api/v1/email/find-bulkSubmit a bulk work-email-finding job (up to 1000 queries). POST a JSON body; returns a job_id to poll via /api/v1/email/find-bulk-status. Billed at 10 credits per query submitted.
/api/v1/email/find-bulk-statusTrack a bulk work-email-finding job. Free to poll. Returns status, counts, and a results array of { query, found, email }. Page with next_cursor.
300 free credits on signup, no card required. Or hand this page to your agent and let it pick the endpoints.
Get an API key →