Skip to documentation
Browse documentation

List Category Products

Browse a live IKEA category by category key, with offset-based continuation.

Capability ID ikea.category.products.list
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

category_id string required

IKEA storefront category key, such as 10382 for bookcases in France.

Example 10382
limit integer optional

Upstream product window size.

Example 10
locale string optional

IKEA country/language storefront.

Example fr/fr
Available values fr/frgb/enie/ende/de
max_records integer optional

Maximum normalized products to return; raw remains untruncated.

Example 3
offset integer optional

Zero-based product offset; pass next_offset from the previous response.

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
category object 4 fields
category.id string 10382
category.image_url string https://www.ikea.com/global/assets/range-categorisation/images/bookcase…
category.name string Bibliothèques
category.url string https://www.ikea.com/fr/fr/cat/bibliotheques-10382/
items array 2 items
items array 2 items
locale string fr/fr
next_offset integer 10
offset integer 0
raw object 1 fields
raw.productListPage object 1 fields
total integer 116

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.