Steam Store Scraper
No credit card required
Steam Store Scraper
No credit card required
Steam Store Scraper crawls the Steam front page and extracts data from individual Steam Store pages. The extracted data is stored in a dataset, from where you can extract it in various formats, such as JSON, XML, CSV, and Excel.
Steam Game Scraper
A simple actor that crawles the Steam's frontpage and extracts data from individual games without any coding. You can get the following data from the scraper:
- Game information
- Price and any active deals
- Genres
- Popular tags
- Supported platforms
- Supported languages
- Recent and all reviews
Usage
Starting with the Steam Game Scraper is very easy. Currently you have these options available:
- Only on sale - extract games that are only current on sale (good for potential deals)
- Only released - only extract games, that have been already released (are not coming soon)
Input config
You can configure the inputs in the Apify Console user interface, or programatically with JSON using the Apify API.
Cost of usage
Steam Game Scraper is pretty lightweight, because it uses Cheerio Scraper, which downloads and processes raw HTML pages - Steam doesn't use much JavaScript to change the layout of the page.
In terms of platform usage credits, one scrape takes about ~0.025 compute units.
Results
The actor stores its result in the default dataset associated with the actor run. It can be then exported to various formats, such as JSON, XML, CSV or Excel.
Every store page in the dataset will contain a seperate object that follows this format (JSON is used below):
1{ 2 "url": "https://store.steampowered.com/app/1703340/The_Stanley_Parable_Ultra_Deluxe/?snr=1_4_4__145", 3 "title": "The Stanley Parable: Ultra Deluxe", 4 "description": "The Stanley Parable: Ultra Deluxe is an expanded re-imagining of 2013's The Stanley Parable. You will play as Stanley, and you will not play as Stanley. You will make a choice, and you will become powerless. You are not here to win. The Stanley Parable is a game that plays you.", 5 "headerImage": "https://cdn.akamai.steamstatic.com/steam/apps/1703340/header.jpg?t=1652303715", 6 "releaseDate": "27 Apr, 2022", 7 "comingSoon": false, 8 "earlyAccess": false, 9 "supportedPlatforms": [ 10 "windows", 11 "linux", 12 "mac" 13 ], 14 "features": [ 15 "Single-player", 16 "Steam Achievements", 17 "Full controller support" 18 ], 19 "genres": [ 20 "Adventure", 21 "Casual", 22 "Indie" 23 ], 24 "popularTags": [ 25 "Multiple Endings", 26 "Comedy", 27 "Choices Matter", 28 "Walking Simulator", 29 "First-Person", 30 "Singleplayer", 31 "Narration", 32 "3D", 33 "Funny", 34 "Exploration", 35 "Adventure", 36 "Casual", 37 "Story Rich", 38 "Psychological Horror", 39 "Emotional", 40 "Mystery", 41 "Horror", 42 "Atmospheric", 43 "Game Development", 44 "Dark Humor" 45 ], 46 "languages": { 47 "English": { 48 "interface": true, 49 "sound": true, 50 "subtitles": true 51 }, 52 "French": { 53 "interface": true, 54 "sound": false, 55 "subtitles": true 56 }, 57 "Italian": { 58 "interface": true, 59 "sound": false, 60 "subtitles": true 61 }, 62 "German": { 63 "interface": true, 64 "sound": false, 65 "subtitles": true 66 }, 67 "Russian": { 68 "interface": true, 69 "sound": false, 70 "subtitles": true 71 }, 72 "Spanish - Spain": { 73 "interface": true, 74 "sound": false, 75 "subtitles": true 76 } 77 }, 78 "price": "21,99€", 79 "sale": false, 80 "salePercentage": null, 81 "saleUntil": null, 82 "recentReviews": "Very Positive", 83 "allReviews": "Very Positive", 84 "developers": [ 85 "Crows Crows Crows" 86 ], 87 "publishers": [ 88 "Crows Crows Crows" 89 ] 90}
- 8 monthly users
- 4 stars
- 100.0% runs succeeded
- 67 days response time
- Created in May 2022
- Modified 11 months ago