# App Store & Google Play: Notion App Ratings

**Use case:** 

Compare Notion and productivity apps on the Apple App Store and Google Play: ratings, review counts, installs and pricing. Track new reviews too.

## Input

```json
{
  "store": "apple",
  "terms": [
    "notion"
  ],
  "country": "us",
  "maxResults": 10,
  "reviewMonitor": false,
  "maxReviewsPerApp": 100,
  "monitorName": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "string"
  },
  "name": {
    "label": "App name",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "rating": {
    "label": "Average rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating count",
    "format": "number"
  },
  "installs": {
    "label": "Installs",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

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