# Scrape Bilbasen.dk Volkswagen used car listings

**Use case:** 

Extract Volkswagen used car listings from Bilbasen.dk with mileage, price, and dealer info for Danish auto market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bilbasen.dk/brugt/bil/vw?includeengroscvr=true&includeleasing=false"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Title",
    "format": "text"
  },
  "externalId": {
    "label": "External ID",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "variant": {
    "label": "Variant",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price Amount",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "features": {
    "label": "Features",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Bilbasen.dk Scraper](https://apify.com/lexis-solutions/bilbasen-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/bilbasen-scraper) to learn more, explore other use cases, and run it yourself.