Download OpenAPI specification:
Unofficial API for searching and listing IKEA products
This is an unofficial OpenAPI specification for the IKEA Search API.
Q: Why is this API called Search?
A: Search is also being used in the url sik.search.blue.cdtapps.com
and it allows you to find products.
This API can be tested using swagger-ui at ./swagger-ui.html as long as the
CORS header Access-Control-Allow-Origin
are configured as *
.
At the moment of writing this is only the case for the IKEA Search API.
This section lists resources used during the creation of these APIs to exent and check validity of the API. These are not in any special order but useful as references.
api.salesitem.ingka.com
endpoint.api.salesitem.ingka.com
endpoint.api.salesitem.ingka.com
(Sales Item API)Returns a window of products that matches the filtered criteria.
category required | string (categoryId) Examples: category=st001 category=4a552556-db67-4fab-afb0-11433eda6784 Category to search for |
size | integer [ 0 .. 1000 ] Example: size=42 Amount of products to return |
{- "usergroup": "[]",
- "testActivationTriggers": { },
- "productListPage": {
- "category": {
- "name": "Sofa",
- "key": "st001",
}, - "productWindow": [
- {
- "name": "PLATSA",
- "typeName": "Wardrobe with 8 doors+3 drawers",
- "itemMeasureReferenceText": "240x57x221 cm",
- "filterClass": "wardrobes",
- "allProductImage": [
- {
- "altText": "White PLATSA storage system with multiple open shelves and a section with hanging rail and baskets.",
- "type": "MAIN_PRODUCT_IMAGE",
}
], - "id": "00263850",
- "itemNoGlobal": "00263850",
- "onlineSellable": true,
- "lastChance": false,
- "gprDescription": {
- "numberOfVariants": 0,
- "variants": [
- { }
]
}, - "colors": [
- {
- "name": "white",
- "id": "10156",
- "hex": "ffffff"
}
], - "tag": "FAMILY_PRICE",
- "tagText": "IKEA Family price",
- "quickFacts": [
- {
- "type": "KEY_BENEFITS",
- "id": "100",
- "name": "Large drawers",
- "typeName": "Key benefits"
}
], - "features": [
- "Note: Type if items is unknown at the time of writing"
], - "availability": [
- "Note: Type if items is unknown at the time of writing"
], - "ratingValue": 2.3,
- "ratingCount": 4,
- "itemNo": "00263850",
- "itemType": "SPR",
- "salesPrice": {
- "currencyCode": "EUR",
- "numeral": 836.5,
- "current": {
- "prefix": "",
- "wholeNumber": "836",
- "separator": ".",
- "decimals": "50",
- "suffix": "€",
- "isRegularCurrency": true,
- "style": "BASE"
}, - "previous": {
- "prefix": "",
- "wholeNumber": "963",
- "separator": ".",
- "decimals": "50",
- "suffix": "€",
- "isRegularCurrency": true,
- "style": "BASE"
}, - "lowestPreviousSalesPrice": {
- "prefix": "",
- "wholeNumber": "963",
- "separator": ".",
- "decimals": "50",
- "suffix": "€",
- "isRegularCurrency": true,
- "style": "BASE"
}, - "isBreathTaking": false,
- "discount": "",
- "prevPriceLabel": "Normal price",
- "lowestPreviousSalesPriceLabel": "Lowest price in the last 30 days",
- "validFrom": "2025-08-29",
- "validTo": "2025-09-30",
- "experimentalDiscountAmount": 127,
- "experimentalDiscountPercentage": 13,
- "availabilityDisclaimer": "Price valid 29. August 2025 - 30. September 2025 or while supply lasts",
- "tag": "FAMILY_PRICE",
- "tagText": "IKEA Family price",
- "priceText": "Price",
- "tags": [
- "FAMILY_PRICE"
], - "tagWithText": {
- "tag": "FAMILY_PRICE",
- "text": "IKEA Family price"
}
}, - "contextualImageAlt": "PLATSA wardrobe with mirrors, next to bed, mirror, and basket.",
- "mainImageAlt": "White PLATSA storage system with multiple open shelves and a section with hanging rail and baskets.",
- "businessStructure": {
- "homeFurnishingBusinessName": "Bedroom furniture",
- "homeFurnishingBusinessNo": "04",
- "productAreaName": "System wardrobes",
- "productAreaNo": "0421",
- "productRangeAreaName": "Wardrobes",
- "productRangeAreaNo": "042"
}, - "categoryPath": [
- {
- "name": "Storage furniture",
- "key": "st001"
}
], - "validDesignText": "white STRAUMEN mirror glass/SANNIDAL white",
- "heroBackoffData": { },
- "optimizelyAttributes": {
- "PRODUCT_TYPE": "standard"
}
}
], - "productCount": 1,
- "plannerWindow": [
- { }
], - "plannerCount": 1,
- "filters2": [
- { }
], - "dynamicFiltersV1": [
- { }
], - "dynamicFilters": [
- { }
], - "sortOrders": {
- "name": "Sort",
- "values": [
- {
- "id": "RELEVANCE",
- "name": "Best match",
- "eventAction": "sort_by_relevance",
- "selected": true
}
]
}
}
}
Returns a window of paginated products that matches the filtered criteria.
category required | string (categoryId) Examples: category=st001 category=4a552556-db67-4fab-afb0-11433eda6784 Category to search for |
start | integer >= 0 The zero-based index of the first item to include in the response. For example, |
end | integer >= 0 The zero-based index of the last item to include exclusive. For example, |
{- "usergroup": "[]",
- "testActivationTriggers": { },
- "moreProducts": {
- "productWindow": [
- {
- "name": "PLATSA",
- "typeName": "Wardrobe with 8 doors+3 drawers",
- "itemMeasureReferenceText": "240x57x221 cm",
- "filterClass": "wardrobes",
- "allProductImage": [
- {
- "altText": "White PLATSA storage system with multiple open shelves and a section with hanging rail and baskets.",
- "type": "MAIN_PRODUCT_IMAGE",
}
], - "id": "00263850",
- "itemNoGlobal": "00263850",
- "onlineSellable": true,
- "lastChance": false,
- "gprDescription": {
- "numberOfVariants": 0,
- "variants": [
- { }
]
}, - "colors": [
- {
- "name": "white",
- "id": "10156",
- "hex": "ffffff"
}
], - "tag": "FAMILY_PRICE",
- "tagText": "IKEA Family price",
- "quickFacts": [
- {
- "type": "KEY_BENEFITS",
- "id": "100",
- "name": "Large drawers",
- "typeName": "Key benefits"
}
], - "features": [
- "Note: Type if items is unknown at the time of writing"
], - "availability": [
- "Note: Type if items is unknown at the time of writing"
], - "ratingValue": 2.3,
- "ratingCount": 4,
- "itemNo": "00263850",
- "itemType": "SPR",
- "salesPrice": {
- "currencyCode": "EUR",
- "numeral": 836.5,
- "current": {
- "prefix": "",
- "wholeNumber": "836",
- "separator": ".",
- "decimals": "50",
- "suffix": "€",
- "isRegularCurrency": true,
- "style": "BASE"
}, - "previous": {
- "prefix": "",
- "wholeNumber": "963",
- "separator": ".",
- "decimals": "50",
- "suffix": "€",
- "isRegularCurrency": true,
- "style": "BASE"
}, - "lowestPreviousSalesPrice": {
- "prefix": "",
- "wholeNumber": "963",
- "separator": ".",
- "decimals": "50",
- "suffix": "€",
- "isRegularCurrency": true,
- "style": "BASE"
}, - "isBreathTaking": false,
- "discount": "",
- "prevPriceLabel": "Normal price",
- "lowestPreviousSalesPriceLabel": "Lowest price in the last 30 days",
- "validFrom": "2025-08-29",
- "validTo": "2025-09-30",
- "experimentalDiscountAmount": 127,
- "experimentalDiscountPercentage": 13,
- "availabilityDisclaimer": "Price valid 29. August 2025 - 30. September 2025 or while supply lasts",
- "tag": "FAMILY_PRICE",
- "tagText": "IKEA Family price",
- "priceText": "Price",
- "tags": [
- "FAMILY_PRICE"
], - "tagWithText": {
- "tag": "FAMILY_PRICE",
- "text": "IKEA Family price"
}
}, - "contextualImageAlt": "PLATSA wardrobe with mirrors, next to bed, mirror, and basket.",
- "mainImageAlt": "White PLATSA storage system with multiple open shelves and a section with hanging rail and baskets.",
- "businessStructure": {
- "homeFurnishingBusinessName": "Bedroom furniture",
- "homeFurnishingBusinessNo": "04",
- "productAreaName": "System wardrobes",
- "productAreaNo": "0421",
- "productRangeAreaName": "Wardrobes",
- "productRangeAreaNo": "042"
}, - "categoryPath": [
- {
- "name": "Storage furniture",
- "key": "st001"
}
], - "validDesignText": "white STRAUMEN mirror glass/SANNIDAL white",
- "heroBackoffData": { },
- "optimizelyAttributes": {
- "PRODUCT_TYPE": "standard"
}
}
]
}
}