# Monitor New Ford F-150 Prices in California

**Use case:** 

Track the pricing of new Ford F-150 trucks across California to inform competitive pricing strategies or large fleet purchasing decisions. Gain insights into pr

## Input

```json
{
  "mode": "search",
  "make": "Ford",
  "model": "F-150",
  "condition": "New",
  "sortBy": "lowest_price",
  "zipCode": "90210",
  "listingId": "444595478",
  "maxItems": 50
}
```

## Output

```json
{
  "year": {
    "label": "Year"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "trim": {
    "label": "Trim"
  },
  "price": {
    "label": "Price"
  },
  "dealRating": {
    "label": "Deal rating"
  },
  "mileage": {
    "label": "Mileage"
  },
  "condition": {
    "label": "Condition"
  },
  "dealerName": {
    "label": "Dealer name"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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