Export Single Person with Email

Exports a single person with email finding in real time — built for row-by-row enrichment (CRM records, spreadsheets, Clay tables). Returns the full person profile plus a verified email.

You must provide either id (the person's AI-Ark ID from a previous People Search) or url (the person's LinkedIn profile URL). At least one of the two fields is required; if both are empty, the API returns 400 Bad Request. If no email is found, the API returns 404 Not Found.

💳 Credit Usage: 1 credit per successful call (0.5 for the Full Profile Enrichment and 0.5 for the real-time BounceBan-validated email) — and 0 credits if we do not find a valid email.

Email Verification: All emails (SMTP & CATCH_ALL) returned by the API are verified in real time by BounceBan — safe to send, no re-verification needed.

Using Clay? The Clay-compatible /v2/people/export/single endpoint is recommended: it returns HTTP 200 for found and not-found cases, which is what Clay expects.

🔗 Related Endpoints:
  • Export Single Person with Email (V2 – Clay Compatible)
  • Export People with Email — bulk export up to 10,000 people at once
  • Mobile Phone Finder — add a mobile number for the same person (5 credits/result)
  • Reverse People Lookup — start from an email or phone instead

The header Content-Type: application/json must be included in the request.

Body Params
string

The person's AI Ark id (from People Search / Preview results). Provide id or url.

uri

The person's full LinkedIn profile URL. Provide id or url.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json