# Scrape New In ASOS Dresses UK for Trending Styles

**Use case:** 

Monitor the latest fashion trends by extracting all new-in dresses on ASOS UK. This helps fashion retailers and trend analysts identify emerging styles and adap

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "dress",
  "store": "GB",
  "currency": "",
  "gender": "",
  "category": "women_dresses",
  "productIds": [],
  "productUrls": [],
  "brandIds": [],
  "colourIds": [],
  "sizeIds": [],
  "sortBy": "freshness",
  "onSaleOnly": false,
  "inStockOnly": false,
  "includeDetails": true,
  "maxItems": 200
}
```

## Output

```json
{
  "productId": {
    "label": "Product id"
  },
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "currentPrice": {
    "label": "Current price"
  },
  "currency": {
    "label": "Currency"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "colour": {
    "label": "Colour"
  },
  "isInStock": {
    "label": "Is in stock"
  },
  "isOnSale": {
    "label": "Is on sale"
  },
  "mainImageUrl": {
    "label": "Main image url"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

This example demonstrates how to use [ASOS Scraper](https://apify.com/crawlerbros/asos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/asos-scraper) to learn more, explore other use cases, and run it yourself.