# Zoek een Belgisch bedrijf op btw-nummer (KBO)

**Use case:** 

Zoek officiele KBO-gegevens van een Belgisch bedrijf op ondernemings- of btw-nummer: naam, status, rechtsvorm, adres, NACEBEL-codes en bestuurders.

## Input

```json
{
  "searchMode": "byNumber",
  "enterpriseNumbers": [
    "0417.497.106"
  ],
  "searchQuery": "Colruyt",
  "language": "nl",
  "activeOnly": true,
  "maxResults": 0,
  "minIntervalMs": 400
}
```

## Output

```json
{
  "enterpriseNumber": {
    "label": "Enterprise no.",
    "format": "string"
  },
  "vatNumber": {
    "label": "VAT",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "establishmentUnits": {
    "label": "EU count",
    "format": "integer"
  },
  "activities": {
    "label": "Activities",
    "format": "array"
  },
  "functions": {
    "label": "Functions",
    "format": "array"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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