# Mine 1-Star App Reviews for Product Complaints

**Use case:** 

Pull the 1 and 2 star reviews for any iOS or Android app, newest first, so you can see exactly what users complain about. Works on your app or a competitor's.

## Input

```json
{
  "appIds": [
    "com.spotify.music"
  ],
  "platform": "both",
  "maxReviewsPerApp": 200,
  "sortBy": "mostrecent",
  "minRating": 1,
  "maxRating": 2,
  "country": "us",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Store",
    "format": "text"
  },
  "appId": {
    "label": "App",
    "format": "text"
  },
  "rating": {
    "label": "Stars",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "userName": {
    "label": "User",
    "format": "text"
  },
  "appVersion": {
    "label": "Version",
    "format": "text"
  },
  "reviewedAt": {
    "label": "Date",
    "format": "text"
  },
  "thumbsUp": {
    "label": "Helpful",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store & Google Play Reviews Scraper — Both Stores](https://apify.com/glitchbound/app-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/glitchbound/app-reviews-scraper) to learn more, explore other use cases, and run it yourself.