# Google Play Fitness App Competitor Research

**Use case:** 

Find fitness and workout apps on Google Play and compare ratings, installs, descriptions, monetization, screenshots, release activity, and developers.

## Input

```json
{
  "queries": [
    "fitness app",
    "workout planner",
    "calorie tracker"
  ],
  "dataType": "apps",
  "maxAppsPerQuery": 50,
  "fullDetails": true,
  "country": "us",
  "language": "en",
  "maxReviewsPerApp": 50,
  "reviewSort": "newest",
  "requestThrottle": 5
}
```

## Output

```json
{
  "appId": {
    "label": "App id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "genre": {
    "label": "Genre",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "ratings": {
    "label": "Ratings",
    "format": "integer"
  },
  "reviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "installs": {
    "label": "Installs",
    "format": "string"
  },
  "minInstalls": {
    "label": "Min installs",
    "format": "integer"
  },
  "maxInstalls": {
    "label": "Max installs",
    "format": "integer"
  },
  "free": {
    "label": "Free",
    "format": "boolean"
  },
  "priceText": {
    "label": "Price text",
    "format": "string"
  },
  "offersIAP": {
    "label": "Offers iap",
    "format": "boolean"
  },
  "adSupported": {
    "label": "Ad supported",
    "format": "boolean"
  },
  "released": {
    "label": "Released",
    "format": "string"
  },
  "updated": {
    "label": "Updated",
    "format": "string"
  },
  "version": {
    "label": "Version",
    "format": "string"
  },
  "developerWebsite": {
    "label": "Website",
    "format": "string"
  },
  "developerEmail": {
    "label": "Email",
    "format": "string"
  },
  "url": {
    "label": "Google Play",
    "format": "string"
  },
  "icon": {
    "label": "Icon",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Play Store Scraper | 💵$0.5/1K](https://apify.com/webdata_labs/google-play-store-scraper-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-play-store-scraper-api) to learn more, explore other use cases, and run it yourself.