# BTW-nummer en KBO-status Opzoeken via Gouden Gids

**Use case:** 

BTW-nummer opzoeken en de KBO-status controleren van een Belgische onderneming: geef de Gouden Gids-links op en je krijgt per bedrijf het btw-nummer, de officiële KBO-status, de oprichtingsdatum en het personeelsaantal. Handig voor boekhouders, facturatieteams en leveranciersscreening. Voeg zelf extra vermeldingen toe om een hele lijst bedrijven in één keer te controleren.

## Input

```json
{
  "mode": "detail",
  "directUrls": [
    "https://www.goudengids.be/bedrijf/Gand/L7153156/Restaurant+Gaston/",
    "https://www.goudengids.be/bedrijf/Gand/L16786089/Knol+en+Kool/",
    "https://www.goudengids.be/bedrijf/Rendeux/L5548185/DNP+Concept/"
  ],
  "language": "nl",
  "keyword": "restaurant",
  "location": "Bruxelles",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "monitorMode": false,
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "string"
  },
  "foundingDate": {
    "label": "Founded",
    "format": "string"
  },
  "employeesRange": {
    "label": "Employees",
    "format": "string"
  },
  "kboStatus": {
    "label": "KBO status",
    "format": "string"
  },
  "kboUrl": {
    "label": "KBO register",
    "format": "string"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "region": {
    "label": "Province",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Pages d'Or Gouden Gids Scraper: VAT, KBO & Business Leads](https://apify.com/getascraper/pagesdor-goudengids-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/pagesdor-goudengids-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/getascraper/pagesdor-goudengids-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
