Export Companies
Import & Export
Export Companies
Download companies as CSV for segmentation analyses and data lake ingestion
GET
Export Companies
Request
Returns a CSV file of companies (client companies only, not workspace rows) matching the query. Response is streamed withContent-Type: text/csv; charset=utf-8.
Query Parameters
Maximum rows per request. Maximum 50,000.
Filter by industry string.
Filter by size bucket (e.g.
11-50, 51-200).ISO 3166-1 alpha-2 country code of the HQ location.
Filter by tag. Repeat to require multiple.
Comma-separated field whitelist. Defaults to
id,name,domain,industry,size,founded_year,hq_location,linkedin_url,tags,created_at.Headers
Response
CSV stream withContent-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
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | limit exceeds 50,000 or invalid filter value |
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing read:companies permission |
| 429 | rate_limited | Export rate limit exceeded (10 per hour per workspace) |