Skip to main content
POST
/
api
/
kbo
/
companies
/
establishments
/kbo/companies/establishments
curl --request POST \
  --url https://api.anysite.io/api/kbo/companies/establishments \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "enterprise_number": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "establishment_number": "<string>",
    "@type": "@kbo_establishment_item",
    "status": "<string>",
    "start_date": "<string>",
    "name": "<string>",
    "address": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
enterprise_number
string
required

Belgian enterprise number (CBE/KBO/BCE)

Examples:

"0202.239.951"

"0202239951"

count
integer
required

Max number of establishment units to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

establishment_number
string
required
@type
string
default:@kbo_establishment_item
status
string | null
start_date
string | null
name
string | null
address
string | null