# Search Sweetwater guitars and basses

**Use case:** 

Find guitars and basses on Sweetwater. Export models, prices, conditions, and product page links for music retail research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sweetwater.com/store/search?s=guitar"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "featuredImage": {
    "label": "Featured Image",
    "format": "image"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "ratingData": {
    "label": "Rating Data",
    "format": "object"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "longDescription": {
    "label": "Long Description",
    "format": "text"
  }
}
```

## About this Actor

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