# Extract Black Heels Under £30 on PrettyLittleThing

**Use case:** 

Discover all black high heels available for under £30 on PrettyLittleThing for competitor price analysis. Use this to benchmark pricing strategies and identify 

## Input

```json
{
  "mode": "search",
  "searchQuery": "black high heels",
  "category": "womens-dresses",
  "size": "any",
  "color": "Black",
  "brand": "any",
  "maxPrice": 30,
  "onSaleOnly": false,
  "maxItems": 50
}
```

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