# Extract Sweetwater Focusrite Scarlett recording bundle page

**Use case:** 

Scrape Focusrite Scarlett 2i2 and AT2020 vocal recording bundle on Sweetwater with specs, pricing, and included accessories.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sweetwater.com/store/detail/Scar2i22020Bn1--focusrite-scarlett-2i2-4th-gen-usb-audio-interface-and-at2020-vocal-recording-bundle"
    }
  ],
  "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.