# Monitor CarGurus Canada new Honda inventory

**Use case:** 

Scrape new Honda vehicle listings from CarGurus.ca near Toronto postal code with trim levels, MSRP, and dealer info.

## Input

```json
{
  "zipcode": "M5H2N2",
  "country": "CA",
  "make": "Honda",
  "model": "CR-V",
  "condition": "new",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Url"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "primaryImage": {
    "label": "Primary image"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "vehicleModelDate": {
    "label": "Vehicle model date"
  },
  "condition": {
    "label": "Condition"
  },
  "mileage": {
    "label": "Mileage"
  },
  "unitMileage": {
    "label": "Unit mileage"
  },
  "bodyType": {
    "label": "Body type"
  },
  "color": {
    "label": "Color"
  },
  "vehicleInteriorColor": {
    "label": "Vehicle interior color"
  },
  "vehicleTransmission": {
    "label": "Vehicle transmission"
  },
  "driveWheelConfiguration": {
    "label": "Drive wheel configuration"
  },
  "fuelType": {
    "label": "Fuel type"
  },
  "fuelEfficiency": {
    "label": "Fuel efficiency"
  },
  "engine": {
    "label": "Engine"
  },
  "sellerCity": {
    "label": "Seller city"
  },
  "sellerRegion": {
    "label": "Seller region"
  },
  "sellerPostalCode": {
    "label": "Seller postal code"
  },
  "dealerName": {
    "label": "Dealer name"
  },
  "itemType": {
    "label": "Item type"
  }
}
```

## About this Actor

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