steam_reviews
Fetch paginated user reviews for a Steam app, including aggregate score and positive/negative counts on the first page.
Instructions
List reviews for a Steam app. Returns a page of user reviews for an app with cursor pagination and an aggregate query_summary (score, positive/negative totals). Aggregate totals populate only on the first page (cursor=*). Pass the returned cursor back to page. Credential-free public Steam storefront JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Numeric Steam app id | |
| cursor | No | Pagination cursor from the previous page | |
| filter | No | Sort order | |
| language | No | Steam language name or 'all' | |
| day_range | No | Look-back window in days (filter=all only, max 365) | |
| review_type | No | Review sentiment filter | |
| num_per_page | No | Reviews per page (max 100) | |
| purchase_type | No | Purchase source filter |