Export People with Email

Exports people matching the same filters as People Search, with email finding. Supports all account and contact filters from the People Search API. Results are processed asynchronously; provide a webhook URL to receive notifications when the export completes.

When the job completes, we POST the result to your webhook URL.

Limit: With email in export you can request up to 10000 results per export (size maximum is 10000). Exceeding this limit returns 400 Bad Request - pagination limit exceeded.

The response returns a trackId and state (e.g. PENDING) with statistics (total, success, failed, found). Use the same filters as People Search (e.g. account.employeeSize, account.industry, contact, etc.).

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

📘 Webhook Payload: For the full webhook response schema, see Export People Webhook Payload.

🔄 Retry: We automatically retry webhook delivery up to 30 times. If you still need to re-trigger it, use Resend Webhook Notification.

Email Verification: All emails returned by the API are verified in real time by BounceBan.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!