# Bpost Belgium KBO Company Lookup

**Use case:** 

Look up Bpost in the Belgian KBO/CBE registry: enterprise number, legal form, status, address and NACE activities.

## Input

```json
{
  "maxCompanies": 30,
  "companyName": "Bpost",
  "language": "fr"
}
```

## Output

```json
{
  "enterpriseNumber": {
    "label": "Enterprise No."
  },
  "name": {
    "label": "Name"
  },
  "status": {
    "label": "Status"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "startDate": {
    "label": "Start date"
  },
  "address": {
    "label": "Registered address"
  },
  "activities": {
    "label": "Activities (NACE)"
  },
  "establishmentUnitCount": {
    "label": "Est. units"
  },
  "functionHolders": {
    "label": "Directors / functions"
  },
  "url": {
    "label": "Source URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Belgium Company Registry (KBO/CBE) Scraper](https://apify.com/scrapers_lat/belgium-kbo-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/belgium-kbo-companies-scraper) to learn more, explore other use cases, and run it yourself.