search_ikea
Find furniture and home products in IKEA's online catalog by name or type, returning product details with live country-specific pricing and availability.
Instructions
Search IKEA's online catalog for furniture and home products, returning a list of product dicts with fields name, type, price, and rating.
Scrapes the IKEA store website for the given country at call time, so results require network access and reflect that store's live listings. Prices, availability, and currency are per-country and per-language. Returns an empty list if the query matches no products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | String language code for that store's listings; must be a language the chosen country's store supports, e.g. "en" for "us"/"gb" or "de" for "de". Example "de". Default "en". | en |
| query | Yes | String search term for the product name or type, e.g. "desk" or "bookshelf". Required, no default. | |
| country | No | String two-letter IKEA store country code that sets pricing and availability; allowed values are IKEA market codes such as "us", "gb", "de", "fr", "se". Example "gb". Default "us". | us |
| max_results | No | Integer cap on the number of products returned; e.g. 10. Default 24. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| count | No | ||
| errors | No | ||
| scraper | No | ||
| source_urls | No |