Belgium Company Registry (KBO/CBE) Scraper
Look up Belgian companies by enterprise number from the CBE (KBO/BCE) public registry. Get official name, status, legal form, registered address, NACE activities, start date, contact details and directors. Export to JSON, CSV or Excel.
{ "enterpriseNumber": "0400.378.485", "name": "Colruyt Group", "status": "Active", "legalSituation": "Normal situation", "startDate": "March 9, 1950", "legalForm": "Public limited company", "entityType": "Legal person", "address": "Edingensesteenweg 196 1500 Halle", "establishmentUnitCount": 38 }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Enterprise Number | Name | Status | Legal Situation |
|---|---|---|---|
| 0400.378.485 | Colruyt Group | Active | Normal situation |
{ "enterpriseNumber": "0400.378.485", "name": "Colruyt Group", "status": "Active", "legalSituation": "Normal situation", "startDate": "March 9, 1950", "legalForm": "Public limited company", "entityType": "Legal person", "address": "Edingensesteenweg 196 1500 Halle", "establishmentUnitCount": 38 }
常见问题
Can I search by name or only by number?
Both. Type a company name to get every matching enterprise with its full record, or enter one enterprise number for a direct lookup.
What is an enterprise number?
It is the unique identifier every Belgian company and organisation receives, written as ten digits (for example 0400.378.485).
Do I get the directors?
Yes. Each record includes the persons holding functions (directors, managers and permanent representatives) together with their role and start date, when published.
Does it include the company's activities?
Yes. NACE activity codes with their descriptions are included, so you can see what each company actually does.
How fresh is the data?
Every record is read live at run time, so it reflects the current registry entry at the moment of the run (see observedAt).