GOG.com Games Scraper avatar

GOG.com Games Scraper

Pricing

from $2.83 / 1,000 results

Go to Apify Store
GOG.com Games Scraper

GOG.com Games Scraper

Scrapes GOG.com game listing pages and returns each title as a flat row with price, rating, genre, and platform data. Feed it any catalog URL and set a max item count.

Pricing

from $2.83 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Categories

Share

ParseForge

GOG.com Games Scraper

Scrape GOG.com game listings by page URL, up to any number of titles per run. Every game comes with its title, price, rating, genre, and platform details. No API key or login required. Export to CSV, JSON, Excel, or XML.

GOG.com's storefront lists thousands of DRM-free games, but manually browsing pages to collect titles, prices, and ratings is slow and repetitive. This Actor reads the public game listing pages directly, so you can pull structured data from any catalog page URL without writing a single line of code. It handles pagination automatically and stops when it hits your item limit.

Who uses itWhat they scrape GOG.com for
Game market analystsTracking which DRM-free titles are discounted or trending on GOG.com this week.
Price comparison developersPulling current GOG.com prices alongside other storefronts to build deal aggregators.
Indie game researchersCataloging indie titles by genre and rating to spot emerging developers on the platform.
Content curatorsBuilding a searchable database of GOG.com games with genres and platforms for editorial use.

What it does

This Actor collects game listing data from GOG.com catalog pages and returns each title as a flat row with its price, rating, genre, and platform information.

  • ๐Ÿ“„ Page-based scraping: feed it any GOG.com games listing URL and it extracts every visible title on that page and beyond.
  • ๐Ÿ”ข Configurable item limit: set a maximum number of games to scrape, from a quick sample of 10 to a full catalog pass.
  • ๐Ÿ”„ Automatic pagination: follows the next-page links on GOG.com listings so you get continuous results without manual URL stitching.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with GOG.com data

๐Ÿ“Š Monitor GOG.com pricing trends.

A market analyst runs the Actor weekly on the main games page to track which titles get permanent price drops or join limited-time sales.

๐ŸŽฎ Build a DRM-free game database.

A hobbyist developer scrapes genre-filtered listing pages to populate a personal catalog of DRM-free games with ratings and platform tags.

๐Ÿ” Compare storefront availability.

A deal-site operator pulls GOG.com listings alongside other store scrapers to show visitors where a title is available and at what price.

๐Ÿ“ Feed editorial research.

A gaming journalist scrapes new-release pages to quickly assemble a list of recent GOG.com launches for a monthly roundup article.

Why choose this scraper

What you get
DRM-free catalog dataStructured rows of GOG.com titles with prices, ratings, and genres
No authenticationReads public listing pages with zero API registration or OAuth
Flat output schemaEvery game lands as one row ready for CSV, JSON, Excel, or XML export

How it compares

This Actor focuses on listing-page extraction with simple URL-based input, while other GOG scrapers target detail pages, reviews, or API-based catalog access.

FeatureParseForgeGOG.com Game Data ScraperGOG Game Review ScraperGOG.com Game Scraper
Scrapes listing pages by URLYesNot listedNot listedNot listed
Returns game prices and discountsYesYesNot listedYes
Returns user ratingsYesNot listedYesYes
Returns genre and platform tagsYesNot listedNot listedYes
Extracts individual game reviewsNot listedNot listedYesNot listed
No API key or login requiredYesNot listedNot listedNot listed

Configure the run

Drive the Actor from any GOG.com games listing page URL and set a maximum item count to control how many titles reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.00313 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.31
1,000 results$3.13
10,000 results$31.30

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the GOG.com Games Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to GOG.com through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/gog-games-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

The scraper returns zero results even though the URL works in my browser.

Check that the Start URL points to a valid GOG.com games listing page with visible game cards. Pages that require login or are not standard catalog views may not contain extractable listings.

I am getting fewer results than my max items setting.

The Actor stops when it reaches the end of the paginated listing. If the listing has fewer total games than your max items value, you will receive all available titles.

Some games are missing their price or rating in the output.

GOG.com listing pages sometimes omit prices for upcoming or region-locked titles, and ratings may not appear for games with too few reviews. This reflects the data as shown on the page.

The run takes a long time with a high max items value.

Each page request adds time. Lower the max items limit for faster test runs, or be patient with large catalog scrapes as the Actor respects polite crawling delays.

FAQ

QuestionAnswer
Do I need a GOG.com account or API key to use this scraper?No. The Actor reads the public game listing pages that anyone can visit in a browser. No login, API registration, or OAuth flow is required.
What data fields does the scraper return for each game?Each row includes the game title, current price, discount percentage if on sale, user rating, supported platforms, and genre tags as they appear on the listing page.
Can I scrape a specific genre or filtered page instead of the whole catalog?Yes. Paste any GOG.com games listing URL into the Start URL field, including genre-filtered, sorted, or tagged pages. The Actor scrapes exactly the listing you point it at.
How many games can I scrape in one run?You set the maximum items limit in the input. The Actor stops when it reaches that count, so you control the volume from a handful of titles up to the full paginated listing.
Does this scraper handle GOG.com sales and discount badges?Yes. When a game is on sale, the scraper captures the discounted price and the discount percentage as displayed on the listing page.
Can I scrape individual game detail pages with this Actor?This Actor is designed for listing pages. If you need deep detail-page data like screenshots, system requirements, or full descriptions, consider a detail-page scraper instead.
What output formats are supported?You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform run results.
Does the scraper follow pagination automatically?Yes. It detects the next-page link on GOG.com listing pages and continues scraping until it reaches your configured item limit or runs out of pages.
Is this an official GOG.com API integration?No. This Actor reads the public web pages. It is not affiliated with or endorsed by GOG sp. z o.o.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by GOG sp. z o.o. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.