IKEA Reviews Scraper avatar

IKEA Reviews Scraper

Pricing

from $0.70 / 1,000 review details

Go to Apify Store
IKEA Reviews Scraper

IKEA Reviews Scraper

Scrape IKEA product reviews: author, rating, date, title, and text. Provide product URLs, a category or listing URL, or a search keyword. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $0.70 / 1,000 review details

Rating

5.0

(1)

Developer

E Commerce

E Commerce

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Powered by E-commerce Scraping Tool. Need data from other stores too? The E-commerce Scraping Tool gets you data from IKEA, Amazon, eBay, and any other e-commerce site.

IKEA Reviews Scraper

Extract IKEA product reviews at scale: reviewer, star rating, date, title, and full text, from any IKEA product URL, category page, or search keyword. Built for sentiment analysis, product-quality research, and voice-of-customer content.

IKEA shoppers leave detailed reviews about assembly, sizing, sturdiness, and value on ranges like BILLY, KALLAX, and POÄNG, across 50+ country sites. This Actor turns those reviews into clean, structured data you can analyze at scale.

What does IKEA Reviews Scraper do?

IKEA Reviews Scraper collects customer reviews from IKEA.com and returns them as JSON, CSV, or Excel. Give it product URLs, a category (listing) URL, or a search keyword, and it returns every review it can find for each matching product.

  • ⭐ Scrape all reviews for any IKEA product by URL
  • 📂 Collect reviews across a whole category or search results page
  • 🔎 Search IKEA by keyword and scrape reviews for the matching products
  • 🌍 Works across 20+ IKEA country sites (US, UK, DE, FR, CA, and more)
  • 📦 Export to JSON, CSV, Excel, XML, or HTML, or pull results via API

What review data can you extract from IKEA?

The IKEA Reviews Scraper returns the following fields for each review:

Review dataRatingContext
👤 Author⭐ Rating value🔗 Product URL
🗓️ Date published🔝 Best / worst rating🏷️ Input URL
📝 Title📊 Extra attributes (optional)🔎 Keyword
💬 Review text

Enable Include additional properties to capture extra review attributes (such as verified-purchase flags or secondary ratings) under additionalProperties.

Can I scrape IKEA reviews by product, category, or keyword?

Yes. IKEA Reviews Scraper accepts three kinds of input and resolves all of them to products, then scrapes each product's reviews:

  • Product URLs: direct links to IKEA product (/p/) pages.
  • Category / listing URLs: any IKEA /cat/ or search-results page. The Actor collects the products found and scrapes their reviews.
  • Search keyword: a search term run against the IKEA country site you choose.

It supports IKEA sites including the United States, United Kingdom, Canada, Australia, Germany, France, Spain, Italy, the Netherlands, Sweden, Poland, Japan, and more.

How does IKEA Reviews Scraper work?

  1. You provide product URLs, listing URLs, or a keyword.
  2. The Actor expands listing URLs and keyword searches into individual product URLs.
  3. For each product, it pages through all available reviews.
  4. Each review is saved to your dataset as it completes, so first results appear within a minute.
  5. Anything that cannot be scraped is written to a separate errors dataset with a clear reason.

Why use IKEA Reviews Scraper?

FeatureManual / generic toolsIKEA Reviews Scraper
SetupCustom code and selectorsJust paste a URL or keyword
Input typesOne product at a timeProduct, category, and keyword
Country coverageSingle site20+ IKEA country sites
OutputUnstructured HTMLClean JSON, CSV, Excel
PaginationManualAutomatic across all pages
Cost modelFixed subscriptionsPay only per review returned

What can you do with IKEA review data?

  • Sentiment analysis: measure how customers feel about a range and track it over time and across countries.
  • Product-quality research: surface recurring complaints about assembly, sizing, or durability for a specific product.
  • Voice-of-customer content: pull real quotes and ratings for product pages, FAQs, and marketing.
  • Cross-market comparison: compare review volume and average ratings for the same article number between IKEA country sites.

