# Research competitor apps before you launch

**Use case:** 

Search the App Store and Google Play for your app idea and get every competing app in one table: rating, review count, price, developer and last update.

## Input

```json
{
  "searchTerms": [
    "habit tracker"
  ],
  "platform": "both",
  "country": "us",
  "maxAppsPerSearch": 20,
  "includeReviews": false,
  "maxReviewsPerApp": 50,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "platform": {
    "label": "Store",
    "format": "text"
  },
  "title": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "installs": {
    "label": "Installs",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "genre": {
    "label": "Category",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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