# Scrape RPG games on GOG

**Use case:** 

Extract RPG game listings from the GOG US storefront. Structured game data with titles and prices. Pay per result.

## Input

```json
{
  "searchQuery": "rpg",
  "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
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "lowestPriceValue": {
    "label": "Lowest price",
    "format": "number"
  },
  "lowestPriceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "reviewsRating": {
    "label": "Rating",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [GOG.com Game & Price Scraper](https://apify.com/unfenced-group/gog-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/gog-store-scraper) to learn more, explore other use cases, and run it yourself.