# Find negative 1–2★ reviews for any Android app

**Use case:** 

Pull 1–2 star Google Play reviews for any Android app. Surface complaints, bugs, and churn drivers from real review text.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://play.google.com/store/apps/details?id=com.instagram.android"
    }
  ],
  "maxReviews": 500,
  "sortBy": "RATING",
  "rating": "NEGATIVE",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "userName": {
    "label": "User Name",
    "format": "string"
  },
  "rating": {
    "label": "Star Rating",
    "format": "integer"
  },
  "text": {
    "label": "Review Text",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review Date",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  }
}
```

## About this Actor

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