xbox_search
Search the Xbox catalog for games, add-ons, or hardware with filters for genre, price, platform, and more. Get paginated results directly from the store's search API.
Instructions
Search the Xbox catalog, with optional sort and filters. Returns one page of Xbox search results for a keyword, scoped to a category (games, add-ons, or hardware) and optionally sorted/filtered with the same parameters as /xbox/browse. Cursor-paginated. Credential-free public Xbox data, read directly from the store's own per-category search API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order | |
| genre | No | Genre filter (repeatable) | |
| price | No | Price-band filter (repeatable) | |
| query | Yes | Search keyword | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor | |
| locale | No | Display locale (BCP-47) | |
| category | No | Result category | |
| platform | No | Platform filter (repeatable) | |
| age_rating | No | ESRB age-rating filter (repeatable) | |
| multiplayer | No | Multiplayer-mode filter (repeatable) | |
| subscription | No | Subscription filter, by the subscription's own product id (repeatable) | |
| accessibility | No | Accessibility-feature filter (repeatable) | |
| supported_language | No | Supported-language filter, by BCP-47 tag (repeatable) | |
| technical_features | No | Technical-feature filter (repeatable) | |
| handheld_compatibility | No | Handheld compatibility filter (repeatable) |