# GOG Scraper - Game Prices, Ratings & DRM-Free Catalog (`logiover/gog-games-scraper`) Actor

Scrape GOG.com full catalog via API. Extract prices, discounts, ratings, reviews, developers, publishers, genres, platforms. 12K+ DRM-free games. Filters, sorting, pagination. Datacenter proxies. No browser.

- **URL**: https://apify.com/logiover/gog-games-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** E-commerce, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## GOG.com Game Scraper

Scrape game listings from [GOG.com](https://www.gog.com) — the DRM-free digital game store by CD PROJEKT. Extract prices, discounts, ratings, reviews, developers, publishers, genres, and platform compatibility for thousands of games.

### Features

- **Keyword Search** — Search games by name, genre, or any keyword
- **Full Catalog Browse** — Leave queries empty to browse the entire GOG catalog
- **Advanced Filters** — Filter by price range, platform (Windows/Mac/Linux), genre, language
- **Multiple Sort Options** — Trending, best selling, price, title, release date, rating
- **Parallel Scraping** — Configurable concurrency for fast execution
- **Deduplication** — Automatic removal of duplicate products across queries
- **HTTP-Only** — No browser needed, ultra-fast and cost-effective

### Output Fields

| Field | Description |
|-------|-------------|
| productId | GOG product ID |
| slug | URL-friendly identifier |
| title | Game title |
| finalPrice | Current price after discount |
| originalPrice | Original base price |
| discountPercentage | Discount percentage (0-100) |
| currency | Currency symbol |
| isFree | Whether the game is free |
| isDiscounted | Whether the game is currently on sale |
| rating | User rating (0-5 scale) |
| reviewsCount | Number of user reviews |
| developer | Game developer |
| publisher | Game publisher |
| category | Primary genre |
| platformWindows | Windows compatibility |
| platformMac | macOS compatibility |
| platformLinux | Linux compatibility |
| releaseDate | Release date |
| isInDevelopment | Early access / in development |
| isComingSoon | Upcoming release |
| productUrl | Full GOG product page URL |
| thumbnailUrl | Product thumbnail image |
| searchQuery | Query used to find this product |
| pageNumber | Page number from results |
| scrapedAt | Scraping timestamp |

### Input Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| queries | string[] | ["witcher"] | Search keywords |
| maxPages | integer | 5 | Max pages per query (48 products/page) |
| maxProductsTotal | integer | 0 | Global product limit (0 = unlimited) |
| sortBy | string | trending | Sort: trending, bestselling, price_asc, price_desc, title, release_date, rating |
| priceRange | string | | Filter: free, under5, under10, under15, under25, discounted |
| system | string | | Platform: windows, osx, linux |
| category | string | | Genre: role-playing, action, strategy, etc. |
| language | string | | Language code: en, de, fr, es, pl, tr, etc. |
| maxConcurrency | integer | 3 | Parallel request limit |
| proxyConfig | object | Apify Proxy | Proxy settings (datacenter works) |

### Example Input

```json
{
    "queries": ["rpg", "witcher", "indie"],
    "maxPages": 10,
    "sortBy": "bestselling",
    "priceRange": "discounted",
    "system": "windows",
    "maxConcurrency": 3,
    "proxyConfig": { "useApifyProxy": true }
}
````

### Cost Estimates

- \~48 products per page
- \~240 products per query (5 pages default)
- Datacenter proxies = cheapest option
- **$2.00 per 1,000 results** (pay-per-result)
- Browse full catalog: ~7,000+ games

### Popular Queries

RPG, action, strategy, adventure, indie, simulation, horror, puzzle, witcher, cyberpunk, shooter, racing, platformer, survival, sandbox, roguelike, turn-based, open world

### Tips

1. **Browse entire catalog** — Leave queries empty and set maxPages high
2. **Find deals** — Set priceRange to "discounted" and sort by "price\_asc"
3. **Linux gaming** — Set system to "linux" to find all Linux-compatible games
4. **New releases** — Sort by "release\_date" for newest games first
5. **Best rated** — Sort by "rating" to find top-reviewed games

### FAQ

**Does it need residential proxies?**
No! Datacenter proxies work perfectly. GOG has no anti-bot protection.

**How many games does GOG have?**
GOG has 7,000+ DRM-free games in its catalog.

**Can I get all games at once?**
Yes — leave queries empty, set maxPages to 500, and you'll get the full catalog.

**What's the rate limit?**
The search API has no strict rate limit, but we add small delays to be respectful.

# Actor input Schema

## `queries` (type: `array`):

Keywords to filter results (e.g., 'rpg', 'witcher', 'indie'). Leave EMPTY to browse the entire GOG catalog (12,000+ games).

## `maxPages` (type: `integer`):

Maximum number of pages to scrape. Each page returns 48 products. Set to 250 for full catalog.

## `maxProductsTotal` (type: `integer`):

Global limit on total products to scrape. Set 0 for unlimited.

## `sortBy` (type: `string`):

Sort order for results

## `priceRange` (type: `string`):

Filter by price range

## `system` (type: `string`):

Filter by operating system

## `category` (type: `string`):

Filter by game genre (e.g., 'role-playing', 'action', 'strategy', 'adventure', 'simulation', 'shooter', 'puzzle', 'racing', 'sports'). Leave empty for all.

## `language` (type: `string`):

Filter by supported language (e.g., 'en', 'de', 'fr', 'es', 'pt', 'ru', 'zh', 'ja', 'ko', 'pl', 'tr'). Leave empty for all.

## `maxConcurrency` (type: `integer`):

Maximum number of parallel requests

## `proxyConfig` (type: `object`):

Proxy settings. Datacenter proxies work fine for GOG.

## Actor input object example

```json
{
  "queries": [],
  "maxPages": 10,
  "maxProductsTotal": 0,
  "sortBy": "trending",
  "priceRange": "",
  "system": "",
  "category": "",
  "language": "",
  "maxConcurrency": 3,
  "proxyConfig": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `productId` (type: `string`):

GOG product ID

## `slug` (type: `string`):

URL slug

## `title` (type: `string`):

Game title

## `finalPrice` (type: `string`):

Current/final price

## `originalPrice` (type: `string`):

Original base price

## `discountPercentage` (type: `string`):

Discount percentage

## `currency` (type: `string`):

Currency symbol

## `isFree` (type: `string`):

Whether the game is free

## `isDiscounted` (type: `string`):

Whether the game is on sale

## `rating` (type: `string`):

Rating score (0-5)

## `reviewsCount` (type: `string`):

Number of reviews

## `developer` (type: `string`):

Game developer

## `publisher` (type: `string`):

Game publisher

## `category` (type: `string`):

Primary genre/category

## `platformWindows` (type: `string`):

Windows support

## `platformMac` (type: `string`):

macOS support

## `platformLinux` (type: `string`):

Linux support

## `releaseDate` (type: `string`):

Release date

## `isInDevelopment` (type: `string`):

In early access

## `isComingSoon` (type: `string`):

Not yet released

## `productUrl` (type: `string`):

Full GOG product URL

## `thumbnailUrl` (type: `string`):

Product thumbnail

## `searchQuery` (type: `string`):

Search query used

## `pageNumber` (type: `string`):

Page number

## `scrapedAt` (type: `string`):

Scraping timestamp

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/gog-games-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "queries": [] }

# Run the Actor and wait for it to finish
run = client.actor("logiover/gog-games-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": []
}' |
apify call logiover/gog-games-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=logiover/gog-games-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "GOG Scraper - Game Prices, Ratings & DRM-Free Catalog",
        "description": "Scrape GOG.com full catalog via API. Extract prices, discounts, ratings, reviews, developers, publishers, genres, platforms. 12K+ DRM-free games. Filters, sorting, pagination. Datacenter proxies. No browser.",
        "version": "0.0",
        "x-build-id": "VRB1ypUq5Sdh1Iwuy"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~gog-games-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-gog-games-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/logiover~gog-games-scraper/runs": {
            "post": {
                "operationId": "runs-sync-logiover-gog-games-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/logiover~gog-games-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-gog-games-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "proxyConfig"
                ],
                "properties": {
                    "queries": {
                        "title": "Search Queries",
                        "type": "array",
                        "description": "Keywords to filter results (e.g., 'rpg', 'witcher', 'indie'). Leave EMPTY to browse the entire GOG catalog (12,000+ games).",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxPages": {
                        "title": "Max Pages Per Query",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum number of pages to scrape. Each page returns 48 products. Set to 250 for full catalog.",
                        "default": 10
                    },
                    "maxProductsTotal": {
                        "title": "Max Products Total",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Global limit on total products to scrape. Set 0 for unlimited.",
                        "default": 0
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "trending",
                            "bestselling",
                            "price_asc",
                            "price_desc",
                            "title",
                            "release_date",
                            "rating"
                        ],
                        "type": "string",
                        "description": "Sort order for results",
                        "default": "trending"
                    },
                    "priceRange": {
                        "title": "Price Range",
                        "enum": [
                            "",
                            "free",
                            "under5",
                            "under10",
                            "under15",
                            "under25",
                            "discounted"
                        ],
                        "type": "string",
                        "description": "Filter by price range",
                        "default": ""
                    },
                    "system": {
                        "title": "Platform",
                        "enum": [
                            "",
                            "windows",
                            "osx",
                            "linux"
                        ],
                        "type": "string",
                        "description": "Filter by operating system",
                        "default": ""
                    },
                    "category": {
                        "title": "Genre",
                        "type": "string",
                        "description": "Filter by game genre (e.g., 'role-playing', 'action', 'strategy', 'adventure', 'simulation', 'shooter', 'puzzle', 'racing', 'sports'). Leave empty for all.",
                        "default": ""
                    },
                    "language": {
                        "title": "Language",
                        "type": "string",
                        "description": "Filter by supported language (e.g., 'en', 'de', 'fr', 'es', 'pt', 'ru', 'zh', 'ja', 'ko', 'pl', 'tr'). Leave empty for all.",
                        "default": ""
                    },
                    "maxConcurrency": {
                        "title": "Max Concurrency",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Maximum number of parallel requests",
                        "default": 3
                    },
                    "proxyConfig": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. Datacenter proxies work fine for GOG.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
