regdata_belgium_kbo_company
Access official Belgian KBO/BCE company records: identity, status, legal form, address, NACEBEL codes, and named directors. Look up by enterprise/VAT or company name.
Instructions
Belgium KBO/BCE Company Scraper - Directors & VAT. Scrape Belgium's KBO/BCE registry from the official public search: company identity, status, legal form, address, NACEBEL activity codes and NAMED directors/managers. Lookup by enterprise/VAT number or company name. No API key. Advanced fields beyond this schema are also accepted (regdata_describe lists them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language of the registry labels/descriptions (NACEBEL activity descriptions, status text). The data itself is identical across languages. | en |
| maxItems | No | Optional cap on billed dataset items returned. | |
| activeOnly | No | When searching by name, return only active (non-ceased) entities. Ignored in byNumber mode. | |
| maxResults | No | Maximum number of company records to extract. 0 means no limit. Useful to cap broad name searches. | |
| searchMode | No | How to look up companies. "byNumber" fetches exact companies by enterprise/VAT number (most precise, ideal for KYC/KYB enrichment). "byName" runs the official phonetic name search and then fetches each match. | byNumber |
| searchQuery | No | Company name to search for (used when searchMode = byName). Uses the registry's phonetic search, so minor spelling differences still match. Add a place or legal form to narrow very common names. | |
| minIntervalMs | No | Polite delay between requests to the registry. Lower is faster but less courteous; 400ms is a safe default. | |
| enterpriseNumbers | No | Belgian enterprise numbers or VAT numbers to look up (used when searchMode = byNumber). Any common format works: "0417.497.106", "0417497106" or "BE0417497106". |