Steam Reviews Scraper
Pricing
from $0.50 / 1,000 steam reviews
Steam Reviews Scraper
Pricing
from $0.50 / 1,000 steam reviews
Rating
0.0
(0)
Developer
Smorgi Apps
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Steam Reviews Scraper — Pay Per Result
Scrape Steam user reviews through the public store JSON API (store.steampowered.com/appreviews). Paste app ids — multi-app batch with cursor pagination in one run.
Store search keywords: Steam reviews scraper · Steam app reviews · CS2 reviews · game review API · store.steampowered.com
Why this Actor
| Need | What you get |
|---|---|
| Many games at once | Batch app ids in one run |
| Clean structured reviews | Text, language, votes, timestamps, profile URL |
| Failures that shouldn’t bill | 404 / empty apps / bad ids → not charged |
| Low cost | HTTP-only (no browser); PPE priced from measured unit economics |
Public store API only. No Steam login required.
Input
{"appIds": [730],"language": "all","filter": "recent","maxItemsPerApp": 100}
Example app id 730 = Counter-Strike 2.
Filter options: recent, updated, all.
Language: all (default) or a Steam language code like english.
Output fields
| Field | Description |
|---|---|
appId | Steam app id |
recommendationId | Unique review id |
authorSteamId | Reviewer's Steam id |
language | Review language code |
review | Review text |
timestampCreated | Unix timestamp |
votedUp | Recommended (true) or not recommended (false) |
votesUp / votesFunny | Community vote counts |
weightedVoteScore | Steam weighted helpfulness score |
commentCount | Number of comments |
url | Link to the review on Steam Community |
scrapedAt | ISO timestamp of this run |
Pricing
Pay-per-event for each delivered review row.
- Empty apps, 404 ids, and parse failures → not charged
~$0.50 / 1,000 reviews on the Store pricing tab (HTTP-only; empty apps free).
Limitations (honest)
- Public store review API only — not private/dev data
- Very large review counts require pagination; respect
requestDelayMs - Review text is whatever Steam returns; language detection is Steam’s, not ours
- Some apps may have reviews disabled or restricted
Issues / feature requests: use the Actor Issues tab.