# AutoScout24 Deals by Price

**Use case:** 

Find AutoScout24 vehicles under a price cap — price, photos and location. Spot deals fast, structured JSON.

## Input

```json
{
  "make": "bmw",
  "countries": [
    "DE"
  ],
  "condition": "all",
  "maxResults": 10,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "skipReposts": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelGroup": {
    "label": "Model Group",
    "format": "text"
  },
  "variant": {
    "label": "Variant",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceFormatted": {
    "label": "Formatted Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "firstRegistration": {
    "label": "First Registration",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "sellerType": {
    "label": "Seller Type",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "text"
  },
  "sellerPhone": {
    "label": "Seller Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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