# WhatsApp Google Play Reviews — Latest

**Use case:** 

Get the newest Google Play Store reviews for WhatsApp. Ratings, review text, dates, and developer responses.

## Input

```json
{
  "app_id": "com.whatsapp",
  "max_results": 25,
  "min_rating": 0,
  "sort": "newest",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "h1s": {
    "label": "H1s",
    "format": "array"
  },
  "h2s": {
    "label": "H2s",
    "format": "array"
  },
  "h3s": {
    "label": "H3s",
    "format": "array"
  }
}
```

## About this Actor

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