# What fitness coaching communities charge on Skool

**Use case:** 

Scan paid fitness coaching communities on Skool before you launch your own: monthly price, member count, estimated MRR and how fast each one grows.

## Input

```json
{
  "searchTerms": [
    "fitness coaching"
  ],
  "maxCommunitiesPerSearch": 25,
  "includeBaselineInOutput": true
}
```

## Output

```json
{
  "displayName": {
    "label": "Community name",
    "format": "string"
  },
  "totalMembers": {
    "label": "Total members",
    "format": "number"
  },
  "membersGrowthPct": {
    "label": "Member growth percent",
    "format": "number"
  },
  "monthlyPrice": {
    "label": "Monthly price",
    "format": "number"
  },
  "estimatedMrr": {
    "label": "Estimated MRR",
    "format": "number"
  },
  "communityUrl": {
    "label": "Community URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Skool Community Growth Tracker & Scraper](https://apify.com/davidbenittah/skool-community-growth-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/skool-community-growth-tracker) to learn more, explore other use cases, and run it yourself.