# French Belgium KBO/CBE Enterprise

**Use case:** 

Extract Belgium KBO/CBE Enterprise data filtered by French. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "enterpriseNumbers": [
    "0203201340",
    "0418467437",
    "0403210380"
  ],
  "language": "fr",
  "maxItems": 10
}
```

## Output

```json
{
  "enterpriseNumber": {
    "label": "Enterprise #",
    "format": "text"
  },
  "names": {
    "label": "Names"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "legalSituation": {
    "label": "Legal situation"
  },
  "startDate": {
    "label": "Start Date",
    "format": "date"
  },
  "legalForm": {
    "label": "Legal Form",
    "format": "text"
  },
  "entityType": {
    "label": "Entity type"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "establishmentUnitsCount": {
    "label": "Estab. Units",
    "format": "number"
  },
  "naceActivities": {
    "label": "Nace activities"
  },
  "kboUrl": {
    "label": "KBO URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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