# Scrape Sweetwater remote audio gear search results

**Use case:** 

Extract remote audio gear search results from Sweetwater.com with prices, brands, and stock for pro audio retail monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sweetwater.com/store/search?s=remote"
    }
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

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