IKEA Product Scraper
Pricing
from $1.90 / 1,000 overview products
IKEA Product Scraper
Scrape IKEA products — price, ratings, images, measurements & materials. Search any keyword, full detail enrichment, clean JSON/CSV, no code.
Pricing
from $1.90 / 1,000 overview products
Rating
0.0
(0)
Developer
SIÁN OÜ
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
IKEA Product Scraper — Prices, Ratings, Measurements & Materials 🪑
🎉 Pull IKEA prices, ratings, images, measurements, and materials — search any keyword, no code
Built for retail analysts, e-commerce sellers, and interior brands who need fresh IKEA product data on demand
📋 Overview
Track every price, rating, and product spec on IKEA — without writing a single line of code. This scraper turns any IKEA search into a clean, structured spreadsheet of products, complete with prices, ratings, images, dimensions, and materials.
Why thousands of professionals choose us:
- ✅ Complete product data: 25+ fields per product — price, rating, review count, type, colors, category path, variant count, and more
- ⚡ Fast search-first mode: pull dozens of products per search in seconds; scale to thousands across multiple searches
- 🌍 Any IKEA market: choose your country and language to localize the catalog, prices, and currency
- 💰 Pay only for results: charged per product you actually receive — no wasted spend, free tier to test
- 💎 Detail enrichment: add the full description, the measurements table, and the materials breakdown with one switch
- ✨ NEW: search by keyword and sort by best match, price, rating, newest, name, or most popular — just like the IKEA site
✨ Features
- 🔎 Keyword Search: scrape any IKEA search term across the full catalog
- 🏷️ Pricing: current price, currency, and promotional price tags
- ⭐ Ratings & Reviews: star rating and total review count for every product
- 📐 Measurements: the compact size line plus the full dimensions table (Detail mode)
- 🪵 Materials & Care: the materials breakdown by part (Detail mode)
- 🖼️ Product Images: all product image URLs, ready for catalogs or feeds
- 📄 Full Descriptions: the complete product description and "good to know" facts (Detail mode)
- 🧭 Category Path: the product's full category trail for clean classification
- 🎨 Variants & Colors: color names and the count of available variants
- 📦 Clean Export: results delivered as structured JSON or CSV, ready for Excel or your database
- 🚀 No-Code Setup: configure searches in a simple form — no scripts, no maintenance
🎬 Quick Start
Enter one or more search keywords, pick a mode, and run. In under a minute you'll have a structured dataset of IKEA products you can download as JSON or CSV. No setup, no code.
curl -X POST https://api.apify.com/v2/acts/sian.agency~ikea-product-scraper/runs?token=YOUR_TOKEN \-H 'Content-Type: application/json' \-d '{"keywords": ["bookcase"], "scrapeMode": "overview"}'
🚀 Getting Started (3 Simple Steps)
Step 1: Add Your Searches
Type one or more IKEA search keywords (e.g. bookcase, office chair) — one per line.
Step 2: Choose Your Mode
Pick Overview for fast search results, or Detail to also pull the full description, measurements table, and materials.
Step 3: Run & Download
Click Start, then export your results as JSON, CSV, or Excel from the Apify dataset.
That's it! In just a few minutes, you'll have:
- A clean table of IKEA products with prices and ratings
- Review counts, product images, and category paths
- Full dimensions and materials when you run Detail mode
📥 Input Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| keywords | array | No | IKEA search terms, one per item (e.g. bookcase) |
| scrapeMode | string | No | overview (fast search) or detail (adds description + measurements + materials) |
| sort | string | No | relevance, price_low, price_high, top_rated, newest, name, or most_popular |
| country | string | No | IKEA market country code for localized catalog + prices (default us) |
| language | string | No | Language code for the chosen market (default en) |
| maxResults | integer | No | Maximum products to return across all searches |
Example — fast search:
{"keywords": ["bookcase", "office chair"],"scrapeMode": "overview","sort": "top_rated","maxResults": 100}
Example — full detail with measurements:
{"keywords": ["sofa"],"scrapeMode": "detail","country": "us","language": "en","sort": "most_popular","maxResults": 50}
📤 Output
Results are saved to the Apify dataset with 25+ fields per product, including:
| Field | Type | Description |
|---|---|---|
| productTitle | string | Product series name (e.g. BILLY) |
| product_type | string | Product type (e.g. Bookcase) |
| price | number | Current price |
| currency | string | ISO currency code |
| on_promotion | boolean | Whether the product has a promotional price tag |
| rating | number | Average star rating |
| review_count | number | Total number of reviews |
| measurement_text | string | Compact dimensions line |
| colors | array | Color names |
| variant_count | number | Number of variants |
| category_path | array | Full category path |
| images | array | All product image URLs |
| description_long | string | Full product description (Detail mode) |
| measurements | object | Full dimensions table (Detail mode) |
| materials | array | Materials & care lines (Detail mode) |
| good_to_know | object | Assembly / included-parts facts (Detail mode) |
Example:
{"item_id": "80492782","productTitle": "BILLY","product_type": "Bookcase","price": 89.0,"currency": "USD","on_promotion": false,"rating": 4.6,"review_count": 3081,"measurement_text": "31 1/2x11x79 1/2 \"","colors": ["brown"],"variant_count": 4,"category_path": ["Storage & organization", "Shelving furniture", "Bookshelves & bookcases"],"images": ["https://www.ikea.com/us/en/images/products/..."],"description_long": "BILLY is a versatile bookcase that works just as good as a storage unit...","measurements": { "Width": "31 1/2 \"", "Depth": "11 \"", "Height": "79 1/2 \"" },"materials": ["Main parts/ Side panel: Particleboard, Paper foil, Plastic edging"]}
💼 Use Cases & Examples
1. Price Monitoring
Retailers and resellers tracking IKEA prices over time to stay competitive.
Input: Your product keywords and a daily schedule Output: Current price and promotional price tags for every match Use: Spot price drops, react to promotions, and keep your own pricing sharp.
2. Competitive Analysis
Brands and category managers benchmarking their products against the IKEA range.
Input: Category keywords and a target market Output: Competitor prices, ratings, and review counts Use: Understand where you win or lose on price, rating, and assortment.
3. Catalog Building
E-commerce teams building a clean product catalog with images and specs.
Input: Keywords, in Detail mode Output: Titles, types, images, dimensions, and materials Use: Populate your storefront or PIM with structured, ready-to-use product data.
4. Interior & Design Research
Designers and content teams gathering dimensions and materials for moodboards and specs.
Input: Product or series keywords, in Detail mode Output: Full measurements table, materials breakdown, and descriptions Use: Plan layouts and source pieces with accurate sizes and materials.
5. Assortment & Range Research
Merchandisers studying which products carry the best ratings across the range.
Input: Category keywords sorted by rating or most popular Output: Rating, review-count, and variant data per product Use: Plan assortment and find top-rated products in a category.
6. Market Research & Trend Spotting
Analysts tracking new products, best-sellers, and review momentum.
Input: Broad category keywords, sorted by newest or most popular Output: Product launches, rating trends, and review-count growth Use: Surface emerging products and category trends before competitors do.
🔗 Integration Examples
JavaScript/Node.js
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_TOKEN' });const run = await client.actor('sian.agency/ikea-product-scraper').call({keywords: ['bookcase'],scrapeMode: 'overview'});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items[0]);
Python
from apify_client import ApifyClientclient = ApifyClient('YOUR_TOKEN')run = client.actor('sian.agency/ikea-product-scraper').call(run_input={'keywords': ['bookcase'], 'scrapeMode': 'overview'})for item in client.dataset(run['defaultDatasetId']).iterate_items():print(item)
cURL
curl -X POST 'https://api.apify.com/v2/acts/sian.agency~ikea-product-scraper/runs?token=YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{"keywords": ["bookcase"], "scrapeMode": "overview"}'
Automation Workflows (N8N / Zapier / Make)
- Trigger: Schedule (e.g. daily) or webhook
- HTTP Request: Call the actor API with your keywords
- Process: Handle the JSON results
- Action: Save to a sheet, sync to a database, or send a price-drop alert
📊 Performance & Pricing
FREE Tier (Try It Now)
- 25 products per run — full feature access, same data quality
- No credit card required
- Perfect for testing and small projects
PAID Tier (Production Ready)
- Unlimited products per run
- Run multiple searches in one go
- Pay-per-result: you're only charged for the products you actually receive
💰 Best value on the market — transparent pay-per-result pricing with no hidden subscription fees.
❓ Frequently Asked Questions
Q: How many products can I scrape? A: FREE tier: 25 products per run. PAID tier: unlimited products across as many searches as you like.
Q: Can I get prices for a specific country?
A: Yes — set the country and language to any IKEA market to get localized pricing and the right currency.
Q: What's the difference between Overview and Detail mode? A: Overview is the fast path — search results with price, ratings, images, and category. Detail adds the full description, the measurements/dimensions table, and the materials breakdown for every product.
Q: What output formats are available? A: JSON, CSV, and Excel — export directly from the Apify dataset.
Q: Is this legal? A: Yes — we only extract publicly available product data. See the legal section below.
Q: How fresh is the data? A: Every run pulls live data directly from IKEA at the moment you run it. Schedule runs to keep prices and ratings up to date.
🐞 Troubleshooting
No results returned
- Check that your keywords match real IKEA products
- Try a broader search term or a different sort order
Missing measurements, materials, or description
- These only appear in Detail mode — switch
scrapeModetodetail
Wrong prices or currency
- Prices are market-specific — set the correct
countryandlanguagefor your target market
Fewer results than expected on the free tier
- The FREE tier is capped at 25 products per run — upgrade to PAID for unlimited results
⚖️ Is it legal to scrape data?
Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what is publicly shared. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.
However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.
You can also read Apify's blog post on the legality of web scraping.
⚖️ Trademark Disclaimer
IKEA® is a trademark of Inter IKEA Systems B.V. This actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Inter IKEA Systems B.V. or any IKEA company.
⭐ Love This Tool?
If this actor saves you time, please leave us a 5-star review — it helps other professionals discover it and helps us keep improving.
🤝 Support
Join our active support community
- For issues or questions, open an issue in the actor's repository
- Check the SIÁN Agency Store for more automation tools
- 📧 apify@sian-agency.online
More from SIÁN Agency
- 🪚 Home Depot Product Scraper — Home Depot product, price & stock data
- 🛍️ Google Shopping Price Scraper — track offers and price history across the web
- 🏪 Walmart Product Scraper — Walmart product and review data
Built by SIÁN Agency | More Tools