v1

latestOpenAPI 3.0.1MIT2026-07-2651432.2 KB

Create a new lead finder request to find people working in specific companies

post/lead_finder/async

Request body

limitinteger

Maximum number of results to return per request. Accepted values between 1 and 200. By default, up to 100 leads are returned

offsetinteger

Number of results to skip before returning matches. Use this to paginate through results when the total number of leads found (visible in the leads_found attribute of the response) exceeds the limit of the current request. For example, if leads_found is 350 and limit is 100, set offset to 101 to retrieve the next page of results.

webhookstring nullable

Optional URL to receive results automatically

Example request

{
  "limit": 100,
  "offset": 101
}

Response

Lead finder request accepted

successboolean
messagestring
request_idstring

Example response

{
  "success": true,
  "message": "Lead finder request accepted.",
  "request_id": "bc39ffbfc24cf043b748"
}