# Monitor Ford F-150 Prices in Major US Cities

**Use case:** 

Track average listing prices and inventory for popular truck models like the Ford F-150 across key US markets. This helps dealerships and automotive analysts id

## Input

```json
{
  "make": "ford",
  "model": "f-150",
  "zip": "90210",
  "radius": "100",
  "postedWithinDays": "7",
  "sort": "price_asc",
  "bodyStyles": [],
  "driveTypes": [],
  "fuelTypes": [],
  "titleStatus": [],
  "cylinders": [],
  "doors": [],
  "exteriorColors": [],
  "interiorColors": [],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "price": {
    "label": "Price"
  },
  "mileage": {
    "label": "Mileage"
  },
  "city": {
    "label": "City"
  },
  "sourceSite": {
    "label": "Source site"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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