Player reviews
get_reviewsRetrieve recent Steam reviews for a game, filtering by date window, sentiment, or minimum playtime. For older history, use get_review_timeline instead.
Instructions
Reviews for a game, optionally limited to a date window, sentiment, or players with real time in the game. Only recent windows can be read: Steam offers no way to jump to an old date, so anything more than a few months back fails with a clear message. Use get_review_timeline for old history instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | ||
| limit | No | ||
| since | No | ISO date, start of the window | |
| until | No | ISO date, end of the window | |
| voted_up | No | true for positive only, false for negative | |
| min_playtime_hours | No | Drop reviews by players with less time than this at the moment of writing |