# Monitor Tackle Warehouse soft plastics category

**Use case:** 

Track soft plastic bait category on Tackle Warehouse with SKUs, pack sizes, and customer ratings for tackle market intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.tacklewarehouse.com/catpage-SBWORM.html"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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