IKEA Reviews Scraper ⭐ avatar

IKEA Reviews Scraper ⭐

Pricing

Pay per usage

Go to Apify Store
IKEA Reviews Scraper ⭐

IKEA Reviews Scraper ⭐

Scrape IKEA customer reviews, ratings & verified feedback at scale. Extract product insights for competitive analysis, trend monitoring, sentiment tracking & data-driven retail decisions.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

a day ago

Last modified

Share

IKEA Reviews Scraper

Extract comprehensive customer reviews from IKEA with ease. Collect ratings, review texts, and verified purchase flags at scale. Perfect for product analysis, market research, and competitor monitoring.


Features

  • Direct Resolution — Scrape reviews using direct IKEA product URLs or specific 8-digit product IDs.
  • Detailed Metadata — Collect customer feedback details including author name, title, score, and verified purchase flags.
  • Flexible Sorting — Order results by rating, date, or popularity, and customize extraction limits.
  • Clean Output — Receive flattened dataset records ready for analysis without nested arrays.

Use Cases

Sentiment Analysis

Understand customer satisfaction towards specific products. Extract reviews to analyze common complaints, positive feedback, and rating trends.

QA Monitoring

Identify product defects or quality complaints mentioned by customers. Share feedback directly with product teams to improve quality.

Competitor Benchmarking

Monitor competing items listed on IKEA. Compare rating benchmarks and review frequencies to position your products.


Input Parameters

ParameterTypeRequiredDefaultDescription
urlStringNoIKEA product page URL
productIdStringNoIKEA 8-digit product ID
resultsWantedIntegerNo20Max reviews to collect
maxPagesIntegerNo3Max review pages to request
sortByStringNo"submissionOn:desc"Sort order parameter
proxyConfigurationObjectNoOptional proxy settings

Output Data

FieldTypeDescription
productIdStringResolved product ID
productNameStringName of the product
productUrlStringProduct page URL
productPriceNumberCurrent product price
productCurrencyStringCurrency code
totalReviewCountIntegerTotal reviews count
primaryRatingValueNumberOverall product rating
reviewIdStringUnique review ID
reviewSubmissionOnStringReview submission date
reviewPrimaryRatingValueNumberRating given by reviewer
reviewTitleStringTitle of the review
reviewTextStringReview body text
reviewAuthorStringReviewer name
reviewSourceCountryCodeStringReview country
reviewVerifiedPurchaseBooleanVerified purchase status

Usage Examples

Basic Extraction

Extract the most recent reviews for a product using its URL:

{
"url": "https://www.ikea.com/gb/en/p/poaeng-armchair-white-stained-oak-veneer-knisa-light-beige-s89286612/"
}

ID-Based Extraction

Target a product using its 8-digit ID:

{
"productId": "89286612",
"resultsWanted": 50
}

Sorted Extraction

Scrape reviews sorted by lowest rating:

{
"productId": "89286612",
"sortBy": "primaryRating.ratingValue:asc"
}

Sample Output

{
"productId": "89286612",
"productName": "POÄNG",
"productUrl": "https://www.ikea.com/gb/en/p/poaeng-armchair-white-stained-oak-veneer-knisa-light-beige-s89286612/",
"productPrice": 95.0,
"productCurrency": "GBP",
"totalReviewCount": 427,
"primaryRatingValue": 4.6,
"reviewId": "236402484",
"reviewSubmissionOn": "2023-10-12T14:23:11.000Z",
"reviewPrimaryRatingValue": 5,
"reviewTitle": "Classic Comfort",
"reviewText": "Very comfortable armchair, easy to assemble.",
"reviewAuthor": "John D.",
"reviewSourceCountryCode": "GB",
"reviewVerifiedPurchase": true
}

Tips for Best Results

URL Formats

  • Make sure the URL includes regional segment (e.g. /gb/en/).
  • Verify the product exists on that region's site.

Sorting Choices

  • Use submissionOn:desc for fresh monitoring.
  • Use primaryRating.ratingValue:asc to find product issues.

Proxy Configuration

  • Enable proxies for large scale scraping to avoid rate limits:
{
"proxyConfiguration": {
"useApifyProxy": true
}
}

Integrations

Connect your data with:

  • Google Sheets — Export reviews for analysis.
  • Airtable — Build feedback databases.
  • Slack — Get alerts for negative feedback.

Export Formats

  • JSON — For developers.
  • CSV — For spreadsheet analysis.

Frequently Asked Questions

Can I scrape any regional IKEA website?

Yes, the scraper supports all regional IKEA domains containing product pages.

Is it possible to scrape all reviews?

Yes, set resultsWanted to match the product's total reviews.

Can I run this with only the Product ID?

Yes, the 8-digit product ID can be used instead of a URL.

Are verified purchases flagged?

Yes, the reviewVerifiedPurchase field indicates verified buyers.

What is the date format?

Dates are returned as standard ISO timestamps.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for compliance with website terms and applicable laws. Use data responsibly and respect rate limits.