itch.io Games Scraper - Indie Titles, Prices, Tags & Authors avatar

itch.io Games Scraper - Indie Titles, Prices, Tags & Authors

Pricing

from $0.50 / 1,000 results

Go to Apify Store
itch.io Games Scraper - Indie Titles, Prices, Tags & Authors

itch.io Games Scraper - Indie Titles, Prices, Tags & Authors

$0.5/1K πŸ”₯ Fast itch.io games scraper! Indie games β€” title, author, price, tags & cover. No key. JSON, CSV, Excel or API in seconds. Pull newest, on-sale & tag feeds for game discovery & market research ⚑

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

12 days ago

Last modified

Categories

Share

itch.io Games Scraper

Scrape indie games from itch.io β€” the largest marketplace for independent games β€” straight into a clean, structured dataset. Pull the newest releases, games on sale, or any tag or platform feed, and get back the title, author, price, discount, tags, cover image and link for every game. No login, no API key, no cookies.

Built on itch.io's public RSS feeds, so it's fast, reliable and datacenter-proxy friendly (no residential proxies needed).

πŸ‘‰ Run it on Apify Β»


What it does

  • Fetches one or more itch.io RSS feeds (newest, on-sale, tag-<x>, platform-<x>).
  • Parses each game into a normalized record and deduplicates by URL.
  • Extracts the developer handle, cover image, price, discount % and sale end date.
  • Pushes one clean JSON item per game β€” every field nullable, so it never breaks your pipeline.

Use cases

  • Indie game discovery β€” surface fresh releases the moment they hit itch.io.
  • Market research β€” track pricing, discounts and genre trends across the indie scene.
  • Curation β€” power a newsletter, Discord bot or storefront with hand-picked feeds.
  • Trend tracking β€” monitor which tags and platforms are gaining momentum.

Input

FieldTypeDefaultDescription
modeselectgamesWhat to scrape. games fetches the selected RSS feeds.
feedsarray["newest"]Feed values to scrape.
maxItemsinteger100Max games across all feeds (1–1000), deduplicated by URL.

Feed values:

Example input

{
"mode": "games",
"feeds": ["newest", "on-sale", "tag-horror"],
"maxItems": 200
}

Output

Each dataset item looks like:

{
"title": "Froggy Path",
"author": "lucyor",
"url": "https://lucyor.itch.io/froggy-path",
"description": "Guide Froggy home with a single line. A minimal solo-dev puzzle game.",
"cover_image": "https://img.itch.zone/.../315x250%23c/rOmYF4.png",
"price": "$0.00",
"currency": "USD",
"discount_percent": null,
"full_price": null,
"sale_ends": null,
"tags": ["Puzzle", "Android"],
"platforms": ["android"],
"published": "2026-07-20T14:08:31+00:00",
"updated": "2026-07-20T14:08:31+00:00",
"source": "itchio",
"guid": "https://lucyor.itch.io/froggy-path",
"feed": "newest",
"scraped_at": "2026-07-20T15:20:00+00:00"
}

On-sale feeds additionally populate discount_percent, full_price and sale_ends.

Pricing

This actor is cheap to run β€” roughly $0.50 per 1,000 games on the Apify platform, plus minimal compute. A single feed request returns dozens of games, so most runs cost a fraction of a cent.

Keywords

itch.io scraper, indie games scraper, itch io games, game data api, indie game discovery, itch.io rss, game price tracker, on sale games, game market research, indie developer tools, game metadata, video game scraper.

Notes

  • Data comes from itch.io's public RSS feeds β€” no authentication required.
  • Please scrape responsibly and respect itch.io's terms of service. This tool only accesses publicly available listing data.