IKEA Product Scraper avatar

IKEA Product Scraper

Pricing

from $0.97 / 1,000 product scrapeds

Go to Apify Store
IKEA Product Scraper

IKEA Product Scraper

IKEA product dataset from search queries or catalog URLs, including prices, ratings, measurements, optional product details, and customer reviews.

Pricing

from $0.97 / 1,000 product scrapeds

Rating

0.0

(0)

Developer

Farhan Ali

Farhan Ali

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

IKEA Product Scraper creates a structured dataset of IKEA products collected from ikea.com. Each dataset item represents one product and can include identifiers, prices, ratings, measurements, colors, category path, optional product-detail fields, and an optional nested review history. Query the source with search terms (searchQueries) or IKEA search, category, or product URLs (startUrls), scoped by countryCode and languageCode. Control the result limit with maxItems, and retrieve records through the Apify Dataset API or export them as JSON, CSV, Excel, XML, or another supported format.

Dataset at a glance

PropertyValue
Sourceikea.com (localized retail catalogs)
Record unitOne IKEA product, with optional nested reviews
Input methodssearchQueries and/or IKEA search, category, or product URLs (startUrls)
Main identifiersitemNo, product URL (url)
DeliveryApify Dataset and API
Export formatsJSON, CSV, Excel, XML, HTML (Apify dataset exports)
Update modelFresh records per Actor run
Pricing$1 / 1,000 products; +$1 / 1,000 product details; +$1 / 1,000 reviews; Actor start $0.00005

Coverage and available records

The Actor collects public IKEA catalog products from one or both entry points. When both are set, the seeds are combined.

  • Search-based: searchQueries (for example shoe rack, MALM) resolve against the catalog for countryCode and languageCode.
  • URL-based: startUrls accepts IKEA search, category, or product pages. The locale in the URL overrides country/language for that seed.

Listing fields are always collected. Detail fields require includeProductDetails. reviews and reviewStatistics require includeReviews; maxReviews caps reviews per product (0 = all available; default 10).

maxItems caps products across all seeds (0 = unlimited; default 10). Reviews nest on the product and do not count toward maxItems. Observed sourceType values: search, category, product. Pagination stops when the source returns no further products or the cap is reached.

Not currently collected: login-only or in-store-only content, historical snapshots, or pages outside IKEA catalog URLs. Coverage is limited to the requested retail unit and language.

Data dictionary

Field names match dataset JSON properties. Conditional fields appear only when the matching input toggle is enabled. Values come from IKEA for the selected market; the Actor does not calculate prices, ratings, or scores.

Product listing fields

FieldTypeNullableDescriptionExample
itemNostringNoItem number; primary dedup key80624645
itemNoGlobalstringYesGlobal item number or local itemNo80624645
itemTypestringYesItem type codeART
namestringYesFamily nameVASSKÄR
typeNamestringYesProduct typeSchuhaufbewahrung
urlstringYesProduct URL; secondary dedup keyhttps://www.ikea.com/de/de/p/vasskaer-schuhaufbewahrung-bambus-80624645/
imageUrlstringYesPrimary image URLhttps://www.ikea.com/de/de/images/products/vasskaer-schuhaufbewahrung-bambus__1165482_pe890877_s5.jpg
pricenumberYesNumeric price in currency14.99
currencystringYesISO currency codeEUR
formattedPricestringYesDisplay price14.99€
measurementsstringYesListing size text60 cm
designstringYesDesign / material textBambus
colorsobject[]Yes{name, id, hex}[{"name":"beige","id":"10003","hex":"f4f3d7"}]
ratingnumberYesAverage rating4.1
reviewCountnumberYesReview count29
onlineSellablebooleanYesOnline sellable flagtrue
lastChancebooleanYesLast-chance flagfalse
categoryPathobject[]Yes{name, key} breadcrumb[{"name":"Schuh- & Hutablagen","key":"10454"}]
countryCodestringNoRetail-unit pathde
languageCodestringNoLanguage pathde
sourceTypestringNosearch, category, or productsearch
sourceQuerystringNoOriginal query or item numbershoe rack

Product detail fields (conditional — includeProductDetails)

FieldTypeNullableDescriptionExample
descriptionstringYesProduct summaryFür alle Schuhe, ob Sneaker, Boots, Sandalen oder High-Heels
benefitsstring[]YesBenefit bullets["Aus Bambus, einem robusten Naturmaterial."]
materialsstring[]YesMaterial texts["Bambus, klarer Acryllack"]
careInstructionsstring[]YesCare texts["Mit trockenem Tuch abwischen."]
detailedMeasurementsobject[]Yes{name, metric, imperial}[{"name":"Breite","metric":"60 cm","imperial":"23 5/8 \""}]
packageMeasurementsobject[]Yes{name, metric, imperial, packNo}[{"name":"Höhe","metric":"7 cm","packNo":1}]
isAssemblyRequiredbooleanYesAssembly requiredtrue
numberOfPackagesnumberYesPackage count1
isNewbooleanYesNew-product flagfalse
styleGroupstringYesStyle groupingInternational Modern
attachmentsobject[]YesManuals {type, url}See example record
imageUrlsstring[]YesGallery URLsSee example record

