Search products
galaxus_searchSearch products on Galaxus by keyword, returning matches with prices, ratings, and availability. Use returned facets to narrow results by brand, category, price, or specs.
Instructions
Full-text product search across the shop. Returns matching products with prices, ratings and availability, plus the facets (brand, category, price range, specs) that can be fed back in as filters to narrow the search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Result ordering. | RELEVANCE |
| limit | No | How many products to return (max 60). | |
| query | Yes | What to search for, e.g. "wireless mouse" or "logitech mx master". | |
| cursor | No | Pass `next_cursor` from a previous result to page further. | |
| filters | No | Facet constraints, taken from the `filters` block of an earlier result. | |
| max_price | No | Maximum price in CHF (shorthand for the `pr` range filter). | |
| min_price | No | Minimum price in CHF (shorthand for the `pr` range filter). | |
| strict_price | No | Keep only products whose own price is inside min_price/max_price. The shop matches a product when any of its variants is in range, so turning this off can surface products priced outside the range. |