Skip to main content
POST
/
api
/
kbo
/
companies
/kbo/companies
curl --request POST \
  --url https://api.anysite.io/api/kbo/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "enterprise_number": "<string>",
  "timeout": 300
}
'
[
  {
    "enterprise_number": "<string>",
    "url": "<string>",
    "@type": "@kbo_company",
    "name": "<string>",
    "abbreviation": "<string>",
    "status": "<string>",
    "legal_situation": "<string>",
    "legal_situation_since": "<string>",
    "start_date": "<string>",
    "names": [],
    "address": "<string>",
    "address_since": "<string>",
    "phone": "<string>",
    "fax": "<string>",
    "email": "<string>",
    "web": "<string>",
    "person_type": "<string>",
    "legal_form": "<string>",
    "legal_form_since": "<string>",
    "establishment_unit_count": 123,
    "functions": [],
    "entrepreneurial_skills": [],
    "characteristics": [],
    "authorisations": [],
    "nace_codes": [],
    "capital": "<string>",
    "annual_assembly": "<string>",
    "financial_year_end": "<string>",
    "links": []
  }
]

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"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

enterprise_number
string
required
url
string
required
@type
string
default:@kbo_company
name
string | null
abbreviation
string | null
status
string | null
start_date
string | null
names
KboName · object[]
address
string | null
address_since
string | null
phone
string | null
fax
string | null
email
string | null
web
string | null
person_type
string | null
establishment_unit_count
integer | null
functions
KboFunction · object[]
entrepreneurial_skills
string[]
characteristics
string[]
authorisations
string[]
nace_codes
KboNaceCode · object[]
capital
string | null
annual_assembly
string | null
financial_year_end
string | null