Steam Reviews Scraper

Steam Reviews Scraper

๐Ÿš€ Effortlessly scrape Steam game reviews with our advanced Actor! ๐ŸŽฎ Collect comprehensive review data, including helpfulness, play time, and reviewer details. Perfect for game developers, marketers, and researchers seeking deep insights into player feedback and experiences. ๐Ÿ“Š๐Ÿ•น๏ธ

SOCIAL_MEDIAApify

๐ŸŽฎ Steam Reviews Scraper

This Actor scrapes game reviews from Steam based on a given game's review URL. It utilizes Puppeteer with stealth mode to navigate through review pages and extract detailed information about Steam game reviews.

โœจ Features

  • ๐Ÿ” Scrape reviews for any Steam game using its review URL
  • ๐Ÿ“Š Extract comprehensive review data including helpfulness, rewards, and play time
  • ๐Ÿ‘ค Collect reviewer information such as name, avatar, and profile URL
  • ๐Ÿ•ฐ๏ธ Gather review posting dates and comment counts
  • ๐Ÿ”ข Configurable maximum number of results
  • ๐Ÿ•ต๏ธโ€โ™‚๏ธ Uses stealth mode to avoid detection
  • ๐Ÿ”„ Automatic pagination through infinite scrolling

๐Ÿ“ฅ Input

The Actor accepts the following input parameters:

  • reviewUrl (required): The URL of the Steam game reviews to scrape
  • maxResults (optional): The maximum number of reviews to scrape (default: 100)

๐Ÿ“ค Output

The Actor outputs a dataset containing the following information for each review:

  • ๐Ÿ†” App ID
  • ๐Ÿ‘ Helpfulness count
  • ๐Ÿ… Reward count
  • โญ Review result (e.g., "Recommended")
  • โฑ๏ธ Hours on record
  • ๐Ÿ“… Posted date
  • ๐Ÿ“ Review text
  • ๐Ÿ’ฌ Review comment count
  • ๐Ÿ‘ค Author details (avatar, name, products owned, profile URL)

๐Ÿš€ Usage

To use this Actor, simply provide the review URL of the Steam game you want to scrape and optionally set the maximum number of results. The Actor will then navigate through the review pages, collecting review information until it reaches the specified limit or exhausts all available reviews.

This Actor is perfect for game developers, marketers, or researchers looking to gather insights from Steam game reviews.

๐Ÿ’ก Use Cases

  • ๐Ÿ“Š Game Performance Analysis: Track player sentiment and feedback
  • ๐ŸŽฏ Marketing Research: Gather insights on player experiences and opinions
  • ๐Ÿ”ฌ User Experience Studies: Analyze player behavior and preferences
  • ๐Ÿ† Competitive Analysis: Compare reviews across different games

๐Ÿ†˜ Support

If you encounter any issues or have questions about using this Actor, please don't hesitate to reach out through Apify's support channels.

Input Example

A full explanation of an input example in JSON.

1{
2  "maxResults": 100,
3  "reviewUrl": "https://steamcommunity.com/app/2195250/reviews/"
4}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"appId": "2195250",
4		"helpfullNum": "No one has rated this review as helpful yet",
5		"rewardNum": "0",
6		"reviewResult": "Recommended",
7		"hoursOnRecord": "384.5 hrs on record",
8		"postedDate": "October 7",
9		"reviewText": "idk",
10		"reviewCommnetCount": "0",
11		"authorAvator": "https://avatars.akamai.steamstatic.com/5c58e903a49f38f82561fd0a3d68d4862cd560a7.jpg",
12		"authorName": "AnhBaTraCu",
13		"authorProducts": "",
14		"authorProfileUrl": "https://steamcommunity.com/profiles/76561198350721055/"
15	},
16	{
17		"appId": "2195250",
18		"helpfullNum": "No one has rated this review as helpful yet",
19		"rewardNum": "0",
20		"reviewResult": "Recommended",
21		"hoursOnRecord": "48.7 hrs on record",
22		"postedDate": "October 6",
23		"reviewText": "Good Game",
24		"reviewCommnetCount": "0",
25		"authorAvator": "https://avatars.akamai.steamstatic.com/53ea4f7ff2c3fe22217aeae2cda4334f20d62cc8.jpg",
26		"authorName": "SANTY",
27		"authorProducts": "",
28		"authorProfileUrl": "https://steamcommunity.com/id/santy_12/"
29	},
30    ...
31]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!