# Research Denim Jacket Products & Pricing on Boohoo

**Use case:** 

Gather comprehensive data on denim jackets, including available sizes, colors, and price ranges, to conduct in-depth market research. Understand the competitive

## Input

```json
{
  "mode": "search",
  "searchQuery": "denim jacket",
  "category": "womens-dresses",
  "productIds": [],
  "size": "any",
  "color": "any",
  "gender": "any",
  "brand": "any",
  "department": "any",
  "fitClassification": "any",
  "minPrice": 10,
  "maxPrice": 70,
  "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.