Steam Reviews Scraper avatar

Steam Reviews Scraper

Pricing

from $0.50 / 1,000 steam reviews

Go to Apify Store
Steam Reviews Scraper

Steam Reviews Scraper

Pricing

from $0.50 / 1,000 steam reviews

Rating

0.0

(0)

Developer

Smorgi Apps

Smorgi Apps

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

NeedWhat you get
Many games at onceBatch app ids in one run
Clean structured reviewsText, language, votes, timestamps, profile URL
Failures that shouldn’t bill404 / empty apps / bad ids → not charged
Low costHTTP-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

FieldDescription
appIdSteam app id
recommendationIdUnique review id
authorSteamIdReviewer's Steam id
languageReview language code
reviewReview text
timestampCreatedUnix timestamp
votedUpRecommended (true) or not recommended (false)
votesUp / votesFunnyCommunity vote counts
weightedVoteScoreSteam weighted helpfulness score
commentCountNumber of comments
urlLink to the review on Steam Community
scrapedAtISO 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.