# Analyze Competitor App Store Rankings & Reviews

**Use case:** 

Scrape detailed information, ratings, and reviews for competitor apps to understand their market positioning and user sentiment. This helps identify opportuniti

## Input

```json
{
  "searchTerms": [
    "meditation app",
    "budget tracker",
    "language learning"
  ],
  "country": "us",
  "maxResults": 10,
  "includeReviews": true,
  "reviewPages": 3
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Formatted Price",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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