# Extract IKEA Desk Product Data for Competitor Comparison

**Use case:** 

Gather comprehensive product data for IKEA desks across multiple regions to facilitate competitive analysis. This enables businesses to compare features, pricin

## Input

```json
{
  "mode": "byUrls",
  "searchQuery": "bookcase",
  "productIds": [],
  "productUrls": [
    "https://www.ikea.com/us/en/p/bekant-desk-white-s19022808/",
    "https://www.ikea.com/de/de/p/lagkapten-adils-tisch-weiss-s99416752/",
    "https://www.ikea.com/gb/en/p/micke-desk-white-s50213075/"
  ],
  "category": "",
  "country": "us",
  "language": "en",
  "sortBy": "RELEVANCE",
  "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.