# Export RDW Volkswagen vehicle data

**Use case:** 

Pull RDW Netherlands Volkswagen vehicle records from open data for market sizing and automotive research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://opendata.rdw.nl/"
    }
  ],
  "maxItems": 5,
  "merk": "VOLKSWAGEN",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "kenteken": {
    "label": "Kenteken"
  },
  "merk": {
    "label": "Merk"
  },
  "handelsbenaming": {
    "label": "Handelsbenaming"
  },
  "voertuigsoort": {
    "label": "Voertuigsoort"
  },
  "vervaldatum_apk": {
    "label": "Vervaldatum apk"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [RDW Netherlands Vehicle Data Scraper](https://apify.com/rainminer/rdw-nl-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/rdw-nl-scraper) to learn more, explore other use cases, and run it yourself.