# Scrape IKEA Kitchen Cabinet Parts & Pricing (US)

**Use case:** 

Extract detailed information and current pricing for all IKEA kitchen system components in the US. This data is invaluable for kitchen designers, remodelers, an

## Input

```json
{
  "mode": "search",
  "searchQuery": "kitchen cabinet",
  "productIds": [],
  "productUrls": [],
  "category": "",
  "country": "us",
  "language": "en",
  "sortBy": "RELEVANCE",
  "minPrice": 5,
  "inStockOnly": false,
  "containsKeyword": "cabinet",
  "enrichFromPDP": true,
  "maxItems": 200
}
```

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