# Analyze New Arrivals in BoohooMAN Menswear

**Use case:** 

Scrape the latest additions to BoohooMAN's menswear category to spot emerging fashion trends and popular items. Use this data for market research, trend forecas

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "dress",
  "category": "mens-new-collection",
  "productIds": [],
  "size": "any",
  "color": "any",
  "gender": "any",
  "brand": "any",
  "department": "any",
  "fitClassification": "any",
  "onSaleOnly": false,
  "maxItems": 80
}
```

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