# Monitor Electric Car Prices on AutoScout24

**Use case:** 

Build a repeatable AutoScout24 workflow for tracking electric vehicle listings, prices, mileage, and dealer supply.

## Input

```json
{
  "startUrls": [],
  "make": "bmw",
  "model": "",
  "country": "",
  "priceFrom": 10000,
  "priceTo": 60000,
  "yearFrom": 2020,
  "fuelType": "E",
  "maxListings": 100
}
```

## 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.