# Catalog (list all tables) Dutch CBS Statistics Standard

**Use case:** 

Standard Export of Dutch CBS Statistics for Catalog (list all tables). Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "mode": "catalog",
  "tableId": "82931NED"
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "tableId": {
    "label": "Table ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "shortTitle": {
    "label": "Short Title",
    "format": "text"
  },
  "identifier": {
    "label": "Identifier",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "modified": {
    "label": "Modified",
    "format": "date"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "catalog": {
    "label": "Catalog",
    "format": "text"
  },
  "reasonDelivery": {
    "label": "Status",
    "format": "text"
  },
  "data": {
    "label": "Row Data",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Dutch CBS Statistics Scraper](https://apify.com/parseforge/dutch-cbs-statistics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/dutch-cbs-statistics-scraper) to learn more, explore other use cases, and run it yourself.