# Autoscout24 Powerful Filters + Deep Search

**Use case:** 

A lean, production-grade AutoScout24 scraper for Europe’s largest used-car marketplace. Extract clean JSON with 30+ vehicle fields for dealers, analysts, valuat

## Input

```json
{
  "mode": "search",
  "urls": [
    "https://www.autoscout24.com/lst/bmw/x5?fregfrom=2020"
  ],
  "make": "bmw",
  "countries": [],
  "ustate": "both",
  "bodyType": "",
  "fuelTypes": [],
  "transmission": "",
  "sortBy": "standard",
  "fetchDetails": true,
  "fetchDealerInfo": false,
  "maxListings": 60,
  "maxPages": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID (GUID)",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "year": {
    "label": "First registration year",
    "format": "integer"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "integer"
  },
  "fuel": {
    "label": "Fuel Type",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "country": {
    "label": "Country code",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "url": {
    "label": "Detail URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Autoscout24 $0.8💰 Powerful Filters + Deep Search](https://apify.com/abotapi/autoscout24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/autoscout24-scraper) to learn more, explore other use cases, and run it yourself.