# Monitor Crutchfield car stereo search results

**Use case:** 

Track Crutchfield car stereo keyword search results with product titles, prices, and availability for competitive monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.crutchfield.com/S-car_stereo.html?search=car+stereo"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "name": {
    "label": "Name"
  },
  "sku": {
    "label": "Sku"
  },
  "mpn": {
    "label": "Mpn"
  },
  "gtin": {
    "label": "Gtin"
  },
  "brand": {
    "label": "Brand"
  },
  "ratingValue": {
    "label": "Rating value"
  },
  "reviewCount": {
    "label": "Review count"
  }
}
```

## About this Actor

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