# Find Top-Rated IKEA Sofas & Armchairs in Germany

**Use case:** 

Identify the highest-rated sofas and armchairs available in the German IKEA market to understand customer preferences. This insight helps businesses in the furn

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "bookcase",
  "productIds": [],
  "productUrls": [],
  "category": "sofas-armchairs-fu002",
  "country": "de",
  "language": "de",
  "sortBy": "RATING",
  "minRating": 4,
  "inStockOnly": true,
  "enrichFromPDP": true,
  "maxItems": 100
}
```

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