# Monitor Boohoo Dress Prices & Stock for Competitors

**Use case:** 

Track real-time pricing and availability of popular women's dresses on Boohoo to inform your competitive pricing strategy. Gain an edge by reacting quickly to c

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "dress",
  "category": "womens-dresses",
  "productIds": [],
  "size": "any",
  "color": "any",
  "gender": "any",
  "brand": "any",
  "department": "any",
  "fitClassification": "any",
  "onSaleOnly": false,
  "maxItems": 100
}
```

## 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.