Itch: Browse Games
Itch via Parse · marketplace
Browse games on itch.io with various filters and sorting options. Returns paginated results with game metadata including title, creator, price, platforms, and thumbnails. The server returns an HTML fragment parsed into structured game objects. Pagination uses integer page numbers; an empty games array signals the end. 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/browse_games
- Interface artifact
- sha256:4dd76cd5f5df8f92f37a2d033f2257795b19cdac724adb47ace7d8f44904b10f
- Manifest digest
- sha256:2765d6befd7b6930f48d3da7adf29dca2abeeb25564b355a5740d26e34135f8b
Request fields
- tag (string): Filter by tag slug (e.g. horror, roguelike, puzzle, 2d, 3d, pixel-art).
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: popular, new
- filter_type (string): Filter type to narrow results by category.: Allowed values: free, top-sellers, new-and-popular, most-recent, on-sale
Example queries
- {"tag":"horror","page":"1","sort":"new","filter_type":"top-sellers"}