Capture any Itch.io game page into JSON: title, creator, pay-what-you-want price, tags, platform support, devlog updates, ratings, and collection placement.
Itch.io is the home of indie and experimental games, where pay-what-you-want pricing, game jams, and creator devlogs replace the polished charts of the big stores. The Itch.io Scraper API resolves game pages, creator profiles, tag browses, and jam entries into validated JSON keyed to the game URL.
Indie publishers, curators, and game-jam organisers use it to surface fresh releases, track creators across projects, and analyse how pay-what-you-want pricing performs by genre. Suggested prices and tags are read live, and platform support is returned per build.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.itch.io.com/",
"type": "app",
"geo": "us"
}'
// ← response
{
"status": "ok",
"data": {
"title": "...",
"developer": "...",
"rating": 4.7,
"ratings_count": 184220,
"price": "Free",
"category": "Productivity",
"rank": 12
}
} "type": "app",
"geo": "us"Itch.io data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
Indie and game-jam release discovery
Creator and project tracking across pages
Pay-what-you-want pricing analysis by tag
Tag and collection trend research
Yes. Each game returns its suggested price and minimum (including free or pay-what-you-want listings), the supported platforms per build, and the creator behind it.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.