Skip to main content
GET
Search enterprises
This is the endpoint to use when a person is typing a company name. It is the same search engine that powers the search box on jaarrekening.be, so it tolerates typos, ignores word order, and matches the last word as a prefix.GET /enterprises matches exactly instead. Searching colruit group there returns nothing, because no company name contains that exact text. Here it returns Colruyt Group, the company the user meant.

Which endpoint should I use?

Once you have a number from this endpoint, pass it to any of the /enterprises/{search}/… endpoints to pull financials, directors and the rest.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

What the user typed. A company name, part of a name, or an enterprise number. Minimum 2 characters.

Required string length: 2 - 200
limit
integer
default:10

Number of results to return.

Required range: 1 <= x <= 50
countries
string

Comma separated ISO country codes to narrow results to, for example BE,FR. This only ever narrows: it cannot grant access to data your token does not already cover.

Response

Matching enterprises, most relevant first. An empty data array means no match.

The response is of type object.