# Analyze Competitor App Reviews & Ratings for Market Research

**Use case:** 

Scrape detailed reviews and ratings for competitor apps to understand user sentiment and identify common pain points. This data helps refine your own app's feat

## Input

```json
{
  "searchTerms": [
    "calculator"
  ],
  "appIds": [
    "com.microsoft.teams",
    "com.slack",
    "com.zoom.videomeetings"
  ],
  "country": "us",
  "language": "en",
  "maxResults": 5,
  "includeReviews": true,
  "reviewCount": 50
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "score": {
    "label": "Rating",
    "format": "number"
  },
  "ratings": {
    "label": "Ratings",
    "format": "integer"
  },
  "installs": {
    "label": "Installs",
    "format": "string"
  },
  "free": {
    "label": "Free",
    "format": "boolean"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "genre": {
    "label": "Genre",
    "format": "string"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "string"
  }
}
```

## About this Actor

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