Steam Scraper
Under maintenancePricing
from $3.00 / 1,000 results
Steam Scraper
Under maintenanceScrape the Steam store with no login. Three modes: search apps by name, pull full app details (developer, publisher, genres, price, release date, Metacritic, platforms), and fetch customer reviews with cursor pagination. For game market research, competitor tracking, and review mining.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Saturnin Pugnet
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 hours ago
Last modified
Categories
Share
Steam Scraper - Games, Details & Reviews
Scrape the Steam store over its public JSON endpoints. No login, no API key. Three modes for game market research, competitor tracking, and review mining.
Modes
| Mode | What it does | Needs |
|---|---|---|
search | Find apps/games by name (returns app IDs) | searchTerm |
details | Full app metadata (dev, publisher, genres, price, Metacritic, platforms) | appIds |
reviews | Customer reviews with cursor pagination | appIds |
Input
{ "mode": "search", "searchTerm": "portal" }
{ "mode": "details", "appIds": ["620", "440"], "country": "us" }
{ "mode": "reviews", "appIds": ["620"], "reviewFilter": "recent", "maxReviewsPerApp": 500 }
| Field | Description |
|---|---|
mode | details, reviews, or search |
appIds | Numeric Steam app IDs (find them with search) |
searchTerm | App/game name for search |
reviewFilter | recent, updated, or all |
language | Review language (e.g. english, all) |
country | Two-letter code for pricing (us, gb, de) |
maxReviewsPerApp | Cap per app. 0 = unlimited |
maxResults | Overall cap. 0 = unlimited |
Output
Apps: appId, name, type, developers, publishers, genres, categories, isFree, price, currency, discountPercent, releaseDate, metacriticScore, recommendationsTotal, platforms, shortDescription, website, appUrl.
Reviews: appId, recommendationId, authorSteamId, authorPlaytimeForeverMin, authorNumGamesOwned, language, review, votedUp, votesUp, votesFunny, weightedVoteScore, steamPurchase, timestampCreated.