# IKEA Customer Reviews Insights Scraper

**Use case:** 

Gather 100 customer reviews and ratings for IKEA product. Analyze insights for market research and sentiment tracking.

## Input

```json
{
  "url": "https://www.ikea.com/gb/en/p/poaeng-armchair-white-stained-oak-veneer-knisa-light-beige-s89286612/",
  "productId": "89286612",
  "resultsWanted": 100,
  "maxPages": 10,
  "sortBy": "submissionOn:desc",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "primaryRatingValue": {
    "label": "Overall Rating",
    "format": "number"
  },
  "totalReviewCount": {
    "label": "Total Reviews",
    "format": "number"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewSubmissionOn": {
    "label": "Date",
    "format": "date"
  },
  "reviewPrimaryRatingValue": {
    "label": "Review Rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Title",
    "format": "text"
  },
  "reviewAuthor": {
    "label": "Author",
    "format": "text"
  },
  "reviewSourceCountryCode": {
    "label": "Country",
    "format": "text"
  },
  "reviewVerifiedPurchase": {
    "label": "Verified",
    "format": "boolean"
  },
  "reviewCountCollected": {
    "label": "Collected",
    "format": "number"
  },
  "reviewPosition": {
    "label": "Position",
    "format": "number"
  },
  "sortBy": {
    "label": "Sort",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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