# Scrape New Car Listings for a Make - AutoScout24

**Use case:** 

Monitor newest AutoScout24 listings for a make with make, model, price, mileage, year and fuel. Updated on every run.

## Input

```json
{
  "mode": "search",
  "make": "Porsche",
  "countries": [
    "germany"
  ],
  "transmission": "",
  "condition": "all",
  "sort": "age_newest",
  "includeDetails": false,
  "emitDealerLeads": false,
  "enrichDealerEmails": false,
  "maxReviewsPerDealer": 10,
  "maxResults": 200,
  "maxDealers": 200,
  "deduplicateResults": true,
  "monitorMode": true,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "registrationYear": {
    "label": "Year",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Gearbox",
    "format": "text"
  },
  "powerHp": {
    "label": "HP",
    "format": "number"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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