# Monitor Satisfactory Steam Reviews

**Use case:** 

Track recent Satisfactory Steam reviews for factory-building community feedback, updates, and recommendation trends.

## Input

```json
{
  "appIdsOrUrls": [
    "526870"
  ],
  "maxReviewsPerApp": 5,
  "filter": "recent",
  "language": "english",
  "reviewType": "all",
  "purchaseType": "all",
  "cursor": "*",
  "includeAuthor": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "recommendationId": {
    "label": "Review ID",
    "format": "text"
  },
  "votedUp": {
    "label": "Recommended",
    "format": "boolean"
  },
  "review": {
    "label": "Review",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "votesUp": {
    "label": "Helpful votes",
    "format": "number"
  },
  "votesFunny": {
    "label": "Funny votes",
    "format": "number"
  },
  "weightedVoteScore": {
    "label": "Weighted score",
    "format": "number"
  },
  "timestampCreated": {
    "label": "Created",
    "format": "date"
  },
  "authorSteamId": {
    "label": "Author Steam ID",
    "format": "text"
  },
  "authorPersonaName": {
    "label": "Author name",
    "format": "text"
  },
  "playtimeAtReviewMinutes": {
    "label": "Playtime at review (min)",
    "format": "number"
  },
  "steamPurchase": {
    "label": "Steam purchase",
    "format": "boolean"
  },
  "receivedForFree": {
    "label": "Received free",
    "format": "boolean"
  },
  "refunded": {
    "label": "Refunded",
    "format": "boolean"
  },
  "nextCursor": {
    "label": "Next cursor",
    "format": "text"
  }
}
```

## About this Actor

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