# Xbox one-star reviews issue monitor

**Use case:** 

Monitor recent one-star Xbox Store reviews for customer complaints, patch regressions, support themes, and product quality analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.xbox.com/en-US/games/store/arc-raiders/9NDF1F263RZ4/0010"
    }
  ],
  "productIds": [
    "9NDF1F263RZ4"
  ],
  "maxReviewsPerProduct": 20,
  "orderBy": "MostRecent",
  "starFilter": "OneStar",
  "locale": "en-US"
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID"
  },
  "sourceUrl": {
    "label": "Xbox Store",
    "format": "link"
  },
  "reviewId": {
    "label": "Review ID"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title"
  },
  "reviewText": {
    "label": "Review"
  },
  "submittedAt": {
    "label": "Submitted",
    "format": "date"
  },
  "helpfulVotes": {
    "label": "Helpful",
    "format": "number"
  },
  "unhelpfulVotes": {
    "label": "Unhelpful",
    "format": "number"
  },
  "deviceFamily": {
    "label": "Device"
  },
  "totalReviewCount": {
    "label": "Total reviews",
    "format": "number"
  },
  "averageRating": {
    "label": "Average",
    "format": "number"
  },
  "totalRatingCount": {
    "label": "Total ratings",
    "format": "number"
  },
  "oneStarCount": {
    "label": "1 star",
    "format": "number"
  },
  "twoStarCount": {
    "label": "2 stars",
    "format": "number"
  },
  "threeStarCount": {
    "label": "3 stars",
    "format": "number"
  },
  "fourStarCount": {
    "label": "4 stars",
    "format": "number"
  },
  "fiveStarCount": {
    "label": "5 stars",
    "format": "number"
  },
  "locale": {
    "label": "Locale"
  },
  "orderBy": {
    "label": "Order"
  },
  "starFilter": {
    "label": "Stars"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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