Email Finder
Find Bulk Emails
Find professional email addresses in bulk from names and companies — up to 5,000 searches per batch with Enrow Email Finder
POST
POST
Run multiple email searches in a single request. Up to 5,000 searches per batch. Authenticate every request with your API key in the
x-api-key header. To find a single email instead, use the Find Single Email endpoint.
Enrow performs determinist verifications that verify even catch-all emails. No debouncer needed.
Request Body
Search payloads for which to find corresponding emails.
Custom params that will be returned in the GET response and in the webhook notification.
Settings relative to the whole bulk search.
Response
201 — Bulk search started
Confirmation message
Unique identifier for this batch. Use this to retrieve results via the GET endpoint.
Total credits consumed. See Credits & billing for per-endpoint costs.
Estimated processing time in minutes (not guaranteed)
Error Responses
| Code | Message |
|---|---|
| 400 | Missing payload |
| 400 | Missing searches payload |
| 400 | Too many searches. Limit is currently at 5000 per batch. |
| 400 | Error while parsing payload |
| 401 | No apikey found in the x-api-key headers |
| 401 | This apikey is not valid |
| 402 | Insufficient credits |
On insufficient credits, the bulk endpoint returns HTTP 402 with a body of the form
{ "message": "..." }. See Error handling for the full list of status codes and response formats.Next steps
Get bulk results
Retrieve the found emails using the batch
id.Find a single email
Run a single email search from a name and company.
Webhooks
Get notified automatically when a batch completes.
Credits & billing
See how credits are consumed for each endpoint.

