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


📦 my-steam_reviews-actor

Crawl user game reviews from Steam Store and retrieve structured reviewer data, playtime, ratings, and full text in JSON format—ideal for sentiment analysis, community insights, or data aggregation.


🌐 What does this actor do?

my-steam_reviews-actor navigates to Steam app pages and scrapes user reviews up to a specified limit. For each review it returns:

  • Reviewer username and profile link
  • Avatar image URL
  • Total number of reviews by that user
  • Review title (“Recommended”/“Not Recommended”)
  • Hours played on record
  • Date posted
  • Full review text

📥 Input

Provide a JSON object with:

{
"item_limit": 35,
"urls": [
"https://store.steampowered.com/app/730/CounterStrike_2/"
]
}
FieldTypeDescription
item_limitIntegerMaximum number of reviews to scrape per URL.
urlsArrayList of Steam game/app page URLs to crawl.

📤 Output

Returns an array of review objects in this format:

{
"username": "v24",
"profile_url": "https://steamcommunity.com/profiles/76561199789639490/",
"avatar_url": "https://avatars.fastly.steamstatic.com/90505abc9764cc3e674f4f86b79fe8c3f5274593.jpg",
"num_reviews": "2 reviews",
"title": "Recommended",
"hours": "65.3 hrs on record",
"posted": "9 May",
"review_text": "i love Counter-Strike. old account got scammed as son as i got Prime :("
}

🧰 Use Cases

  • Aggregate player sentiment for game analytics
  • Monitor community feedback on new releases
  • Build dashboards showing playtime vs. review positivity
  • Feed review data to recommendation engines

🚀 How to run

  1. Log in to the Apify Console.
  2. Deploy or locate my-steam_reviews-actor.
  3. Enter your JSON input and start the actor.
  4. View results in the Console or fetch via Apify API.

❓ Need help?

For custom output, enterprise support, or to report bugs:

📧 Email: support@getdataforme.com 🔗 Contact form: https://getdataforme.com/contact/

Subject line: my-steam_reviews-actor Support