# Track RPG Game Reviews and Sentiment on Steam

**Use case:** 

Gather recent reviews and sentiment for top RPG games on Steam. Get detailed insights, including Metacritic scores and player feedback.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://store.steampowered.com/app/570/Dota_2/"
    }
  ],
  "appIds": [],
  "searchQueries": [
    "RPG adventure"
  ],
  "scrapeGameDetails": true,
  "scrapeReviews": true,
  "maxReviews": 50,
  "reviewLanguage": "all",
  "reviewFilter": "recent",
  "reviewType": "all",
  "maxGames": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "name": {
    "label": "Game",
    "format": "text"
  },
  "genres": {
    "label": "Genres",
    "format": "text"
  },
  "priceCurrent": {
    "label": "Price",
    "format": "text"
  },
  "metacriticScore": {
    "label": "Metacritic",
    "format": "number"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "text"
  },
  "recommended": {
    "label": "Recommended",
    "format": "text"
  },
  "reviewText": {
    "label": "Review",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "reviewerPlaytimeTotal": {
    "label": "Hours Played",
    "format": "number"
  },
  "votesHelpful": {
    "label": "Helpful Votes",
    "format": "number"
  },
  "timestampCreated": {
    "label": "Created",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Steam Reviews Scraper - Game Reviews & Sentiment](https://apify.com/logiover/steam-game-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/steam-game-reviews-scraper) to learn more, explore other use cases, and run it yourself.