# Scrape boohoo Dresses on PrettyLittleThing

**Use case:** 

Gather data on boohoo brand dresses sold through PrettyLittleThing to compare product listings and pricing. This provides competitive intelligence on how multi-

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "dress",
  "category": "womens-dresses",
  "size": "any",
  "color": "any",
  "brand": "boohoo",
  "onSaleOnly": false,
  "maxItems": 75
}
```

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