# Monitor IKEA Children's Furniture Prices & Stock (UK)

**Use case:** 

Track pricing and stock availability for all children's furniture in the UK market. This enables competitive analysis and helps identify trends in IKEA's invent

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "bookcase",
  "productIds": [],
  "productUrls": [],
  "category": "baby-kids-bc001",
  "country": "gb",
  "language": "en",
  "sortBy": "PRICE_LOW_TO_HIGH",
  "inStockOnly": false,
  "enrichFromPDP": true,
  "maxItems": 15
}
```

## Output

```json
{
  "productId": {
    "label": "Product id"
  },
  "name": {
    "label": "Name"
  },
  "typeName": {
    "label": "Type name"
  },
  "price": {
    "label": "Price"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "country": {
    "label": "Country"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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