Review fields (conditional — includeReviews)

Reviews nest on the product; they are not separate dataset items.

reviewStatistics includes ratingRange, ratingPercentage, totalRatingCount, totalReviewCount, recommendedCount, notRecommendedCount, distribution (score → count), and optional secondaryRatings ({id, label, rating}).

Each reviews[] object can include id (required), title, text, rating, submittedAt, updatedAt, sourceCountryCode, sourceLangCode, reviewerName, verifiedPurchase, verifiedReviewer, isRecommended, positiveFeedbackCount, negativeFeedbackCount, hasMedia, and imageUrls.

Example dataset record

Real record from searchQueries: ["shoe rack"] on the German catalog (maxItems: 3, details and reviews enabled). The reviews array is truncated to one item; long description text is shortened. Types are unchanged.

{
"itemNo": "80624645",
"itemNoGlobal": "80624645",
"itemType": "ART",
"name": "VASSKÄR",
"typeName": "Schuhaufbewahrung",
"url": "https://www.ikea.com/de/de/p/vasskaer-schuhaufbewahrung-bambus-80624645/",
"imageUrl": "https://www.ikea.com/de/de/images/products/vasskaer-schuhaufbewahrung-bambus__1165482_pe890877_s5.jpg",
"price": 14.99,
"currency": "EUR",
"formattedPrice": "14.99€",
"measurements": "60 cm",
"design": "Bambus",
"colors": [{ "name": "beige", "id": "10003", "hex": "f4f3d7" }],
"rating": 4.1,
"reviewCount": 29,
"onlineSellable": true,
"lastChance": false,
"categoryPath": [
{ "name": "Schuh- & Hutablagen", "key": "10454" }
],
"countryCode": "de",
"languageCode": "de",
"sourceType": "search",
"sourceQuery": "shoe rack",
"description": "Für alle Schuhe, ob Sneaker, Boots, Sandalen oder High-Heels",
"benefits": ["Aus Bambus, einem robusten Naturmaterial."],
"materials": ["Bambus, klarer Acryllack"],
"careInstructions": ["Mit trockenem Tuch abwischen."],
"detailedMeasurements": [
{ "name": "Breite", "metric": "60 cm", "imperial": "23 5/8 \"" }
],
"packageMeasurements": [
{ "name": "Höhe", "metric": "7 cm", "imperial": "2 ¾ \"", "packNo": 1 }
],
"isAssemblyRequired": true,
"numberOfPackages": 1,
"isNew": false,
"styleGroup": "International Modern",
"attachments": [
{
"type": "ASSEMBLY_INSTRUCTIONS",
"url": "https://www.ikea.com/de/de/assembly_instructions/vasskaer-schuhaufbewahrung-bambus__AA-2358401-2-1.pdf"
}
],
"reviewStatistics": {
"ratingRange": 5,
"ratingPercentage": 82,
"totalRatingCount": 29,
"totalReviewCount": 29,
"recommendedCount": 18,
"notRecommendedCount": 5,
"distribution": { "1": 3, "2": 1, "3": 3, "4": 4, "5": 18 }
},
"reviews": [
{
"id": "e50134f6-aaaf-4f3a-9548-676111e57dae",
"title": "Klasse!",
"text": "Ein tolles Schuhregal, dass genau das tut, was es soll.",
"rating": 5,
"submittedAt": "2026-04-17T12:20:48Z",
"sourceCountryCode": "de",
"reviewerName": "Mathias",
"verifiedPurchase": false,
"verifiedReviewer": true,
"isRecommended": true
}
]
}

The record above was produced with this input:

