# Scrape Used Ford Focus Listings for Lead Generation

**Use case:** 

Generate leads for your used car dealership by collecting details of Ford Focus cars listed on PistonHeads UK. Quickly identify new inventory opportunities and 

## Input

```json
{
  "mode": "search",
  "searchQuery": "ford focus",
  "sortOrder": "date",
  "maxItems": 75
}
```

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