ikea_category
Retrieve a paginated page of IKEA product listings for a specific category key, with controls for offset, size, sort, country, and language to access the exact category data you need.
Instructions
Browse an IKEA category. Returns one page of an IKEA category's product listing, with real offset/size pagination and sort. category is IKEA's own category key (e.g. 20649), taken from a category URL's trailing -{key}/ segment or a product's own category_path field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Result count (1-100) | |
| sort | No | Result order | |
| offset | No | Zero-based result offset | |
| country | No | Lowercase 2-letter IKEA site country code | |
| category | Yes | IKEA category key | |
| language | No | Lowercase 2-letter IKEA site language code |