# Latest GOG Games

**Use case:** 

Explore Latest with GOG Games Scraper - Prices, Ratings and Catalog. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "",
  "sort": "desc:trending",
  "maxResults": 3
}
```

## Output

```json
{
  "game_id": {
    "label": "Game Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "developers": {
    "label": "Developers",
    "format": "text"
  },
  "publishers": {
    "label": "Publishers",
    "format": "text"
  },
  "genres": {
    "label": "Genres",
    "format": "text"
  },
  "platforms": {
    "label": "Platforms",
    "format": "text"
  },
  "release_date": {
    "label": "Release Date",
    "format": "date"
  },
  "base_price": {
    "label": "Base Price",
    "format": "number"
  },
  "final_price": {
    "label": "Final Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "reviews_count": {
    "label": "Reviews Count",
    "format": "number"
  },
  "reviews_rating": {
    "label": "Reviews Rating",
    "format": "text"
  },
  "store_url": {
    "label": "Store Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [GOG Games Scraper - Prices, Ratings and Catalog](https://apify.com/benthepythondev/gog-games-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/gog-games-scraper) to learn more, explore other use cases, and run it yourself.