Skip to main content
GET
Export Companies

Request

Returns a CSV file of companies (client companies only, not workspace rows) matching the query. Response is streamed with Content-Type: text/csv; charset=utf-8.

Query Parameters

integer
default:"10000"
Maximum rows per request. Maximum 50,000.
string
Filter by industry string.
string
Filter by size bucket (e.g. 11-50, 51-200).
string
ISO 3166-1 alpha-2 country code of the HQ location.
string
Filter by tag. Repeat to require multiple.
string
Comma-separated field whitelist. Defaults to id,name,domain,industry,size,founded_year,hq_location,linkedin_url,tags,created_at.

Headers

Response

CSV stream with Content-Disposition: attachment; filename="companies-export.csv". First row is headers. Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.

Example Response

Errors