# Google Play Instagram Reviews Scraper

**Use case:** 

Pull top Google Play reviews for Instagram by rating with review text, author, date and helpful count.

## Input

```json
{
  "maxItems": 100,
  "appIds": [
    "com.instagram.android"
  ],
  "sort": "rating",
  "country": "US",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "userImage": {
    "label": "Avatar",
    "format": "image"
  },
  "userName": {
    "label": "User",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "thumbsUp": {
    "label": "Thumbs Up",
    "format": "number"
  },
  "reviewCreatedAt": {
    "label": "Date",
    "format": "date"
  },
  "appVersion": {
    "label": "App Version",
    "format": "text"
  },
  "replyText": {
    "label": "Developer Reply",
    "format": "text"
  },
  "replyAt": {
    "label": "Reply Date",
    "format": "date"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "url": {
    "label": "App URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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