# Steam game reviews and ratings

**Use case:** 

Review totals, positive percentage and score wording for any list of games.

## Input

```json
{
  "searchQueries": [
    "roguelike"
  ],
  "appIds": [
    "1145360",
    "413150"
  ],
  "country": "us",
  "includePlayerCount": true,
  "includeReviewSummary": true,
  "includeOwnershipEstimate": true,
  "maxItemsPerSource": 25,
  "concurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "number"
  },
  "name": {
    "label": "Game",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "releaseDate": {
    "label": "Released",
    "format": "text"
  },
  "developers": {
    "label": "Developers",
    "format": "array"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "metacritic": {
    "label": "Metacritic",
    "format": "number"
  },
  "reviewScoreDesc": {
    "label": "Review score",
    "format": "text"
  },
  "totalReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "positivePercent": {
    "label": "Positive %",
    "format": "number"
  },
  "livePlayers": {
    "label": "Live players",
    "format": "number"
  },
  "ownersEstimate": {
    "label": "Owners (est.)",
    "format": "text"
  },
  "peakConcurrent": {
    "label": "Peak concurrent",
    "format": "number"
  },
  "communityTags": {
    "label": "Tags",
    "format": "array"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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