# Track Boohoo Sale Prices for Specific Products

**Use case:** 

Monitor price drops and sale status for a curated list of product IDs to optimize your purchasing or marketing campaigns. Ensure you're always aware of current 

## Input

```json
{
  "mode": "byIds",
  "searchQuery": "dress",
  "category": "womens-dresses",
  "productIds": [
    "DZZ33979",
    "GZZ29972",
    "FZZ33190"
  ],
  "size": "any",
  "color": "any",
  "gender": "any",
  "brand": "any",
  "department": "any",
  "fitClassification": "any",
  "onSaleOnly": true,
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "onSale": {
    "label": "On sale"
  },
  "category": {
    "label": "Category"
  },
  "color": {
    "label": "Color"
  },
  "sizesAvailable": {
    "label": "Sizes available"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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