# Xbox Game Review Insights Scraper

**Use case:** 

Collect detailed player feedback from Xbox game reviews. Gain insights on ratings, trends, and user opinions with structured data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.xbox.com/en-US/games/store/fortnite/BT5P2X999VH2/0001"
    }
  ],
  "maxReviewsPerUrl": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "gameTitle": {
    "label": "Game Title",
    "format": "text"
  },
  "url": {
    "label": "Game URL",
    "format": "link"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "locale": {
    "label": "Locale",
    "format": "text"
  },
  "orderBy": {
    "label": "Sort",
    "format": "text"
  },
  "totalReviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "averageRating": {
    "label": "Average Rating",
    "format": "number"
  },
  "totalRatingsCount": {
    "label": "Total Ratings",
    "format": "number"
  },
  "star1Count": {
    "label": "1 Star",
    "format": "number"
  },
  "star2Count": {
    "label": "2 Star",
    "format": "number"
  },
  "star3Count": {
    "label": "3 Star",
    "format": "number"
  },
  "star4Count": {
    "label": "4 Star",
    "format": "number"
  },
  "star5Count": {
    "label": "5 Star",
    "format": "number"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer Name",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewTitle": {
    "label": "Review Title",
    "format": "text"
  },
  "reviewText": {
    "label": "Review Text",
    "format": "text"
  },
  "reviewDate": {
    "label": "Review Date",
    "format": "date"
  },
  "helpfulnessVotes": {
    "label": "Helpfulness Score",
    "format": "number"
  },
  "helpfulPositive": {
    "label": "Helpful Positive",
    "format": "number"
  },
  "helpfulNegative": {
    "label": "Helpful Negative",
    "format": "number"
  },
  "deviceFamily": {
    "label": "Device Family",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "publisherName": {
    "label": "Publisher",
    "format": "text"
  },
  "shortDescription": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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