microsoftstore_category
Browse a Microsoft Store category to retrieve a paginated listing of products without needing a search keyword. Access public category data directly via the store's API.
Instructions
Browse a Microsoft Store category without a keyword. Returns a page of a single department+category listing, cursor-paginated, with no search keyword required -- the credential-free way to list an entire category (search requires a non-empty query and returns nothing for an empty one). category is required; the accepted set depends on media_type (see /microsoftstore/search's markdown doc for the full per-department lists). media_type defaults to apps; all is not accepted here since it has no category filter upstream. Credential-free public Microsoft Store data, read directly from the store's own category-filter API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | Yes | Category to browse | |
| media_type | No | Department to browse |