itch.io Game Scraper
Pricing
Pay per usage
Go to Apify Store
itch.io Game Scraper
Extract indie game data from itch.io — top games, new releases, tag searches, and game details. No API key required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Web Data Labs
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
Extract indie game data from itch.io — top-rated games, featured games, keyword search, and tag-based browsing. No API key required.
What it extracts
For each game:
| Field | Description |
|---|---|
id | itch.io game ID |
title | Game title |
url | Game page URL |
creator | Developer/creator name |
creator_url | Creator's itch.io profile URL |
description | Short description |
genre | Genre (Visual Novel, Platformer, RPG, etc.) |
rating | Average rating (0–5) |
rating_count | Number of ratings |
platforms | Supported platforms: windows, mac, linux, android, browser |
thumbnail | Cover image URL |
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
action | string | yes | top | top, featured, search, or tag |
query | string | for search/tag | — | Search term or tag name (e.g. horror, platformer, rpg) |
maxItems | integer | no | 50 | Max games to return (up to 500) |
Actions
top— Top-rated games on itch.iofeatured— Featured/popular gamessearch— Games matching a keyword (queryrequired)tag— Games with a specific tag (queryrequired, e.g.horror,puzzle,shooter)
Example inputs
Browse top-rated games:
{"action": "top","maxItems": 100}
Search for RPG games:
{"action": "search","query": "rpg","maxItems": 50}
Browse horror games by tag:
{"action": "tag","query": "horror","maxItems": 50}
Notes
- Fetches ~36 games per page with a 1-second polite delay between pages
- No authentication or API key needed — uses itch.io's public browsing endpoints
- Price information is not available in listing pages (itch.io does not expose it there)