Skip to main content
POST
Company Search
Agents & LLMs: a Markdown version of this page is available by appending .md to the URL, and the full documentation index is at llms.txt.
Cost: 1 credit per company returned on Trial Plan
Free on the Unlimited plan
Find companies matching ICP criteria (industry, size, location, keywords). Returns company profiles with LinkedIn URLs ready for downstream enrichment or Employee Finder calls.
Pagination is cursor-based. Pass the cursor from each response back into the next request. cursor: null means you’re on the first page; a null cursor in the response means you’ve reached the end.
Filter logic: all filters combine with AND. Multiple values within a single filter combine with OR — e.g. two industries in industry.include returns companies in either industry.

Company search guide

Build an ICP-aligned company list — full walk-through with example filters.

Authorizations

x-api-key
string
header
required

Your Blitz API Key. Get one from https://app.blitz-api.ai

Body

application/json
company
object

Company search criteria

max_results
number
default:10

Maximum number of results to return

Required range: 1 <= x <= 50
Example:

10

cursor
string | null

Cursor to paginate through the results

Minimum string length: 3
Example:

null

Response

OK

The response is of type object.