microsoftstore_search
Search the Microsoft Store for apps, games, devices, and more with filters for media type, category, price, and age. Returns paginated results with publisher, rating, and price details.
Instructions
Search the Microsoft Store. Returns a page of Microsoft Store search results (apps, games, devices, and other listings) for a keyword, with cursor-based pagination and per-item publisher, rating, price, and media. media_type selects the department (apps, games, devices, passes, fonts, themes, tencent-android, tencent-mini, or all); category further filters within that department (the accepted set depends on media_type -- see the markdown doc for the full per-department lists). Pass the previous response's next_cursor to fetch the next page. Credential-free public Microsoft Store data, read directly from the store's own web API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Maximum-age filter | |
| price | No | Price filter | |
| query | Yes | Search keyword | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor | |
| locale | No | Display locale (BCP-47) | |
| country | No | Store country/region code (ISO-2) | |
| category | No | Category to filter by (accepted set depends on media_type) | |
| media_type | No | Department to search |