{
"searchQueries": ["shoe rack"],
"countryCode": "de",
"languageCode": "de",
"maxItems": 3,
"includeProductDetails": true,
"includeReviews": true,
"maxReviews": 5,
"detailConcurrency": 2,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Query and input reference

InputTypeRequiredDefaultAccepted valuesDescription
searchQueriesarrayNo*Free-text termsSearch seeds; combined with startUrls when both are set
startUrlsarrayNo*IKEA search, category, or product URLsURL seeds; locale in the URL overrides country/language for that seed
countryCodestringNodee.g. de, us, gb, fr, seRetail-unit path for search queries
languageCodestringNodee.g. de, en, fr, svLanguage path for search queries
maxItemsintegerNo100 or positive integerMax products across all seeds; 0 = unlimited
includeProductDetailsbooleanNofalsetrue / falseCollect detail fields (product-details per product)
includeReviewsbooleanNofalsetrue / falseCollect nested reviews (product-reviews per review)
maxReviewsintegerNo100 or positive integerMax reviews per product; 0 = all available
detailConcurrencyintegerNo5115Parallel enrichment when details or reviews are enabled
proxyConfigurationobjectNoApify RESIDENTIALApify or custom proxiesResidential proxies are recommended

* Provide at least one of searchQueries or startUrls.

Minimal request:

{ "searchQueries": ["shoe rack"], "countryCode": "de", "languageCode": "de" }

Advanced request:

{
"startUrls": [{ "url": "https://www.ikea.com/de/de/search/?q=shoe%20rack" }],
"maxItems": 100,
"includeProductDetails": true,
"includeReviews": true,
"maxReviews": 10,
"detailConcurrency": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Retrieve the data through the API

Records are delivered through the Apify Actor and Dataset APIs — not an official IKEA API.

  1. Start the Actor with a JSON input.
  2. Wait for the run, or use a synchronous endpoint.
  3. Retrieve items from the run's default dataset.
  4. Paginate or export the dataset.
from apify_client import ApifyClient
client = ApifyClient("YOUR-APIFY-TOKEN")
run_input = {
"searchQueries": ["shoe rack"],
"countryCode": "de",
"languageCode": "de",
"maxItems": 10,
"includeProductDetails": True,
}
run = client.actor("datascrapers/ikea-scraper").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["itemNo"], item["name"], item["formattedPrice"])

Other languages are on the Actor's API tab. Do not put a real API token in shared code or URLs.

Data quality and record handling

  • Conditional fields: details and reviews appear only when their toggles are enabled.
  • Source values: prices, ratings, measurements, and flags come from IKEA. Missing values are omitted or null, not fabricated.
  • Deduplication: within a run, products are de-duplicated by countryCode + itemNo. Across runs, records are appended. Use itemNo or url as the external key; the same itemNo can exist in more than one country.
  • Failures: one failed product or seed does not stop the run. The run stops if a spending limit is reached. maxItems caps products; maxReviews caps nested reviews.

Export and pipeline examples

DestinationRecommended methodTypical use
PostgreSQL / SupabaseDataset API or webhook consumerCatalog prices and item numbers
Google SheetsApify Google Sheets integrationShortlists and price checks
PIM / catalog systemsDataset API or completion webhookProduct-feed refresh
S3 / cloud storageScheduler + export integrationMarket snapshots

Pricing and cost examples

Pay-per-event pricing. Events are tiered by Apify plan. Each run also charges a one-time Actor start. Residential proxies are recommended. Proxy and compute are billed by your Apify plan.

EventTriggerRate
Actor startOnce per run$0.00005
dataset-itemEach product written to the dataset$0.001 / product ($1 / 1,000)
product-detailsDetails collected (includeProductDetails)$0.001 / product ($1 / 1,000)
product-reviewsEach review collected (includeReviews)$0.001 / review ($1 / 1,000)

List-rate examples (Actor start negligible; plan-tier discounts not applied):

RecordsConfigurationEstimated base cost
1,000Listing only$1.00
10,000Listing only$10.00
1,000Listing + details$2.00
1,000Listing + details + 10 reviews each$12.00
10,000Listing + details + 10 reviews each$120.00

Ten reviews on one product are ten product-reviews events. Estimates depend on the pricing model, options, and plan tier.

Limitations and responsible data use

  • Collects publicly accessible IKEA catalog data only.
  • Fields depend on what IKEA renders for the requested country and language at run time; values can be missing.
  • No historical snapshots unless you store them yourself. Assortment and prices differ by retail unit.
  • Residential proxies are recommended; coverage may degrade without them.
  • You are responsible for IKEA terms, privacy law, and contractual obligations before using the data.

Dataset questions

What does one dataset item represent?

One IKEA product. Reviews nest in reviews, so a product with 29 reviews is still one dataset item. maxItems caps products, not reviews.

Which field should I use as a unique identifier?

itemNo is the recommended key. Combine it with countryCode across markets. url is a secondary key.

Are fields nullable or conditional?

Yes. Detail fields require includeProductDetails. reviews and reviewStatistics require includeReviews. Unrendered fields are omitted or null.

How do I query a specific IKEA country or language?

Set countryCode and languageCode to the IKEA URL path segments (for example de/de, us/en). For startUrls, the locale in the URL overrides those inputs for that seed.

Can I retrieve the records as CSV or JSON?

Yes. Export JSON, CSV, Excel, XML, or HTML from the Apify Console, or query the Dataset API.

Does the Actor return historical data?

No. Each run captures catalog state at run time. Schedule repeated runs and store outputs to track changes.

What counts as a billable result?

Actor start once per run ($0.00005), dataset-item per product ($0.001), product-details per enriched product ($0.001), and product-reviews per review ($0.001). Listing-only runs incur Actor start plus dataset-item.

Data Scrapers support

Need an additional field, record type, or export workflow? Contact Data Scrapers at stardustspotlight@gmail.com. Include a sample source URL, required fields, expected record volume, and preferred delivery format.