# Monitor Skool community price changes

**Use case:** 

Watch Skool communities for price or MRR changes and get alerted on every update. Webhook/Slack/email. Schedule it.

## Input

```json
{
  "communityUrls": [
    "https://www.skool.com/ai-automation-society"
  ],
  "discover": true,
  "discoverPages": 3,
  "maxItems": 50,
  "concurrency": 8,
  "monitorMode": true,
  "alertOnChange": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Community",
    "format": "string"
  },
  "members": {
    "label": "Members",
    "format": "integer"
  },
  "online_members": {
    "label": "Online",
    "format": "integer"
  },
  "is_free": {
    "label": "Free",
    "format": "boolean"
  },
  "price_amount": {
    "label": "Price",
    "format": "number"
  },
  "price_interval": {
    "label": "Per",
    "format": "string"
  },
  "mrr_estimate_usd": {
    "label": "MRR est. ($)",
    "format": "number"
  },
  "courses": {
    "label": "Courses",
    "format": "integer"
  },
  "url": {
    "label": "Skool",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Skool Community Scraper — Details, Pricing & MRR Estimate](https://apify.com/scrapersdelight/skool-community-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/skool-community-scraper) to learn more, explore other use cases, and run it yourself.