Steam Games & Reviews Scraper — Sentiment & Prices
Pricing
Pay per usage
Go to Apify Store

Steam Games & Reviews Scraper — Sentiment & Prices
Scrape Steam store search, game details and player reviews via public storefront JSON. Sentiment, pricing and review intelligence without proxies.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
phi
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Steam Games & Reviews Scraper
Scrape Steam game data and user reviews through Valve's public storefront JSON endpoints: search results, full app details (prices, genres, tags, metacritic), and multilingual user reviews with sentiment-ready fields. No login, no Steam API key, no proxies.
Why this actor
- 🎮 Low-competition niche — far fewer actors cover Steam than Twitter/Instagram, but demand from indie devs, publishers and gaming media is steady
- 🔓 Zero keys — Valve's
storesearch,appdetailsandappreviewsJSON endpoints are public - 💬 Review intelligence — recent-review sentiment is the single best signal for launch tracking and post-patch monitoring
- 🌍 Multilingual — pull reviews per language/region for global launch coverage
- 💰 Pay-per-record — charged only for records returned
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchTerm | string | hollow knight | Store search query |
maxGames | integer | 10 | Games to resolve from search (1–50) |
reviewsPerGame | integer | 20 | Recent reviews per game (0–100) |
countryCode | string | US | Pricing/store region |
language | string | english | Review language |
Example
{"searchTerm": "roguelike","maxGames": 20,"reviewsPerGame": 50,"countryCode": "US","language": "english"}
Example output
{ "recordType": "game", "appid": 367520, "name": "Hollow Knight","price": 14.99, "discount": 0, "genres": ["Action","Indie"],"positiveReviewPercent": 94, "reviewCount": 487 }
{ "recordType": "review", "appid": 367520, "author": "Ghost","recommended": true, "votesUp": 214, "text": "A masterpiece...","created": "2026-09-01T12:00:00Z" }
Use cases
- Launch monitoring — schedule daily runs; watch review % and volume after launch/patches
- Competitor intel — price history snapshots, discount cadence, genre positioning
- Publisher reporting — sentiment + review velocity dashboards per title
- Community tools — "is it worth buying now?" bots using recent-review health
Notes
- Record types:
game(search hit + details merged) andreview(one per review). - Steam rate-limits politely; the actor paces requests automatically — large runs are fine, just slower.
- Prices reflect the selected
countryCodestore; use the region your buyers care about.