# Scrape Crutchfield car stereo category listings

**Use case:** 

Extract car stereo products from Crutchfield.com with prices, brands, ratings, and compatibility notes for auto electronics retail.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.crutchfield.com/g_300/Car-Stereos.html"
    }
  ],
  "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.