itch.io Game Scraper avatar

itch.io Game Scraper

Pricing

Pay per usage

Go to Apify Store
itch.io Game Scraper

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

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:

FieldDescription
iditch.io game ID
titleGame title
urlGame page URL
creatorDeveloper/creator name
creator_urlCreator's itch.io profile URL
descriptionShort description
genreGenre (Visual Novel, Platformer, RPG, etc.)
ratingAverage rating (0–5)
rating_countNumber of ratings
platformsSupported platforms: windows, mac, linux, android, browser
thumbnailCover image URL

Input

FieldTypeRequiredDefaultDescription
actionstringyestoptop, featured, search, or tag
querystringfor search/tagSearch term or tag name (e.g. horror, platformer, rpg)
maxItemsintegerno50Max games to return (up to 500)

Actions

  • top — Top-rated games on itch.io
  • featured — Featured/popular games
  • search — Games matching a keyword (query required)
  • tag — Games with a specific tag (query required, 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)