
GOG.com Game Data Scraper 🎮
Pricing
$24.99/month + usage

GOG.com Game Data Scraper 🎮
Scrape detailed game information from GOG.com, including prices, features, screenshots, release dates, and more. Perfect for game data analysis, price tracking, and market research.
0.0 (0)
Pricing
$24.99/month + usage
1
Total users
2
Monthly users
1
Runs succeeded
>99%
Last modified
2 months ago
Extract comprehensive game data from GOG.com, including detailed game information, pricing, features, and metadata.
Features ✨
- 🎯 Scrape game details from specific GOG.com URLs
- 💰 Get current prices and discounts in local currency
- 📸 Extract high-quality game screenshots and cover images
- 🏷️ Collect game tags, genres, and features
- 📅 Get release dates and store availability
- 👾 Support for different game editions (Standard, Deluxe, Ultimate)
- 🌍 Multi-language support
- 🤖 Built-in proxy support
- ⚡ High-performance parallel processing
Output Data Structure 📊
The actor provides detailed game information including:
- Game ID and title
- Price information (current price, base price, discounts)
- Release dates
- Screenshots and cover images
- Features and system requirements
- Developers and publishers
- Genres and tags
- User ratings and reviews
- Available editions
- Store links
Use Cases 💡
- 🔍 Market research and competitive analysis
- 📊 Game price tracking and historical data collection
- 📈 Gaming industry trends analysis
- 🎯 Marketing and promotional planning
- 🤝 Game recommendation systems
- 📱 Game database enrichment
Input Parameters 🛠️
searchUrls
: Array of GOG.com URLs to scrapemaxItems
: Maximum number of items to scrapeproxyConfiguration
: Proxy settings for avoiding rate limits
Tips 💪
- Use proxy configuration to avoid rate limiting
- Adjust
maxItems
based on your needs - Consider using reasonable delays between requests
Input Example
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.gog.com/en/games?releaseStatuses=new-arrival,upcoming%3Fpage%3D1" 4 ], 5 "maxItems": 50 6}
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 "id": "1207660573", 4 "slug": "stalker_shadow_of_chernobyl", 5 "features": [ 6 { 7 "name": "Cloud saves", 8 "slug": "cloud_saves" 9 }, 10 { 11 "name": "Multi-player", 12 "slug": "multi" 13 }, 14 { 15 "name": "Single-player", 16 "slug": "single" 17 } 18 ], 19 "screenshots": [ 20 "https://images.gog-statics.com/37637327dc5c39248eedb49d7bfe528d05d64e3672e6c649e3685ab696385c61_{formatter}.jpg", 21 "https://images.gog-statics.com/4b298d78bc2c74e8d6f53794420aa36f2fe0e9e107cf4443476bdac580ed7e75_{formatter}.jpg", 22 "https://images.gog-statics.com/a64cefd8e7771bc8d22c0d8f962df8c0034a11617104e1dacd70e52fb4a821b3_{formatter}.jpg", 23 "https://images.gog-statics.com/3255c8a45be3e073505853fdfd001d1478195c763b2d18d456a4527b44e1a73b_{formatter}.jpg", 24 "https://images.gog-statics.com/f56a70d70a25fb2858ef0e1be96602abc1928b982d13a14f7aaa42e0570d29bc_{formatter}.jpg", 25 "https://images.gog-statics.com/83d29595769c796f93dcdd2b490eea7d8d7ba86eb27c43e9980361649cfb039b_{formatter}.jpg", 26 "https://images.gog-statics.com/4e2663700ba2c6e3de9ed009b8d252384820149a74e2a872848dcbcd0cbab81b_{formatter}.jpg", 27 "https://images.gog-statics.com/dcee3988258d9ace549eba311f5be2bb8a3d7de85838c91cba6ca5afe90665d0_{formatter}.jpg", 28 "https://images.gog-statics.com/bad407c765f494e4b612e630597c5912d1ad42d5827f4cfadaae172e6dae2752_{formatter}.jpg", 29 "https://images.gog-statics.com/5b910723d8fe59be065ba0a0c7f652794900871c21d74c99b3057dedc1e979a1_{formatter}.jpg", 30 "https://images.gog-statics.com/6c4c7db707caa3c2aefaa3cf62bfaf3ea48e512373814276d1fe8cad4f478530_{formatter}.jpg", 31 "https://images.gog-statics.com/6ac19f9df9f51f0ed432b69fcd37a56754bb39fbada1d36fca81bde678b1687c_{formatter}.jpg", 32 "https://images.gog-statics.com/94d6b058b09194717a51d761b0c49baa64f4da83f79ac2e8914386fb8b16ab79_{formatter}.jpg", 33 "https://images.gog-statics.com/a187afd86431a93943c3c43c2ac67e70fe7513c6c6418e51b2a949a100484a38_{formatter}.jpg" 34 ], 35 "userPreferredLanguage": { 36 "code": "en", 37 "inAudio": true, 38 "inText": true 39 }, 40 "releaseDate": "2007.03.20", 41 "storeReleaseDate": "2014.02.06", 42 "productType": "game", 43 "title": "S.T.A.L.K.E.R.: Shadow of Chernobyl", 44 "coverHorizontal": "https://images.gog-statics.com/384064881c0c18cbd2b7ebc076c0d905f0a6b5c17e6c37814cc52287e1cc46c3.png", 45 "coverVertical": "https://images.gog-statics.com/af9788fcd99b352f4c31f3f1527cadc0aaa3ffeae10320242210d4bc4d2f1a95.jpg", 46 "developers": [ 47 "GSC Game World" 48 ], 49 "publishers": [ 50 "GSC Game World" 51 ], 52 "operatingSystems": [ 53 "windows" 54 ], 55 "price": { 56 "final": "CN¥17", 57 "base": "CN¥68", 58 "discount": "-75%", 59 "finalMoney": { 60 "amount": "17.00", 61 "currency": "CNY", 62 "discount": "51.00" 63 }, 64 "baseMoney": { 65 "amount": "68.00", 66 "currency": "CNY" 67 } 68 }, 69 "productState": "default", 70 "genres": [ 71 { 72 "name": "Shooter", 73 "slug": "shooter" 74 }, 75 { 76 "name": "FPP", 77 "slug": "fpp" 78 }, 79 { 80 "name": "Survival", 81 "slug": "survival" 82 } 83 ], 84 "tags": [ 85 { 86 "name": "Atmospheric", 87 "slug": "atmospheric" 88 }, 89 { 90 "name": "Classic", 91 "slug": "classic" 92 }, 93 { 94 "name": "Science", 95 "slug": "science" 96 }, 97 { 98 "name": "First-Person", 99 "slug": "first-person" 100 }, 101 { 102 "name": "Horror", 103 "slug": "horror" 104 }, 105 { 106 "name": "Open World", 107 "slug": "open-world" 108 }, 109 { 110 "name": "Survival", 111 "slug": "survival" 112 }, 113 { 114 "name": "Difficult", 115 "slug": "difficult" 116 }, 117 { 118 "name": "FPS", 119 "slug": "fps" 120 }, 121 { 122 "name": "Shooter", 123 "slug": "shooter" 124 }, 125 { 126 "name": "Post-apocalyptic", 127 "slug": "post-apocalyptic" 128 }, 129 { 130 "name": "Survival Horror", 131 "slug": "survival-horror" 132 }, 133 { 134 "name": "Good Old Game", 135 "slug": "good-old-game" 136 } 137 ], 138 "reviewsRating": 46, 139 "editions": [], 140 "ratings": [ 141 { 142 "name": "pegiRating", 143 "ageRating": "16" 144 }, 145 { 146 "name": "esrbRating", 147 "ageRating": "17" 148 }, 149 { 150 "name": "uskRating", 151 "ageRating": "18" 152 } 153 ], 154 "storeLink": "https://www.gog.com/en/game/stalker_shadow_of_chernobyl" 155 }, 156 ... 157]
Related Actors
- 🎮 Steam Store Search Scraper - Collect comprehensive game data from Steam, including titles, prices, platforms, and reviews
- 🎮 Steam Reviews Scraper - Extract detailed game reviews and ratings from Steam platform
- 🎮 PlayStation Games Scraper - Scrape PlayStation game details including titles, descriptions, platforms and release dates
- 🎮 GameSpot Search Scraper - Extract games, articles, videos, and reviews from GameSpot based on keywords
- 🎮 Metacritic Search Scraper - Get detailed information about games, movies, TV shows from Metacritic
- 🎮 VK Games Search Scraper - Extract comprehensive game information from VK.com games platform
- 🎮 Facebook Gaming Search Scraper - Extract detailed game information from Facebook Gaming search results
- 📊 YouTube Gaming Trends Scraper - Scrape trending gaming videos from YouTube Gaming section
- 🔍 App Store Search Suggestions - Get dynamic suggestions for improving search functionality within the App Store
- 📱 iTunes / Mac App Store Search Scraper - Discover apps by retrieving comprehensive data from the App Store
- 🔍 Google Play Store App Search Scraper - Extract detailed app information from Google Play Store search results
- 📱 Get App Store Applications By Developer - Access a list of applications by specific developers in the App Store
- 📱 Similar App Store Applications Finder - Discover related applications based on user purchasing behavior
- 📱 App Store Reviews Scraper - Collect and analyze user reviews from the App Store
- 📱 Google Play Reviews Scraper - Extract and analyze user reviews from Google Play Store applications
- 🛍️ AppSumo Product Scraper - Scrape products, deals, and offers from AppSumo marketplace