Export companies to CSV (AT + DE)
export_companies_csvExport a matched company set as downloadable CSV files (lead lists). Read-only over company data; each call writes new short-lived export files (auto-deleted after ~1 day).
Parameters:
- filters (optional): EXACTLY the same unified filters as search_companies.
- sort (optional): same as search_companies (applies where the country supports
the field).
- max_rows (optional, default 1000, max 10000): per-country row ceiling.
- country (optional, default "all"): "AT" | "DE" | "all".
Returns {countries: {<code>: {download_url, rows, columns, ...}}, notices}. ONE
CSV per country (semicolon-separated, UTF-8 BOM, Excel-ready): each register
exports its own column set - DE files have no financial columns yet (blank would
wrongly read as zero). Download links are signed and valid ~60 minutes. A filter a
country does not support excludes that country with a notice, like
search_companies. For browsing/ranking on screen use search_companies instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| country | No | all | |
| filters | No | ||
| max_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||