Company lists
Export Companies From List
Export companies from a saved list to a downloadable CSV or XLSX file. The export includes company details such as domain, industry, size, location, funding, and revenue data for offline analysis.
Authorization
Bearer AuthorizationBearer <token>
In: header
Path Parameters
list_id
integerrequiredQuery Parameters
file_format
stringdefault: "csv"
Export format
- csv
- xlsx
limit
integer1 <= valuedefault: 25
Number of results per page
page
integer0 <= valuedefault: 0
Page number. Required when using page-based pagination.
offset
integer0 <= valuedefault: 0
Number of results to skip. Required for offset-based pagination.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.theirstack.com/v0/company_lists/0/companies/export"{
"url": "string"
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}How is this guide?
Last updated on
