Itch: Get Game Comments
Itch via Parse · marketplace
Get comments/reviews for a specific game. Returns comments in reverse chronological order. Supports cursor-based pagination using the next_token value as the before parameter. Returns stale_input if the game has no comments page (404). Scrape games, game jams, comments, creator profiles, and tags from itch.io Fulfilled by Parse from itch.io.
- entertainment
- itch
- itch-io
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f384d396-3711-487f-b2b9-165792feabc5/get_game_comments
- Interface artifact
- sha256:d59be3564ebbfa41fb50984e1942747386f45d13462e228bd46e49d38f9b7a80
- Manifest digest
- sha256:e76c6adeb94a0857fb9b1558c3c5de41f715ac61fd65205f85b55dffec777b32
Request fields
- url (string, required): Full URL of the game page (e.g. https://developer.itch.io/game-name).
- before (string): Pagination cursor from next_token to fetch older comments.
Example queries
- {"url":"https://leafo.itch.io/x-moon"}