# Monitor Competitor Prices on ASOS for Key Products

**Use case:** 

Track live pricing and stock levels for competitor products on ASOS to inform your dynamic pricing strategy. This provides crucial competitive intelligence for 

## Input

```json
{
  "mode": "byProductIds",
  "searchQuery": "dress",
  "store": "US",
  "currency": "USD",
  "gender": "",
  "category": "",
  "productIds": [
    201202875,
    201202882,
    203975176
  ],
  "productUrls": [],
  "brandIds": [],
  "colourIds": [],
  "sizeIds": [],
  "sortBy": "",
  "onSaleOnly": false,
  "inStockOnly": false,
  "includeDetails": false,
  "maxItems": 15
}
```

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