# Track Ugly Stik fish skinner on Sportsmans.com

**Use case:** 

Scrape Ugly Stik fish skinner fishing tool product detail with specs, images, and store availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.sportsmans.com/other-fishing-tools/ugly-stik-ugly-tools-fish-skinner-fishing-tool-blackred/p/1711483"
    }
  ],
  "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.