Steam Scraper - Games, Details & Reviews
Pricing
from $1.00 / 1,000 results
Steam Scraper - Games, Details & Reviews
Scrape the Steam store: search games, get full details (price, genres, developers, Metacritic, platforms) and extract user reviews with playtime. Official public Steam endpoints, no API key or browser. Export JSON, CSV or Excel for game market research and review sentiment.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Get Anything
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Steam Scraper — Games, Details & Reviews
Scrape the Steam store: search games, pull full details (price, genres, developers, publishers, Metacritic, release date, platforms, categories) and extract user reviews with playtime. Everything comes from Steam's official public store endpoints — no API key, no browser, no proxies.
What it does
- Search the Steam store by keyword to find games.
- Details for any game by appId or store URL: price, discount, genres, developers, publishers, Metacritic score, platforms, release date, short description, screenshots.
- Reviews (optional) with cursor pagination: text, thumbs-up/down, votes, playtime, purchase type, language, dates.
- Any country/currency and language.
- Export to JSON, CSV, or Excel, or pull via the Apify API.
Input
| Field | Description |
|---|---|
searchTerms | Keywords, e.g. roguelike, counter strike. |
appIds | Games by numeric appId or store URL. |
country | Two-letter code for pricing (us, gb, ae…). |
language | Store language. |
maxAppsPerSearch | Cap per search term. |
scrapeReviews | Also pull user reviews. |
maxReviewsPerApp | Cap per game. |
reviewsSort / reviewType | Order and filter reviews. |
Example
{ "searchTerms": ["roguelike"], "appIds": ["730"], "country": "us","scrapeReviews": true, "maxReviewsPerApp": 100 }
Output
One item per game or review:
{ "resultType": "game", "appId": 730, "name": "Counter-Strike 2","isFree": true, "genres": ["Action","FPS"], "metacritic": 83,"platforms": ["windows"], "url": "https://store.steampowered.com/app/730" }
Use cases
- Game market research — pricing, genres, Metacritic across titles.
- Review sentiment — feed reviews (with playtime) to an LLM.
- Catalog & discovery — build a games dataset by keyword.
FAQ
Do I need an API key? No — it uses Steam's public store endpoints.
Can I get reviews in one language? Yes — filter by review language and sort/type.
Not affiliated with Valve/Steam. Data is public; use responsibly.