Phone Finder
Find Bulk Phones
Find multiple phone numbers in a single batch (up to 3,000 searches) from LinkedIn URLs or name and company, with webhook notifications
POST
POST
Run multiple phone searches in a single request. Up to 3,000 searches per batch. Authenticate every request with your API key in the
x-api-key header. To find a single phone number, use the Find Single Phone endpoint.
Each search needs to contain either:
- The URL of a person’s LinkedIn profile (e.g.,
https://www.linkedin.com/in/michael-scott/) - The combination of individual information:
firstname+lastname+ (company_nameorcompany_domain)
Request Body
Search payloads for which to find corresponding phone numbers.
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 created
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)
Credit breakdown
Error Responses
| Code | Message |
|---|---|
| 400 | At least 1 phone search must be present in the payload |
| 400 | Missing payload |
| 400 | Too many searches. Limit is currently at 3000 per batch. |
| 401 | This apikey is not valid |
| 401 | This account is not allowed to use the phone search feature |
| 402 | Insufficient credits |
When credits are insufficient, 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 phone numbers using the batch
id.Find a single phone
Run a single phone search from a LinkedIn URL or name and company.
Webhooks
Get notified automatically when a bulk search completes.
Credits & billing
See how credits are consumed for each endpoint.

