# Scrape used cars in Europe

**Use case:** 

Extract used car listings from AutoScout24 across Europe. Structured data with prices, mileage, and year. Pay per result.

## Input

```json
{
  "make": "volkswagen",
  "model": "",
  "countries": [
    "DE"
  ],
  "condition": "used",
  "bodyType": "",
  "fuelType": "",
  "transmission": "",
  "priceFrom": 0,
  "priceTo": 0,
  "yearFrom": 0,
  "yearTo": 0,
  "mileageFrom": 0,
  "mileageTo": 0,
  "powerFrom": 0,
  "powerTo": 0,
  "sortBy": "standard",
  "sortOrder": "0",
  "fetchDetailsEnabled": false,
  "enableDedup": true,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelGroup": {
    "label": "Model group"
  },
  "variant": {
    "label": "Variant"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "priceEur": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "priceFormatted": {
    "label": "Price formatted"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "mileageFormatted": {
    "label": "Mileage formatted"
  },
  "firstRegistrationDate": {
    "label": "First registration date"
  },
  "firstRegistrationFormatted": {
    "label": "First registration formatted"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "powerKw": {
    "label": "Power (kW)",
    "format": "number"
  },
  "powerHp": {
    "label": "Power hp"
  },
  "gears": {
    "label": "Gears"
  },
  "bodyType": {
    "label": "Body type"
  },
  "bodyColor": {
    "label": "Body color"
  },
  "paintType": {
    "label": "Paint type"
  },
  "vehicleType": {
    "label": "Vehicle type"
  },
  "engineDisplacementCCM": {
    "label": "Engine displacement ccm"
  },
  "wltpCo2": {
    "label": "Wltp co2"
  },
  "fuelConsumptionCombined": {
    "label": "Fuel consumption combined"
  },
  "electricRangeKm": {
    "label": "Electric range km"
  },
  "hasParticleFilter": {
    "label": "Has particle filter"
  },
  "warrantyExists": {
    "label": "Warranty exists"
  },
  "leadsRange": {
    "label": "Leads range"
  },
  "priceNegotiable": {
    "label": "Price negotiable"
  },
  "vatDeductible": {
    "label": "Vat deductible"
  },
  "sellerType": {
    "label": "Seller type"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "sellerCity": {
    "label": "City",
    "format": "text"
  },
  "sellerCountry": {
    "label": "Country",
    "format": "text"
  },
  "sellerZip": {
    "label": "Seller zip"
  },
  "sellerPhones": {
    "label": "Seller phones"
  },
  "images": {
    "label": "Images"
  },
  "imageCount": {
    "label": "Image count"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "originalScrapedAt": {
    "label": "Original scraped at"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "source": {
    "label": "Source"
  }
}
```

## About this Actor

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