Steam Reviews Actor avatar
Steam Reviews Actor

Pricing

$20.00/month + usage

Go to Store
Steam Reviews Actor

Steam Reviews Actor

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Scrape Steam user reviews from any game page—capture reviewer username, profile link, avatar, total reviews, recommendation (Recommended/Not Recommended), playtime, date posted, and full review text. Simple JSON input with URLs and item limit; outputs ready for analysis.

0.0 (0)

Pricing

$20.00/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

5 days ago

You can access the Steam Reviews Actor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "urls": [
< "https://store.steampowered.com/app/730/CounterStrike_2/"
< ],
< "item_limit": 10,
< "proxyConfiguration": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}' |
<apify call getdataforme/steam-reviews-actor --silent --output-dataset

Steam Reviews Actor API through CLI

The Apify CLI is the official tool that allows you to use Steam Reviews Actor locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: