๐ 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. ๐๐น๏ธ
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.
The Actor accepts the following input parameters:
reviewUrl
(required): The URL of the Steam game reviews to scrapemaxResults
(optional): The maximum number of reviews to scrape (default: 100)The Actor outputs a dataset containing the following information for each review:
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.
If you encounter any issues or have questions about using this Actor, please don't hesitate to reach out through Apify's support channels.
A full explanation of an input example in JSON.
1{ 2 "maxResults": 100, 3 "reviewUrl": "https://steamcommunity.com/app/2195250/reviews/" 4}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!