Now out of stealth: the missing link between AI agents and LinkedIn data.
← Docs

Email

9 endpoints in this category.

/api/v1/email/verify

Check whether an email address can receive mail, with a deliverability verdict and risk flags (catch-all, disposable, no-MX).

10 credits
/api/v1/email/find

Discover a person's work email from their first name, last name, and company domain. Returns the address plus a confidence score.

10 credits
/api/v1/email/find-by-profile

Identify a person and their current company from a professional profile URL (or handle), then find their work email — resolves name + domain for you.

10 credits
/api/v1/email/reverse

Resolve the person and company behind a BUSINESS email address. Public/role/disposable mailboxes are rejected (422, no charge) before any work runs.

10 credits
/api/v1/email/prospects

Page emails already known for a company domain. Cursor-paginated; returns up to 20 contacts per page with first/last name.

10 credits
/api/v1/email/verify-bulk

Submit 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.

10 credits
/api/v1/email/verify-bulk-status

Track a bulk email-verification job. Free to poll. Returns status, counts, and an email → { deliverable, reason, catch_all } map. Page with next_cursor.

0 credit
/api/v1/email/find-bulk

Submit 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.

10 credits
/api/v1/email/find-bulk-status

Track a bulk work-email-finding job. Free to poll. Returns status, counts, and a results array of { query, found, email }. Page with next_cursor.

0 credit

Want to try these?

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 →