# GG.deals Game Price & Offers Scraper (`valie/gg-deals-scraper`) Actor

Scrape detailed game pricing, deals, store offers, ratings, images, categories, related products, and more from GG.deals.

- **URL**: https://apify.com/valie/gg-deals-scraper.md
- **Developed by:** [ahmed mani](https://apify.com/valie) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $12.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.

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

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## GG.deals Game Price & Offers Scraper

Scrape detailed game pricing, deals, store offers, ratings, images, categories, related products, and more from GG.deals.

This actor lets you retrieve structured game data from [GG.deals](https://gg.deals), including official store offers and keyshop offers. You can provide either **game names** or **GG.deals game URLs** as input.

### Features

- 🎮 Search for games by name
- 🔗 Scrape specific GG.deals game URLs
- 💰 Extract current game prices and discounts
- 🏪 Extract official store offers
- 🔑 Extract keyshop offers
- 🎯 Extract DRM information
- 📉 Extract original prices and discount percentages
- ⭐ Extract user ratings and rating counts
- 🖼️ Extract game images
- 🎬 Extract related videos and trailers
- 🏷️ Extract publisher/brand information
- 📂 Extract game categories
- 🔗 Extract related game products and platform versions
- 🔄 Automatic retries for failed requests
- 🌐 Proxy support

### Input

You can scrape games in two ways:

#### Option 1: Search by game name

Provide a list of game names using the `games` parameter. The actor will search GG.deals and scrape the matching game pages.

```json
{
  "games": [
    "Grand Theft Auto V",
    "valheim"
  ],
  "platform": "PC",
  "max_retries": 2,
  "proxy": "..."
}
```

#### Option 2: Provide GG.deals URLs

If you already know the GG.deals game URLs, you can provide them directly using `start_urls`.

```json
{
  "start_urls": [
    {
      "url": "https://gg.deals/game/grand-theft-auto-v/"
    },
    {
      "url": "https://gg.deals/game/the-blood-of-dawnwalker/"
    }
  ],
  "platform": "PC",
  "max_retries": 2,
  "proxy": "..."
}
```

Using `start_urls` is recommended when you need to scrape specific GG.deals pages and want to avoid game-name search ambiguity.

### Input parameters

| Parameter     | Type    | Description                                    |
| ------------- | ------- | ---------------------------------------------- |
| `games`       | Array   | Game names to search for on GG.deals.          |
| `start_urls`  | Array   | Direct GG.deals game URLs to scrape.           |
| `platform`    | String  | Platform to scrape, such as `PC`.              |
| `max_retries` | Integer | Maximum number of retries for failed requests. |
| `proxy`       | String  | Proxy configuration used by the actor.         |

You can use either `games` or `start_urls` depending on your use case.

### Output

The actor returns structured JSON containing game information, ratings, images, related products, videos, categories, and current offers from stores.

Example output:

```json
{
  "brand": {
    "name": "BANDAI NAMCO Entertainment",
    "url": "https://gg.deals/games/published-by-bandai-namco-entertainment/"
  },
  "isRelatedTo": [
    {
      "@id": "https://gg.deals/game/the-blood-of-dawnwalker-ps5/#product",
      "url": "https://gg.deals/game/the-blood-of-dawnwalker-ps5/",
      "name": "The Blood of Dawnwalker PS5"
    },
    {
      "@id": "https://gg.deals/game/the-blood-of-dawnwalker-xbox-series-pc/#product",
      "url": "https://gg.deals/game/the-blood-of-dawnwalker-xbox-series-pc/",
      "name": "The Blood of Dawnwalker Xbox Series & PC"
    }
  ],
  "subjectOf": [
    {
      "name": "The Blood of Dawnwalker - Official Console Performance Mode Gameplay",
      "description": "Video summary for The Blood of Dawnwalker",
      "thumbnailUrl": "https://img.gg.deals/02/82/68d64c4d2f5fc544d728ae1716f686e4642f_912cr513.jpg",
      "url": "https://www.youtube.com/watch?v=ULc1TkK5zRw",
      "embedUrl": "https://www.youtube.com/embed/ULc1TkK5zRw",
      "uploadDate": "2026-08-24T18:42:29+00:00"
    }
  ],
  "aggregateRating": {
    "worstRating": 1,
    "bestRating": 5,
    "ratingValue": "4.3",
    "ratingCount": 42
  },
  "image": {
    "url": "https://img.gg.deals/ee/93/48b5b7c1cbf3ae8a7242d8c03473f299f147_1232xr706_Q100.jpg",
    "name": "The Blood of Dawnwalker PC",
    "caption": "The Blood of Dawnwalker PC"
  },
  "name": "The Blood of Dawnwalker",
  "url": "https://gg.deals/game/the-blood-of-dawnwalker/",
  "sku": "G0000367294",
  "category": {
    "name": "PC Action games",
    "url": "https://gg.deals/games/pc/action/"
  },
  "official_offers": [
    {
      "store": "Gamebillet",
      "store_type": "official",
      "price": 61.47,
      "original_price": 69.99,
      "discount_percent": 12,
      "drm": "Steam",
      "url": "https://www.gamebillet.com/the-blood-of-dawnwalker-z"
    },
    {
      "store": "Fanatical",
      "store_type": "official",
      "price": 61.59,
      "original_price": 69.99,
      "discount_percent": 12,
      "drm": "Steam",
      "url": "https://www.fanatical.com/en/game/the-blood-of-dawnwalker"
    }
  ],
  "keyshop_offers": [
    {
      "store": "LootBar",
      "store_type": "keyshop",
      "price": 51.96,
      "original_price": 69.99,
      "discount_percent": 25,
      "drm": "Microsoft Store",
      "url": "https://www.lootbar.com/game-key/the-blood-of-dawnwalker-xbox"
    },
    {
      "store": "LootBar",
      "store_type": "keyshop",
      "price": 57.19,
      "original_price": 69.99,
      "discount_percent": 18,
      "drm": "Steam",
      "url": "https://www.lootbar.com/game-key/the-blood-of-dawnwalker"
    }
  ]
}
```

### Output fields

The returned dataset contains structured information such as:

#### Game information

- Game name
- GG.deals URL
- SKU
- Platform/category
- Publisher/brand
- Related platform versions
- Game images

#### Pricing information

For each available offer:

- Store name
- Store type
- Current price
- Original price
- Discount percentage
- DRM/platform
- Store URL

Offers are separated into:

- `official_offers` — offers from official/authorized stores
- `keyshop_offers` — offers from keyshops

This makes it easy to compare legitimate retail offers with keyshop prices.

#### Ratings

The actor can return:

- Rating value
- Rating count
- Minimum rating
- Maximum rating

#### Media

Game-related videos can include:

- Video title
- Description
- Thumbnail
- YouTube URL
- Embed URL
- Upload date

### Example use cases

#### Game price comparison

Build your own price comparison database by collecting current prices from GG.deals across multiple games.

#### Deal monitoring

Run the actor periodically and store the results to detect price drops and new offers.

#### Game price datasets

Collect structured pricing information for thousands of games for analysis, dashboards, or internal applications.

#### Store analysis

Analyze game prices across different stores, DRM platforms, and keyshops.

#### Gaming websites

Use the scraped data to power game deal pages, price comparison tools, or gaming price dashboards.

### Recommended input

For a small number of known games, use `start_urls`:

```json
{
  "start_urls": [
    {
      "url": "https://gg.deals/game/grand-theft-auto-v/"
    },
    {
      "url": "https://gg.deals/game/the-blood-of-dawnwalker/"
    }
  ],
  "platform": "PC",
  "max_retries": 2,
  "proxy": "..."
}
```

For searching multiple games by name, use:

```json
{
  "games": [
    "Grand Theft Auto V",
    "valheim"
  ],
  "platform": "PC",
  "max_retries": 2,
  "proxy": "..."
}
```

### Disclaimer

This actor is an independent third-party tool and is not affiliated with or endorsed by GG.deals.

Please ensure that your use of the actor and the data it produces complies with the applicable terms of service, laws, and the policies of the websites and services involved.

# Actor input Schema

## `start_urls` (type: `array`):

URLs to start with

## `games` (type: `array`):

Game titles to scrape

## `platform` (type: `string`):

The platform to scrape games for

## `max_retries` (type: `integer`):

The number of retries to use in case of error

## Actor input object example

```json
{
  "start_urls": [],
  "games": [],
  "platform": "PC",
  "max_retries": 2
}
```

# Actor output Schema

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

Structured game data scraped from GG.deals. Each dataset item represents one scraped game.

# 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 = {
    "start_urls": [],
    "games": [],
    "platform": "PC",
    "max_retries": 2
};

// Run the Actor and wait for it to finish
const run = await client.actor("valie/gg-deals-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 = {
    "start_urls": [],
    "games": [],
    "platform": "PC",
    "max_retries": 2,
}

# Run the Actor and wait for it to finish
run = client.actor("valie/gg-deals-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "start_urls": [],
  "games": [],
  "platform": "PC",
  "max_retries": 2
}' |
apify call valie/gg-deals-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,valie/gg-deals-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/gcIhUXLijGdMvXxqy/builds/Ar8kYKJ8N9XIW7jKa/openapi.json
