List Category Products
Browse a live IKEA category by category key, with offset-based continuation.
ikea.category.products.list
/execute
Shared execution endpoint
Input parameters
category_id
string
required
IKEA storefront category key, such as 10382 for bookcases in France.
10382
limit
integer
optional
Upstream product window size.
10
locale
string
optional
IKEA country/language storefront.
fr/fr
max_records
integer
optional
Maximum normalized products to return; raw remains untruncated.
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 output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
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.