Pricing
$5.00 / 1,000 result scrapeds
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
$5.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
9
Total users
1
Monthly active users
7 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)
