# Scrape Audi A4 Listings from AutoScout24

**Use case:** 

Collect AutoScout24 Audi A4 listings in the Netherlands with vehicle specs, prices, dealer names, and listing links.

## Input

```json
{
  "startUrls": [],
  "make": "audi",
  "model": "a4",
  "country": "NL",
  "fuelType": "D",
  "maxListings": 75
}
```

## Output

```json
{
  "images": {
    "label": "Image",
    "format": "image"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "variant": {
    "label": "Variant"
  },
  "year": {
    "label": "Year"
  },
  "priceEur": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fueltype"
  },
  "transmission": {
    "label": "Transmission"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "dealerName": {
    "label": "Dealername"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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