Synchronously preview the first 25 matches and the total estimated count for a set of account search filters, without creating an import 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 /accounts/search and get back a synchronous preview: the total estimated account count plus the first 25 matching companies. Use it to validate filters and size an audience before kicking off the real search.
POST /accounts/search, the preview:
webhook_url.included_industries, excluded_industries, included_locations, excluded_locations, company_size, keyword, min_revenue, max_revenue, revenue_currency, …). webhook_url, name, limit, and streaming are accepted but ignored: the response always contains up to 25 accounts.
200 OK — returns immediately with:
| Field | Type | Notes |
|---|---|---|
total_count | integer | Total estimated number of accounts matching the filters (not capped to 25). |
preview | array of objects | Up to 25 matching accounts. Each entry contains the fields listed above when available. |
Your API key
Accepts the same filter object as POST /accounts/search (included_industries, excluded_industries, included_locations, excluded_locations, company_size, keyword, min_revenue, max_revenue, revenue_currency, etc.). webhook_url, name, limit, and streaming are accepted but ignored — the response is always the first 25 results.