# Extract High Mileage Sports Car Listings UK

**Use case:** 

Identify high-mileage sports cars listed across PistonHeads UK for specialized market segments or parts sourcing. Understand the depreciation curves and availab

## Input

```json
{
  "mode": "search",
  "searchQuery": "sports car",
  "sortOrder": "mileage_asc",
  "maxItems": 60
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "price": {
    "label": "Price"
  },
  "mileage": {
    "label": "Mileage"
  },
  "fuelType": {
    "label": "Fuel type"
  },
  "transmission": {
    "label": "Transmission"
  },
  "listingUrl": {
    "label": "Listing url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [PistonHeads UK Car Listings Scraper](https://apify.com/crawlerbros/autotrader-uk-car-listings) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/autotrader-uk-car-listings) to learn more, explore other use cases, and run it yourself.