# 5-Star Testimonials — Meditation and Sleep Apps

**Use case:** 

Only 5-star reviews with written text for Calm, Headspace and Balance. A ready-made source of positive quotes and feature praise.

## Input

```json
{
  "appIds": [
    "571800810",
    "493145008",
    "1361356590"
  ],
  "searchTerms": [],
  "appsPerSearchTerm": 3,
  "countries": [
    "us"
  ],
  "sortBy": "mostrecent",
  "maxReviewsPerApp": 150,
  "maxTotalReviews": 300,
  "minRating": 5,
  "maxRating": 5,
  "reviewedAfter": "",
  "keywords": [],
  "onlyReviewsWithText": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "reviewedAt": {
    "label": "Reviewed at (UTC)",
    "format": "string"
  },
  "rating": {
    "label": "Star rating",
    "format": "integer"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "string"
  },
  "reviewBody": {
    "label": "Review text",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer nickname",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "country": {
    "label": "Storefront code",
    "format": "string"
  },
  "reviewAppVersion": {
    "label": "App version reviewed",
    "format": "string"
  },
  "helpfulVoteSum": {
    "label": "Helpful vote balance",
    "format": "integer"
  },
  "reviewUrl": {
    "label": "Reviews page URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Reviews Scraper · Ratings, Reviews & Version History](https://apify.com/reapx/app-store-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/app-store-reviews-scraper) to learn more, explore other use cases, and run it yourself.