Unlock the power of data with our GOG Scraper! Seamlessly extract detailed game information from GOG.com, including prices, descriptions, and system requirements. Perfect for analytics, marketing, and database integration. Automate your game data collection and stay ahead in the gaming industry!
Scrape game details from GOG.com with this GOG Scraper. It extracts comprehensive information about games including prices, descriptions, system requirements, and more.
This has 1 optional parameter:
startUrls
: List of GOG.com URLs to start with. If empty, the actor will start from the main games pageIf not provided, the actor will start from the main games page and scrape the first 10,000 games.
Example input:
1{ 2 "startUrls": [ 3 "https://www.gog.com/en/games?genres=racing,rpg&tags=indie&priceRange=10,150" 4 ] 5}
The actor stores its results in a dataset, with each item containing the following fields:
id
: The game IDslug
: The game slugfeatures
: The game featuresscreenshots
: The game screenshotsuserPreferredLanguage
: The user preferred languagereleaseDate
: The game release datestoreReleaseDate
: The game store release dateproductType
: The game product typetitle
: The game titlecoverHorizontal
: The game cover horizontal imagecoverVertical
: The game cover vertical imagedevelopers
: The game developerspublishers
: The game publishersoperatingSystems
: The game operating systemsprice
: The game priceproductState
: The game product stategenres
: The game genrestags
: The game tagsreviewsRating
: The game reviews ratingeditions
: The game editionsratings
: The game ratingsstoreLink
: The game store link1{ 2 "id": "1256837418", 3 "slug": "cyberpunk_2077_phantom_liberty", 4 "features": [ 5 { 6 "name": "Achievements", 7 "slug": "achievements" 8 }, 9 { 10 "name": "Cloud saves", 11 "slug": "cloud_saves" 12 }, 13 { 14 "name": "Controller support", 15 "slug": "controller_support" 16 }, 17 { 18 "name": "Overlay", 19 "slug": "overlay" 20 }, 21 { 22 "name": "Single-player", 23 "slug": "single" 24 } 25 ], 26 "screenshots": [ 27 "https://images.gog-statics.com/d0184a34d110f6165aba3cc82e5c85557544921b6f217393a37ec0682419325d_{formatter}.jpg", 28 "https://images.gog-statics.com/1c913b320e5bde05736dcb8cca780030805e902e5f6c04c1c5465183686581f5_{formatter}.jpg", 29 "https://images.gog-statics.com/f38a46176ca3cca38fefcd8de8628a5b1bc1b3a9978400401cdf2fc8d1159605_{formatter}.jpg", 30 "https://images.gog-statics.com/836feef1a6e2a63a840648b9e64bd17e99ddb58160ac316365ad258fa200ff39_{formatter}.jpg", 31 "https://images.gog-statics.com/83e7fba76846120d81b564977290f82b4f16583c0b980e3565a03350d5720f98_{formatter}.jpg", 32 "https://images.gog-statics.com/66d266a34a5fc350ef14296f08222ea961dd850b4b8bca226987bbbdac236339_{formatter}.jpg", 33 "https://images.gog-statics.com/01ecab22e096f00192ebda046e8d8082f3001a5fdaa111ea73cd7c8738d03d9e_{formatter}.jpg", 34 "https://images.gog-statics.com/34de48b25e3ae04bad23b96d17dc1669778cf2447ce2f83ed7ce3af801939730_{formatter}.jpg", 35 "https://images.gog-statics.com/8b7bf5c2c3a20d9e0f38283b7fb5ca6c6df981285754aad2149b4e7e6c3f95c2_{formatter}.jpg", 36 "https://images.gog-statics.com/1c4a52b32ef9f806f87a8f1237989024ffd95c3423bd34f3a16ed836457695c1_{formatter}.jpg", 37 "https://images.gog-statics.com/28b285d6a66bdf1274ed68052cb6b9223a68456740d439d382e338d1d23f5594_{formatter}.jpg", 38 "https://images.gog-statics.com/c37fcfae507ab3bf2ab4db3c3a42f872796ff9128d57dbeb19e8ed7b097b48b2_{formatter}.jpg", 39 "https://images.gog-statics.com/c4da0d61dfe35de0dab03cb94c744b342b24e4ae43f15dc7c62d8c0817c4799c_{formatter}.jpg", 40 "https://images.gog-statics.com/4c6927dc357cfd4b1508ad8b73dcfaef8345383e1468c3c2231d81f595657224_{formatter}.jpg", 41 "https://images.gog-statics.com/96364652f9377b5c90cb69d89023d92ca1db4e9e4ef0fa0861dfca7784fe9a4c_{formatter}.jpg" 42 ], 43 "userPreferredLanguage": { 44 "code": "en", 45 "inAudio": true, 46 "inText": true 47 }, 48 "releaseDate": "2023.09.26", 49 "storeReleaseDate": "2023.09.26", 50 "productType": "dlc", 51 "title": "Cyberpunk 2077: Phantom Liberty", 52 "coverHorizontal": "https://images.gog-statics.com/45a284386e693f1576b96d98a0023a7905d3956c6f9aa913d3fe5d09a5994bee.png", 53 "coverVertical": "https://images.gog-statics.com/002898a4cc9610c8f8ab2af45787aa4834bbd3e789593105343c219ec027668f.jpg", 54 "developers": [ 55 "CD PROJEKT RED" 56 ], 57 "publishers": [ 58 "CD PROJEKT RED" 59 ], 60 "operatingSystems": [ 61 "windows" 62 ], 63 "price": { 64 "final": "$23.99", 65 "base": "$29.99", 66 "discount": "-20%", 67 "finalMoney": { 68 "amount": "23.99", 69 "currency": "USD", 70 "discount": "6.00" 71 }, 72 "baseMoney": { 73 "amount": "29.99", 74 "currency": "USD" 75 } 76 }, 77 "productState": "default", 78 "genres": [ 79 { 80 "name": "Role-playing", 81 "slug": "rpg" 82 }, 83 { 84 "name": "Action", 85 "slug": "action" 86 }, 87 { 88 "name": "Sci-fi", 89 "slug": "scifi" 90 } 91 ], 92 "tags": [ 93 { 94 "name": "Action", 95 "slug": "action" 96 }, 97 { 98 "name": "Story Rich", 99 "slug": "story-rich" 100 }, 101 { 102 "name": "Role-playing", 103 "slug": "role-playing" 104 }, 105 { 106 "name": "Atmospheric", 107 "slug": "atmospheric" 108 }, 109 { 110 "name": "Sci-fi", 111 "slug": "sci-fi" 112 }, 113 { 114 "name": "Science", 115 "slug": "science" 116 }, 117 { 118 "name": "First-Person", 119 "slug": "first-person" 120 }, 121 { 122 "name": "Great Soundtrack", 123 "slug": "great-soundtrack" 124 }, 125 { 126 "name": "Choices Matter", 127 "slug": "choices-matter" 128 }, 129 { 130 "name": "Open World", 131 "slug": "open-world" 132 }, 133 { 134 "name": "Violent", 135 "slug": "violent" 136 }, 137 { 138 "name": "Nudity", 139 "slug": "nudity" 140 }, 141 { 142 "name": "Multiple Endings", 143 "slug": "multiple-endings" 144 }, 145 { 146 "name": "FPS", 147 "slug": "fps" 148 }, 149 { 150 "name": "Mature", 151 "slug": "mature" 152 }, 153 { 154 "name": "Cyberpunk", 155 "slug": "cyberpunk" 156 } 157 ], 158 "reviewsRating": 40, 159 "editions": [], 160 "ratings": [ 161 { 162 "name": "pegiRating", 163 "ageRating": "18" 164 }, 165 { 166 "name": "esrbRating", 167 "ageRating": "17" 168 }, 169 { 170 "name": "uskRating", 171 "ageRating": "18" 172 }, 173 { 174 "name": "brRating", 175 "ageRating": "18" 176 }, 177 { 178 "name": "gogRating", 179 "ageRating": "18" 180 } 181 ], 182 "storeLink": "https://www.gog.com/en/game/cyberpunk_2077_phantom_liberty" 183}
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!