# Monitor ski tool prices on Backcountry.com

**Use case:** 

Track outdoor ski tool search results on Backcountry with SKU pricing, discounts, and stock levels.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.backcountry.com/search?s=u&q=ski+tools"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "minSalePrice": {
    "label": "Min Price",
    "format": "number"
  },
  "maxSalePrice": {
    "label": "Max Price",
    "format": "number"
  },
  "availabilityStatus": {
    "label": "Availability",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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