# Monitor CarGurus Vehicle Prices and IMV

**Use case:** 

Schedule a bounded CarGurus inventory query and track listing IDs, price-to-IMV differences, mileage, days on market, and dealer details.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cargurus.com/Cars/l-Used-Toyota-Camry-Raleigh-d292_L25152"
    }
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "title": {
    "label": "Vehicle",
    "format": "string"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "carGurusImv": {
    "label": "CarGurus IMV",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "dealRating": {
    "label": "Deal rating",
    "format": "string"
  },
  "daysOnMarket": {
    "label": "Days on market",
    "format": "number"
  },
  "dealerName": {
    "label": "Dealer",
    "format": "string"
  },
  "dealerCity": {
    "label": "Dealer city",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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