# Find Audi RS3 Listings in London on PistonHeads

**Use case:** 

Extract all available Audi RS3 listings specifically located in London to identify potential inventory or sales leads. Target your outreach effectively by focus

## Input

```json
{
  "mode": "byMakeModel",
  "searchQuery": "ford focus",
  "make": "audi",
  "model": "rs3",
  "location": "london",
  "sortOrder": "date",
  "maxItems": 40
}
```

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