# Roguelike Games on Steam: Prices and Reviews

**Use case:** 

Steam task that pulls roguelike games with price, review scores and metadata as clean JSON. Ready to run; change the search terms to any genre.

## Input

```json
{
  "searchTerms": [
    "roguelike"
  ],
  "appIds": [],
  "startUrls": [],
  "country": "us",
  "language": "en",
  "includeReviewSummary": true,
  "maxReviewsPerApp": 0,
  "reviewLanguage": "all",
  "reviewType": "all",
  "reviewDayRange": 0,
  "types": [],
  "maxResults": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "App name",
    "format": "string"
  },
  "type": {
    "label": "Record type",
    "format": "string"
  },
  "priceFinal": {
    "label": "Current price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "reviewScoreDesc": {
    "label": "Review score label",
    "format": "string"
  },
  "totalReviews": {
    "label": "Total reviews",
    "format": "number"
  },
  "metacriticScore": {
    "label": "Metacritic score",
    "format": "number"
  },
  "developers": {
    "label": "Developers",
    "format": "array"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Steam Store Scraper 🎮 (price, reviews, metadata)](https://apify.com/tagadanar/steam-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/steam-scraper) to learn more, explore other use cases, and run it yourself.