microsoftstore_reviews
Fetch paginated Microsoft Store reviews for any product ID with ratings, titles, text, timestamps, votes, and device details. Sort by MostHelpful or MostRecent, and set locale/country.
Instructions
Get paginated Microsoft Store reviews for a product. Returns one page of written Microsoft Store reviews for a product id, each with rating, title, text, submission time, helpful-vote counts, and device/OS info. sort controls ordering (MostHelpful or MostRecent -- the only two values the upstream API itself accepts; any other value is rejected). Credential-free public Microsoft Store data, read directly from the store's own review-listing API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number | |
| sort | No | Review sort order | |
| locale | No | Display locale (BCP-47) | |
| country | No | Store country/region code (ISO-2) | |
| page_size | No | Reviews per page (max 50) | |
| product_id | Yes | Microsoft Store product id |