# VW Golf listings in Germany with dealer phone

**Use case:** 

Scrape VW Golf listings from AutoScout24 Germany: price, year, mileage, gearbox, seller type and dealer phone. All-in price, no API key.

## Input

```json
{
  "make": "Volkswagen",
  "model": "Golf",
  "country": "de",
  "fuelType": "any",
  "sellerType": "any",
  "maxResults": 20
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "year": {
    "label": "First registration year",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "string"
  },
  "gearbox": {
    "label": "Gearbox",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "dealerName": {
    "label": "Dealer name",
    "format": "string"
  },
  "sellerPhone": {
    "label": "Seller phone",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoScout24 Scraper 🚗 (dealer phone included)](https://apify.com/tagadanar/autoscout24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/autoscout24-scraper) to learn more, explore other use cases, and run it yourself.