Steam Scraper — Games, Prices, Discounts & Reviews
Pricing
from $2.00 / 1,000 games
Go to Apify Store
Steam Scraper — Games, Prices, Discounts & Reviews
Scrape Steam store data: game name, price, discount, genres, developer, publisher, Metacritic score, release date, platforms and player reviews. No API key.
Pricing
from $2.00 / 1,000 games
Rating
0.0
(0)
Developer
Hichem Ben Moussa
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape Steam store data for any game — price, discount, genres, developer, publisher, Metacritic score, release date, platforms — plus player reviews with playtime and vote counts. No API key, no login.
What you can do with it
- 💰 Price & discount tracking — monitor sales across a watchlist of games
- 📊 Games market research — pricing, genres and scores by category
- ⭐ Review mining — pull player reviews for sentiment analysis
- 🎮 Competitor analysis for game studios and publishers
Input
| Field | Type | Description |
|---|---|---|
searchTerm | string | Game to search for, e.g. portal, racing. |
appIds | array | Specific Steam app IDs (overrides search), e.g. 440, 620. |
maxGames | integer | Max games to scrape. |
includeReviews | boolean | Also fetch player reviews + score totals. |
maxReviewsPerGame | integer | Reviews per game when enabled. |
country | string | Controls currency/regional pricing (us, gb, de…). |
language | string | Review language (english, all…). |
Example
{ "searchTerm": "portal", "maxGames": 10, "includeReviews": true, "maxReviewsPerGame": 50 }
Output
{"appId": 620,"name": "Portal 2","isFree": false,"price": 9.99,"originalPrice": 9.99,"discountPercent": 0,"currency": "USD","developers": ["Valve"],"genres": ["Action", "Adventure"],"metacriticScore": 95,"releaseDate": "18 Apr, 2011","totalReviews": 172755,"positiveReviews": 168000,"reviewScoreDesc": "Overwhelmingly Positive","reviews": [{ "text": "...", "votedUp": true, "playtimeHours": 42, "createdAt": "2026-07-01T..." }],"url": "https://store.steampowered.com/app/620/"}
Export to JSON, CSV, Excel, or pull live via the Apify API.
Notes
- Uses Steam's official public store API — fast, stable and no key required.
- Set
countryto get correct regional pricing and currency. - Some titles are region-locked or delisted; those are skipped with a warning.