# Cyberpunk 2077 Steam Reviews Data Export

**Use case:** 

Collect up to 200 helpful reviews of Cyberpunk 2077 from Steam. Includes review text, sentiment, and community votes for analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://store.steampowered.com/app/1091500/Cyberpunk_2077/"
    }
  ],
  "appIds": [],
  "searchQueries": [],
  "scrapeGameDetails": true,
  "scrapeReviews": true,
  "maxReviews": 200,
  "reviewLanguage": "all",
  "reviewFilter": "helpful",
  "reviewType": "all",
  "maxGames": 50,
  "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.