Preview
Accounts (Companies)
Preview
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.
POST
Preview
Run the same filters as
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.
Overview
Compared toPOST /accounts/search, the preview:
- Does not create an import job.
- Does not call your webhook.
- Does not consume credits.
- Does not require
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.
Rate Limits
- 1 request per second per user/IP address.
Response
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. |
Example
Authorizations
Your API key
Body
application/json
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.), including live (default true) to preview from Pronto's companies database instead of LinkedIn Sales Navigator. webhook_url, name, limit, and streaming are accepted but ignored — the response is always the first 25 results.