Skip to main content
POST
/
api
/
kbo
/
establishments
/kbo/establishments
curl --request POST \
  --url https://api.anysite.io/api/kbo/establishments \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "establishment_number": "<string>",
  "timeout": 300
}
'
[
  {
    "establishment_number": "<string>",
    "url": "<string>",
    "@type": "@kbo_establishment",
    "enterprise_number": "<string>",
    "status": "<string>",
    "entity_status": "<string>",
    "start_date": "<string>",
    "name": "<string>",
    "names": [],
    "address": "<string>",
    "address_since": "<string>",
    "phone": "<string>",
    "fax": "<string>",
    "email": "<string>",
    "web": "<string>",
    "activities": [],
    "authorisations": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
establishment_number
string
required

Belgian establishment unit number (CBE/KBO/BCE)

Examples:

"2.102.964.255"

"2102964255"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

establishment_number
string
required
url
string
required
@type
string
default:@kbo_establishment
enterprise_number
string | null
status
string | null
entity_status
string | null
start_date
string | null
name
string | null
names
KboEstablishmentName · object[]
address
string | null
address_since
string | null
phone
string | null
fax
string | null
email
string | null
web
string | null
activities
KboEstablishmentActivity · object[]
authorisations
string[]