# MyFitnessPal Reviews Data Extractor

**Use case:** 

Collect up to 1,000 user reviews for the MyFitnessPal app from the US App Store and Google Play, including ratings, sentiment, and developer responses.

## Input

```json
{
  "store": "both",
  "appIds": [
    "com.myfitnesspal.android",
    "341232718"
  ],
  "country": "us",
  "language": "en",
  "sort": "helpfulness",
  "maxReviews": 1000,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "appName": {
    "label": "App Name",
    "format": "string"
  },
  "store": {
    "label": "Store",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "sentiment": {
    "label": "Sentiment",
    "format": "string"
  },
  "userName": {
    "label": "User Name",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "thumbsUp": {
    "label": "Thumbs Up",
    "format": "integer"
  },
  "helpfulCount": {
    "label": "Helpful Count",
    "format": "integer"
  },
  "appVersion": {
    "label": "App Version",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review Date",
    "format": "string"
  },
  "developerReplyText": {
    "label": "Developer Reply",
    "format": "string"
  },
  "developerReplyDate": {
    "label": "Developer Reply Date",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "reviewCreatedVersion": {
    "label": "Review Version",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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