# Track AI automation Skool communities weekly

**Use case:** 

See which AI automation communities on Skool gain members week after week, what they charge per month, and which ones just launched in the niche.

## Input

```json
{
  "searchTerms": [
    "ai automation"
  ],
  "maxCommunitiesPerSearch": 30,
  "includeBaselineInOutput": true,
  "monitorId": "ai-automation-weekly"
}
```

## 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.