# Monitor competitor Android app reviews

**Use case:** 

Track the newest Google Play reviews for any competitor app — star ratings, review text, and feedback trends over time.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://play.google.com/store/apps/details?id=com.spotify.music"
    }
  ],
  "maxReviews": 300,
  "sortBy": "NEWEST",
  "rating": "ALL",
  "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.