nvNeuralVerge
Corporate registry

Belgian Company Register API — KBO/BCE Lookup

The Crossroads Bank for Enterprises is Belgium's single register of businesses, and it holds more than registration basics: the functions people hold, the authorisations the entity carries, and the links between related entities.

You send
A Belgian enterprise number
You get back
The KBO record, including functions, authorisations and entity links
Coverage
Belgium — entities on KBO/BCE, the Belgian Crossroads Bank for Enterprises.
Price
5 pts$5 per 1,000
Charged only when the record resolves. A lookup that finds nothing is not billed.
Comparison

Ways to get this data

Three approaches teams use today, and where each one runs into trouble.

ApproachWhat it takesCostTrade-off
KBO/BCE, the Belgian Crossroads Bank for Enterprises directlySearch KBO Public Search in Dutch or French and read each section by handUsually free, sometimes per-documentA different interface, language and data shape for every country you add
Collecting it yourselfBuild and host a crawler per register, then keep each one aliveInfrastructure and maintenanceRegisters change their pages without warning, and nobody is on the hook when yours breaks
NeuralVergeOne request, the same shape as every other source in the catalog$5 per 1,000, misses not billedCovers Belgium — other countries are separate sources with the same request format
Response

What you get back

Every field the response returns.

FieldTypeDescription
general_informationobjectEnterprise number, name, legal form, address, status and start date.
functionsarrayPeople holding functions at the entity, with role and start date.
entrepreneurial_skillsarrayRegistered skills and the proof held for them.
authorisationsarrayAuthorisation type, issuing authority and validity date.
vat_activitiesobjectNACEBEL activity codes as registered for VAT.
nsso_activitiesobjectNACEBEL activity codes as registered for social security.
financial_informationobjectDate of the most recent filing.
entity_linksarrayLinked entities with their enterprise number and relationship type.
external_linksarrayRelated official links for the entity.
One response envelope

Every source answers in the same shape: a session id, a readable human summary, a structured machine object and the points the call consumed. Learn it once and it holds across every source in the catalog.

Integration

How to run it

The same lookup works from the app, the API, or as a tool an agent can call mid-task.

A JSON schema passed as extract_schema_json pins the response shape, which is why one endpoint serves every register in the catalog — only the URL and the schema change. The Get API Code button in the app hands you the complete command with the schema already filled in.

curl -X POST https://api.neuralverge.ai/functions/v1/run-extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://kbopub.economie.fgov.be/kbopub/toonondernemingps.html?ondernemingsnummer=0000000000",
    "instructions": "Extract data from KBO/BCE, the Belgian Crossroads Bank for Enterprises",
    "settings": {
      "country_code": "us",
      "extract_schema_json": "{ ... }"
    }
  }'
Use cases

What teams use it for

Where this field shows up in an actual workflow.

Verifying a Belgian supplier

Check the entity holds the authorisations its work requires.

Group structure mapping

Follow the links between entities to the rest of the group.

Regulated-sector checks

Authorisations are the practical answer to whether an entity may do the work.

Market segmentation

Segment the Belgian market by registered activity codes.

Coverage & limits

Coverage, freshness and limits

What this source covers, how fresh it is, and where it stops.

Coverage

Belgium — entities on KBO/BCE, the Belgian Crossroads Bank for Enterprises.

Freshness

Read at request time, so the answer reflects the register as it stands when you ask.

Handling

KBO/BCE, the Belgian Crossroads Bank for Enterprises is a public register. Every response carries the source URL it was read from and a session id you can trace.

What it will not do
  • Only entities registered in Belgium resolve here.
  • The record is published in Dutch and French, and section names differ between the two.
  • Financial information is what the register holds, not a full set of accounts.
FAQ

Questions, answered

A ten-digit identifier assigned by the Crossroads Bank for Enterprises. It is the same number used as the Belgian VAT number, prefixed with BE.

Related

Related sources

Try kbo company on your own data

One request format across every source in the catalog.

Get started