How to use IKEA Reviews Scraper?

  1. Create a free Apify account.
  2. Open the IKEA Reviews Scraper.
  3. Paste IKEA product URLs, a category URL, or type a keyword and pick the IKEA country site.
  4. Set Total maximum reviews to cap the run (start with 100 to preview).
  5. Click Start, then export your results or fetch them from the API.

How much does IKEA Reviews Scraper cost?

It uses a pay-per-event model: a tiny fee per run start, plus a fee per review returned, $0.002 per review on the Free plan, dropping to $0.0004 per review on higher plans. You are never charged for failed pages, and runs stay predictable because you control the review cap. See the Pricing tab for current rates.

Input

Provide at least one of: product URLs, listing URLs, or a keyword.

FieldTypeDescription
detailsUrlsarrayIKEA product (/p/) URLs whose reviews to get
listingUrlsarrayIKEA category or search-results URLs
keywordstringSearch term for the selected IKEA country site
countrystringIKEA country site used for keyword search
additionalPropertiesbooleanInclude extra, source-specific review fields
maxReviewResultsintegerTotal reviews to scrape across the run

Example input:

{
"detailsUrls": [{ "url": "https://www.ikea.com/us/en/p/billy-bookcase-white-00263850/" }],
"keyword": "billy bookcase",
"country": "www.ikea.com/us/en",
"additionalProperties": true,
"maxReviewResults": 100
}

Output

Each review is saved as one dataset item. Failed inputs go to a separate errors dataset.

{
"productUrl": "https://www.ikea.com/us/en/p/billy-bookcase-white-00263850/",
"author": "María Pilar",
"datePublished": "2026-06-25",
"name": "Very practical",
"reviewBody": "Exactly what I expected, functional and pretty.",
"reviewRating": { "ratingValue": 5, "bestRating": 5, "worstRating": 1 },
"inputUrl": "https://www.ikea.com/us/en/p/billy-bookcase-white-00263850/"
}

How to run IKEA Reviews Scraper via the API

curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~ikea-reviews-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "detailsUrls": [{ "url": "https://www.ikea.com/us/en/p/billy-bookcase-white-00263850/" }], "maxReviewResults": 50 }'

Troubleshooting

  • A run returns 0 reviews. The product may simply have no reviews yet, or IKEA blocked the request. The Actor records blocked products in the errors dataset with the reason, so a zero-result run is never silent; re-run in a few minutes if you see "blocked".
  • "Not a valid IKEA product URL". Product input must be an ikea.com product page (its path contains /p/). Put category or search pages in Category / listing URLs instead.
  • Keyword search returns no products. Set IKEA country site to the market your keyword belongs to.
  • Fewer reviews than expected. Raise Total maximum reviews; the cap applies to the whole run across all products.

Are there other tools in Apify Store?

  • 🛋️ IKEA Product Scraper: extract IKEA product data (name, price, brand, images, description).
  • 🛍️ E-commerce Scraping Tool: get product, review, and seller data from many marketplaces.
  • 🟦 eBay Scraper: extract eBay product, listing, and review data.

FAQ

Can I collect reviews for a whole IKEA category? Yes. Pass a category URL and the Actor finds every product on it, then scrapes each product's reviews.

Can I compare IKEA ratings between countries? Yes. Scrape reviews for the same product on different IKEA country sites and compare the ratings and volume.

How many reviews can I scrape per run? As many as you want. Use maxReviewResults to cap the total across all products.

Are reviews in the local language? Yes. Reviews come in the language of the IKEA country site, so a German site returns German reviews.

Can I scrape reviews behind login? No. The Actor only collects publicly visible reviews.

Can I schedule review monitoring? Yes. Schedule recurring runs and store each dataset to track sentiment over time.

Can I use it with the Apify API or an MCP Server? Yes. Start runs and fetch results through the Apify API, and call the Actor from AI agents through the Apify MCP Server.

Is scraping IKEA reviews legal? Scraping publicly available data is generally legal. This Actor collects only public review content and no personal data beyond the public reviewer name. Always follow applicable laws and IKEA's terms.

Your feedback

Found a bug or want a new field? Open an issue on the Actor's Issues tab. We read every report.