# Monitor Trending Jumpsuits Size 10 on PrettyLittleThing

**Use case:** 

Track trending jumpsuits in a popular UK size (10) to understand demand and popular styles. This insight helps optimize inventory management and future purchasi

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "jumpsuit",
  "category": "trending-now",
  "size": "10",
  "color": "any",
  "brand": "any",
  "onSaleOnly": false,
  "maxItems": 60
}
```

## 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 [PrettyLittleThing Fashion Scraper](https://apify.com/crawlerbros/prettylittlething-fashion-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/prettylittlething-fashion-scraper) to learn more, explore other use cases, and run it yourself.