# Top health and fitness apps on Android

**Use case:** 

See which Android health and fitness apps rank now, with installs, ratings, price and developer. Size up the niche before you build. No API key.

## Input

```json
{
  "searchTerms": [],
  "discover": "HEALTH_AND_FITNESS",
  "countryCode": "us",
  "language": "en",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Ratings",
    "format": "number"
  },
  "installs_text": {
    "label": "Installs",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "Play Store",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Play Scraper - Apps, Ratings & Installs (No API Key)](https://apify.com/flash_scraper/google-play-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/google-play-scraper) to learn more, explore other use cases, and run it yourself.