# GOG.com Game & Price Scraper (`unfenced-group/gog-store-scraper`) Actor

Scrape GOG.com games, DLC and packs — multi-currency prices across 18 storefronts in one run, plus genres, ratings, reviews, system support, languages and full descriptions. No API key required.

- **URL**: https://apify.com/unfenced-group/gog-store-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.89 / 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 & Price Scraper
![Banner](https://api.apify.com/v2/key-value-stores/lJlifu6C8YQfZMPKE/records/gog-store-scraper)

Scrape the full GOG.com catalog — games, DLC and packs — with prices across 18 storefronts in a single run. Get genres, tags, ratings, reviews, system support, languages, media and full descriptions. No API key required.

---

### Why this scraper?

#### 🌍 Multi-currency in one run
Price every game across up to 18 native-currency storefronts (USD, EUR, GBP, PLN, BRL, CAD, AUD, CHF, RUB, CNY and more) in a single run. No competitor offers this.

#### 🎮 Most fields in its category
50+ fields per product: pricing, discounts, genres, tags, features, PEGI/ESRB/USK ratings, review scores, screenshots, and optional deep enrichment with descriptions, languages, system requirements, DLC counts and trailers.

#### 🔍 Search, browse, or target directly
Keyword search, full-catalog browse by trending/bestselling/newest/rating/discount, or pass exact product IDs and GOG URLs.

#### 🎯 Powerful filters
Filter by genre, operating system, price range, rating, release date, and on-sale status — all without extra cost.

#### ⚡ Fast and reliable
Runs on GOG's own catalog API. No proxy needed, no rate-limit headaches.

---

### Input parameters

| Field | Type | Default | Description |
|---|---|---|---|
| `searchQuery` | string | `""` | Keyword(s) to search. Empty browses the whole catalog. |
| `country` | string | `US` | Single storefront to price against (native currency). |
| `countries` | array | `[]` | Multiple storefronts priced side by side in one run. |
| `allCountries` | boolean | `false` | Price all 18 storefronts at once. |
| `productType` | string | `game` | `game`, `dlc`, or `pack`. |
| `sortBy` | string | `desc:trending` | Trending, bestselling, newest, price, rating, discount, A–Z. |
| `genres` | array | `[]` | Filter by genre (action, rpg, strategy, horror, …). |
| `systems` | array | `[]` | Filter by OS (windows, mac, linux). |
| `discountedOnly` | boolean | `false` | Server-side: only currently discounted products. |
| `priceFilter` | string | `all` | `all`, `free`, `paid`, or `onSale`. |
| `minPrice` / `maxPrice` | integer | — | Price bounds (first storefront's currency). |
| `minRating` | number | — | Minimum GOG review rating (0–5). |
| `releasedAfter` / `releasedBefore` | string | `""` | Release date bounds (YYYY-MM-DD). |
| `fetchDetails` | boolean | `false` | Fetch descriptions, languages, system support, DLC, videos. |
| `productIds` | array | `[]` | Specific GOG numeric product IDs. |
| `startUrls` | array | `[]` | Specific GOG game URLs. |
| `maxResults` | integer | `5` | Maximum products to return. |

---

### Output schema

#### Always present

| Field | Type | Description |
|---|---|---|
| `id` | string | GOG numeric product ID. |
| `slug` | string | URL slug. |
| `title` | string | Product title. |
| `productType` | string | game / dlc / pack. |
| `productState` | string | Availability state. |
| `isComingSoon` | boolean | Title is announced but not yet released (no price). |
| `isReleased` | boolean | Title is released and purchasable. |
| `url` | string | GOG store page URL. |
| `developers` | array | Developer studios. |
| `publishers` | array | Publishers. |
| `releaseDate` | string | Original release date. |
| `storeReleaseDate` | string | GOG store release date. |
| `operatingSystems` | array | Supported OS slugs. |
| `genres` | array | Genre names. |
| `tags` | array | User/store tags. |
| `features` | array | Single-player, achievements, cloud saves, etc. |
| `ageRatingPegi` | string | PEGI age rating. |
| `ageRatingEsrb` | string | ESRB age rating. |
| `ageRatingUsk` | string | USK age rating. |
| `reviewsRating` | number | GOG review score, 0–5 scale. |
| `reviewsCount` | number | Number of reviews. |
| `coverHorizontal` | string | Horizontal cover image. |
| `coverVertical` | string | Vertical cover image. |
| `logo` | string | Logo image. |
| `backgroundImage` | string | Background image. |
| `screenshots` | array | Screenshot URLs. |
| `editionsCount` | number | Number of editions. |
| `prices` | array | Per-country price objects (see below). Only storefronts with a real price. |
| `priceByCountry` | object | Country → final price value. |
| `countriesQueried` | array | All storefronts checked (including price-less ones). |
| `countriesPriced` | array | Storefronts with a resolved price. |
| `isFree` | boolean | Free in any selected storefront. |
| `isOnSaleAnywhere` | boolean | Discounted in any selected storefront. |
| `hasPrice` | boolean | At least one storefront returned a price. |
| `lowestPriceValue` | number | Lowest final price across storefronts. |
| `lowestPriceCurrency` | string | Currency of the lowest price. |
| `scrapedAt` | string | ISO timestamp. |

Each entry in `prices[]`: `country`, `currency`, `baseValue`, `finalValue`, `baseDisplay`, `finalDisplay`, `discountPercent`, `isDiscounted`, `isFree`.

#### With `fetchDetails: true` (nested under `detail`)

| Field | Type | Description |
|---|---|---|
| `gameType` | string | Product type from the detail API. |
| `inDevelopment` | boolean | Still in development. |
| `isPreOrder` | boolean | Pre-order title. |
| `isInstallable` | boolean | Installable product. |
| `supportsWindows` / `supportsMac` / `supportsLinux` | boolean | OS compatibility. |
| `languages` | array | Supported languages. |
| `languageCount` | number | Number of languages. |
| `descriptionLead` | string | Short description. |
| `descriptionFull` | string | Full description (plain text). |
| `descriptionMarkdown` | string | Full description as Markdown. |
| `whatsCoolAboutIt` | string | GOG's highlight blurb. |
| `dlcCount` | number | Number of DLCs. |
| `dlcIds` | array | Product IDs of the title's DLCs. |
| `videos` | array | Trailer objects (url, thumbnail, provider). |
| `relatedProductIds` | array | Related product IDs. |
| `forumUrl` / `supportUrl` | string | Forum and support links. |

#### Example record

```json
{
  "id": "1931614212",
  "slug": "life_is_strange_complete_season",
  "title": "Life is Strange: Complete Season",
  "productType": "game",
  "url": "https://www.gog.com/en/game/life_is_strange_complete_season",
  "developers": ["DON'T NOD"],
  "publishers": ["Square Enix"],
  "releaseDate": "2015.01.30",
  "operatingSystems": ["windows"],
  "genres": ["Action", "Adventure", "Mystery"],
  "tags": ["Adventure", "Story Rich", "Indie"],
  "features": ["Single-player", "Cloud saves", "Controller support"],
  "ageRatingPegi": "16",
  "ageRatingEsrb": "17",
  "reviewsRating": 4.3,
  "reviewsCount": 470,
  "prices": [
    { "country": "US", "currency": "USD", "baseValue": 19.99, "finalValue": 2.99, "baseDisplay": "$19.99", "finalDisplay": "$2.99", "discountPercent": 85, "isDiscounted": true, "isFree": false },
    { "country": "DE", "currency": "EUR", "baseValue": 19.99, "finalValue": 2.99, "discountPercent": 85, "isDiscounted": true, "isFree": false }
  ],
  "priceByCountry": { "US": 2.99, "DE": 2.99 },
  "countriesPriced": ["US", "DE"],
  "isFree": false,
  "isOnSaleAnywhere": true,
  "lowestPriceValue": 2.99,
  "lowestPriceCurrency": "USD",
  "scrapedAt": "2026-06-24T10:00:00.000Z"
}
````

***

### Examples

#### 1. Search for a game

```json
{ "searchQuery": "witcher", "country": "US", "maxResults": 10 }
```

#### 2. Cheapest RPGs on sale, with full details

```json
{ "productType": "game", "genres": ["rpg"], "discountedOnly": true, "sortBy": "asc:price", "fetchDetails": true, "maxResults": 25 }
```

#### 3. Compare one game's price across every storefront

```json
{ "startUrls": [{ "url": "https://www.gog.com/game/cyberpunk_2077" }], "allCountries": true }
```

#### 4. Daily feed of newest releases

```json
{ "sortBy": "desc:releaseDate", "countries": ["US", "DE", "GB"], "maxResults": 50 }
```

***

### 💰 Pricing

Pay per result. No subscription, no start fee.

| Plan | Price per 1,000 results |
|---|---|
| Free / Bronze | $0.99 |
| Silver | $0.94 |
| Gold | $0.89 |
| Platinum | $0.79 |
| Diamond | $0.69 |

The cheapest GOG scraper on Apify, with the most fields and the only one offering multi-currency pricing in a single run.

***

### Performance

HTTP-only against GOG's catalog API. No proxy required. Typical runs use under 100 MB RAM. Multi-country and `fetchDetails` runs make more requests, but throughput stays high because every endpoint is a fast JSON API.

***

### Need a custom scraper?

**[Unfenced Group](https://www.unfencedgroup.nl)** builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

**Get in touch:** [www.unfencedgroup.nl](https://www.unfencedgroup.nl)

# Actor input Schema

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

Keyword(s) to search the GOG catalog (e.g. "witcher", "cyberpunk"). Leave empty to browse the whole catalog by the chosen sort order.

## `country` (type: `string`):

Single storefront to price against. Each storefront returns prices in its own native currency. Ignored if 'Storefront countries' or 'All countries' is set.

## `countries` (type: `array`):

Price each game across multiple storefronts in a single run — GOG's prices in every selected country, side by side. Overrides the single-country field.

## `allCountries` (type: `boolean`):

Price every supported storefront (18 native currencies) in one run. Overrides both country fields.

## `productType` (type: `string`):

Which catalog to scrape: full games, DLC, or packs/bundles.

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

Order in which the catalog is browsed (also the priority order when capping at Max results).

## `genres` (type: `array`):

Filter the catalog to one or more genres.

## `systems` (type: `array`):

Filter to games available on the selected operating systems.

## `discountedOnly` (type: `boolean`):

Restrict the catalog query to currently discounted products.

## `excludeUnreleased` (type: `boolean`):

Drop 'coming soon' titles that have no price yet (useful when scraping newest releases).

## `priceFilter` (type: `string`):

Keep only free, paid, or on-sale titles (evaluated against the first selected storefront).

## `minPrice` (type: `integer`):

Only return titles priced at or above this amount (in the first storefront's currency).

## `maxPrice` (type: `integer`):

Only return titles priced at or below this amount (in the first storefront's currency).

## `minRating` (type: `number`):

Only return titles with a GOG review rating at or above this value (0–5 scale).

## `releasedAfter` (type: `string`):

Only return titles released on or after this date (YYYY-MM-DD).

## `releasedBefore` (type: `string`):

Only return titles released on or before this date (YYYY-MM-DD).

## `fetchDetails` (type: `boolean`):

Fetch full description, supported languages, system compatibility, DLC count, videos, and related products for every result. Slower but much richer.

## `productIds` (type: `array`):

Optional list of specific GOG numeric product IDs to scrape directly.

## `startUrls` (type: `array`):

Optional list of GOG game URLs (e.g. https://www.gog.com/game/the\_witcher) to scrape directly.

## `maxResults` (type: `integer`):

Maximum number of products to return.

## Actor input object example

```json
{
  "searchQuery": "",
  "country": "US",
  "countries": [],
  "allCountries": false,
  "productType": "game",
  "sortBy": "desc:trending",
  "genres": [],
  "systems": [],
  "discountedOnly": false,
  "excludeUnreleased": false,
  "priceFilter": "all",
  "releasedAfter": "",
  "releasedBefore": "",
  "fetchDetails": false,
  "productIds": [],
  "startUrls": [],
  "maxResults": 5
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/gog-store-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/gog-store-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 '{}' |
apify call unfenced-group/gog-store-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "GOG.com Game & Price Scraper",
        "description": "Scrape GOG.com games, DLC and packs — multi-currency prices across 18 storefronts in one run, plus genres, ratings, reviews, system support, languages and full descriptions. No API key required.",
        "version": "0.0",
        "x-build-id": "VIXOsWzbvbYt4bfde"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~gog-store-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-gog-store-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/unfenced-group~gog-store-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-gog-store-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/unfenced-group~gog-store-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-gog-store-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",
                "properties": {
                    "searchQuery": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Keyword(s) to search the GOG catalog (e.g. \"witcher\", \"cyberpunk\"). Leave empty to browse the whole catalog by the chosen sort order.",
                        "default": ""
                    },
                    "country": {
                        "title": "Storefront country",
                        "enum": [
                            "US",
                            "GB",
                            "DE",
                            "FR",
                            "PL",
                            "BR",
                            "CA",
                            "AU",
                            "CH",
                            "RU",
                            "CN",
                            "DK",
                            "SE",
                            "NO",
                            "CZ",
                            "HU",
                            "ZA",
                            "TR"
                        ],
                        "type": "string",
                        "description": "Single storefront to price against. Each storefront returns prices in its own native currency. Ignored if 'Storefront countries' or 'All countries' is set.",
                        "default": "US"
                    },
                    "countries": {
                        "title": "Storefront countries (multi)",
                        "type": "array",
                        "description": "Price each game across multiple storefronts in a single run — GOG's prices in every selected country, side by side. Overrides the single-country field.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "US",
                                "GB",
                                "DE",
                                "FR",
                                "PL",
                                "BR",
                                "CA",
                                "AU",
                                "CH",
                                "RU",
                                "CN",
                                "DK",
                                "SE",
                                "NO",
                                "CZ",
                                "HU",
                                "ZA",
                                "TR"
                            ],
                            "enumTitles": [
                                "🇺🇸 United States (USD)",
                                "🇬🇧 United Kingdom (GBP)",
                                "🇩🇪 Germany (EUR)",
                                "🇫🇷 France (EUR)",
                                "🇵🇱 Poland (PLN)",
                                "🇧🇷 Brazil (BRL)",
                                "🇨🇦 Canada (CAD)",
                                "🇦🇺 Australia (AUD)",
                                "🇨🇭 Switzerland (CHF)",
                                "🇷🇺 Russia (RUB)",
                                "🇨🇳 China (CNY)",
                                "🇩🇰 Denmark (DKK)",
                                "🇸🇪 Sweden (SEK)",
                                "🇳🇴 Norway (NOK)",
                                "🇨🇿 Czechia (CZK)",
                                "🇭🇺 Hungary (HUF)",
                                "🇿🇦 South Africa (ZAR)",
                                "🇹🇷 Türkiye (TRY)"
                            ]
                        },
                        "default": []
                    },
                    "allCountries": {
                        "title": "All storefronts",
                        "type": "boolean",
                        "description": "Price every supported storefront (18 native currencies) in one run. Overrides both country fields.",
                        "default": false
                    },
                    "productType": {
                        "title": "Product type",
                        "enum": [
                            "game",
                            "dlc",
                            "pack"
                        ],
                        "type": "string",
                        "description": "Which catalog to scrape: full games, DLC, or packs/bundles.",
                        "default": "game"
                    },
                    "sortBy": {
                        "title": "Sort order",
                        "enum": [
                            "desc:trending",
                            "desc:bestselling",
                            "desc:releaseDate",
                            "asc:price",
                            "desc:price",
                            "desc:reviewsRating",
                            "desc:discount",
                            "asc:title"
                        ],
                        "type": "string",
                        "description": "Order in which the catalog is browsed (also the priority order when capping at Max results).",
                        "default": "desc:trending"
                    },
                    "genres": {
                        "title": "Genres",
                        "type": "array",
                        "description": "Filter the catalog to one or more genres.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "action",
                                "adventure",
                                "arcade",
                                "building",
                                "card-game",
                                "combat",
                                "economic",
                                "educational",
                                "fighting",
                                "horror",
                                "platformer",
                                "puzzle",
                                "racing",
                                "rpg",
                                "shooter",
                                "simulation",
                                "sports",
                                "strategy",
                                "survival",
                                "visual-novel"
                            ]
                        },
                        "default": []
                    },
                    "systems": {
                        "title": "Operating systems",
                        "type": "array",
                        "description": "Filter to games available on the selected operating systems.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "windows",
                                "mac",
                                "linux"
                            ]
                        },
                        "default": []
                    },
                    "discountedOnly": {
                        "title": "On sale only (server-side)",
                        "type": "boolean",
                        "description": "Restrict the catalog query to currently discounted products.",
                        "default": false
                    },
                    "excludeUnreleased": {
                        "title": "Exclude unreleased titles",
                        "type": "boolean",
                        "description": "Drop 'coming soon' titles that have no price yet (useful when scraping newest releases).",
                        "default": false
                    },
                    "priceFilter": {
                        "title": "Price filter (post-extraction)",
                        "enum": [
                            "all",
                            "free",
                            "paid",
                            "onSale"
                        ],
                        "type": "string",
                        "description": "Keep only free, paid, or on-sale titles (evaluated against the first selected storefront).",
                        "default": "all"
                    },
                    "minPrice": {
                        "title": "Min price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return titles priced at or above this amount (in the first storefront's currency)."
                    },
                    "maxPrice": {
                        "title": "Max price",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return titles priced at or below this amount (in the first storefront's currency)."
                    },
                    "minRating": {
                        "title": "Min rating (0–5)",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "number",
                        "description": "Only return titles with a GOG review rating at or above this value (0–5 scale)."
                    },
                    "releasedAfter": {
                        "title": "Released after",
                        "type": "string",
                        "description": "Only return titles released on or after this date (YYYY-MM-DD).",
                        "default": ""
                    },
                    "releasedBefore": {
                        "title": "Released before",
                        "type": "string",
                        "description": "Only return titles released on or before this date (YYYY-MM-DD).",
                        "default": ""
                    },
                    "fetchDetails": {
                        "title": "Fetch detail pages",
                        "type": "boolean",
                        "description": "Fetch full description, supported languages, system compatibility, DLC count, videos, and related products for every result. Slower but much richer.",
                        "default": false
                    },
                    "productIds": {
                        "title": "Product IDs",
                        "type": "array",
                        "description": "Optional list of specific GOG numeric product IDs to scrape directly.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional list of GOG game URLs (e.g. https://www.gog.com/game/the_witcher) to scrape directly.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of products to return.",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
