# Extract Plus Size Fashion Trends from Boohoo

**Use case:** 

Identify trending styles and product features within Boohoo's plus-size clothing collection to inform your product development and marketing. Understand custome

## Input

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

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