# KBC CBE company record extractor

**Use case:** 

Extract KBC's official public CBE record with officers and NACE-BEL activities.

## Input

```json
{
  "enterpriseNumbers": [
    "0403227515"
  ],
  "recordUrls": [],
  "maxItems": 1,
  "includeOfficers": true,
  "includeActivities": true
}
```

## Output

```json
{
  "enterpriseNumber": {
    "label": "Enterprise number"
  },
  "status": {
    "label": "Status"
  },
  "names": {
    "label": "Names"
  },
  "registeredAddress": {
    "label": "Registered address"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "establishmentCount": {
    "label": "Establishments"
  },
  "activities": {
    "label": "NACE-BEL activities"
  },
  "sourceUrl": {
    "label": "Official source"
  },
  "retrievedAt": {
    "label": "Retrieved at"
  }
}
```

## About this Actor

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