# Google Play Reviews – App Ratings, Replies & Countries

**Use case:** 

Scrape Google Play reviews by app/URL across countries. Get rating, text, author, date, version, thumbs-up, dev reply & storefront in clean rows.

## Input

```json
{
  "mode": "search",
  "queries": [
    "Instagram"
  ],
  "appsPerQuery": 1,
  "urls": [
    "https://play.google.com/store/apps/details?id=com.instagram.android"
  ],
  "countries": [
    "us"
  ],
  "language": "en",
  "sortBy": "newest",
  "fetchDetails": false,
  "maxItems": 1,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review ID"
  },
  "appId": {
    "label": "App ID"
  },
  "appName": {
    "label": "App"
  },
  "country": {
    "label": "Country"
  },
  "language": {
    "label": "Language"
  },
  "rating": {
    "label": "Rating"
  },
  "body": {
    "label": "Body"
  },
  "author": {
    "label": "Author"
  },
  "reviewDate": {
    "label": "Date"
  },
  "appVersion": {
    "label": "App version"
  },
  "thumbsUp": {
    "label": "Thumbs up"
  },
  "developerReply": {
    "label": "Developer reply"
  },
  "reviewUrl": {
    "label": "Review URL"
  }
}
```

## About this Actor

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