# Affordable VW Golf Listings in Germany

**Use case:** 

Access 100 used Volkswagen Golf listings in Germany. Get detailed data on each car including price, accidents, and service history.

## Input

```json
{
  "locales": [
    "de"
  ],
  "startUrls": [],
  "brand": "Volkswagen",
  "model": "Golf",
  "sortBy": "price_asc",
  "maxItems": 100,
  "pageLimit": 100,
  "maxConcurrency": 6,
  "maxRequestRetries": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "mainImageUrl": {
    "label": "Image",
    "format": "image"
  },
  "detailUrl": {
    "label": "URL",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "trim": {
    "label": "Trim",
    "format": "string"
  },
  "builtYear": {
    "label": "Year",
    "format": "number"
  },
  "mileageKm": {
    "label": "Mileage (KM)",
    "format": "number"
  },
  "priceAmount": {
    "label": "Price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "monthlyPaymentAmount": {
    "label": "Monthly",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "previousOwners": {
    "label": "Owners",
    "format": "number"
  },
  "accidents": {
    "label": "Accidents",
    "format": "number"
  },
  "damages": {
    "label": "Damages",
    "format": "number"
  },
  "lastServiceOn": {
    "label": "Last Service",
    "format": "string"
  },
  "dealerCity": {
    "label": "Dealer City",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Autohero Scraper: 10 EU Stores, 40+ Fields](https://apify.com/getascraper/autohero-cars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/autohero-cars-scraper) to learn more, explore other use cases, and run it yourself.