# Search Guitar Center Stratocaster guitars

**Use case:** 

Find Fender Stratocaster listings on Guitar Center. Export models, prices, conditions, and product URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.guitarcenter.com/Stratocaster-Guitars.gc?typeAheadRedirect=true"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "itemNumber": {
    "label": "Item #",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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