Synchronously preview the first 25 matches and the total estimated count for a set of advanced lead search filters, without creating a Search or consuming credits.
Run the same filters asDocumentation Index
Fetch the complete documentation index at: https://docs.prontohq.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /leads/advanced_search and get back a synchronous preview: the total estimated profile count plus the first 25 matching leads. Use it to validate filters and size an audience before kicking off the real search.
POST /leads/advanced_search, the preview:
Search record.webhook_url.webhook_url, name, limit, streaming, scale, and custom are accepted but ignored: the response always contains up to 25 leads.
keyword must be provided.200 OK — returns immediately with:
| Field | Type | Notes |
|---|---|---|
total_count | integer | Total estimated number of leads matching the filters (not capped to 25). |
preview | array of objects | Up to 25 matching leads. Each entry contains the fields listed above when available. |
| Status | When |
|---|---|
400 Bad Request | No filter or keyword provided. |
401 Unauthorized | Invalid API key, or credentials missing/expired. |
403 Forbidden | API key does not have access to this endpoint. |
422 Unprocessable Entity | Invalid filter shape, or enum ID outside the authorized list (e.g. unknown functions, seniority_levels, company_size, etc.). |
429 Too Many Requests | Per-user rate limit (1 req/s) or upstream LinkedIn rate limit. |
Your API key
Same filter parameters as POST /leads/advanced_search. webhook_url, name, limit, streaming, scale, and custom are accepted but ignored — the response is always the first 25 results.
Accepts the same filter object as POST /leads/advanced_search. See that endpoint for the full list of supported filters.