# Get Detailed Information for a Specific CarGurus Listing

**Use case:** 

Retrieve all available data for a particular CarGurus car listing using its unique ID. This is useful for competitive analysis, validating inventory details, or

## Input

```json
{
  "mode": "byListingId",
  "make": "Toyota",
  "condition": "",
  "sortBy": "best_deal",
  "listingId": "349168452",
  "maxItems": 1
}
```

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