# 1-Star Google Play Reviews - Bug Mining

**Use case:** 

Only 1-star Google Play reviews: crash reports, churn reasons and feature complaints straight from users. Product-team fuel in CSV/JSON.

## Input

```json
{
  "appIds": [
    "com.spotify.music"
  ],
  "maxReviewsPerApp": 200,
  "sort": "newest",
  "filterScore": "1",
  "country": "us",
  "lang": "en"
}
```

## Output

```json
{
  "user_name": {
    "label": "👤 User",
    "format": "string"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "content": {
    "label": "📝 Text",
    "format": "string"
  },
  "at": {
    "label": "📅 Date",
    "format": "string"
  },
  "thumbs_up_count": {
    "label": "👍 Thumbs up",
    "format": "integer"
  },
  "reply_content": {
    "label": "💬 Developer reply",
    "format": "string"
  },
  "app_version": {
    "label": "🔢 App version",
    "format": "string"
  }
}
```

## About this Actor

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