Czech Company Registry Scraper (ARES, ICO, Officers)
Search Czech company records from the official ARES registry by name or ICO. Get company name, ICO, VAT number, legal form, registered address, NACE activity, status, incorporation date and statutory officers (directors and board members). Export to JSON, CSV or Excel.
{ "ico": "00177041", "name": "Škoda Auto a.s.", "legalFormCode": "121", "vatNumber": "CZ00177041", "vatPayer": true, "inInsolvency": false, "hasTradeLicense": true, "status": "ACTIVE", "foundedDate": "1990-11-20" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Ico | Name | Legal Form Code | Vat Number |
|---|---|---|---|
| 00177041 | Škoda Auto a.s. | 121 | CZ00177041 |
| 07700903 | Nadační fond Škoda Auto | 118 | CZ07700903 |
| 14145367 | Základní organizace Odborové orga… | 707 |
{ "ico": "00177041", "name": "Škoda Auto a.s.", "legalFormCode": "121", "vatNumber": "CZ00177041", "vatPayer": true, "inInsolvency": false, "hasTradeLicense": true, "status": "ACTIVE", "foundedDate": "1990-11-20" }
常见问题
Can I search by name or do I need the ICO?
Both. A name runs a registry search and returns every matching company; an 8-digit ICO fetches that exact company.
Does it include company officers?
Yes. With Include officers on, each company carries its current statutory officers with their role and, for individuals, birth date, address and citizenship.
What does status mean?
Active means the company is still on the register; dissolved means it has a recorded dissolution date.
How fresh is the data?
Every record is read live at run time and carries the registry's own last-updated date plus an observedAt timestamp.