# Monitor crossbow listings on Sportsmans Warehouse

**Use case:** 

Track Sportsmans.com crossbow category with draw weight, speed, and package pricing for hunting retail.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sportsmans.com/crossbows/c/cat100503-hpf-crossbows"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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