# Scrape AI Skool communities

**Use case:** 

Pull every AI Skool community with members, price, MRR estimate and owner. Export-ready CSV/JSON for niche research and outreach.

## Input

```json
{
  "query": "ai",
  "price": "all",
  "minMembers": 0,
  "maxResults": 25,
  "enrichOwners": false,
  "concurrency": 6,
  "monitorMode": false,
  "alertOnNewCommunity": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Community",
    "format": "string"
  },
  "members": {
    "label": "Members",
    "format": "integer"
  },
  "price_display": {
    "label": "Price",
    "format": "string"
  },
  "mrr_estimate": {
    "label": "MRR est. ($)",
    "format": "integer"
  },
  "owner_name": {
    "label": "Owner",
    "format": "string"
  },
  "url": {
    "label": "Skool URL",
    "format": "string"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Skool Discovery Scraper — Find Communities by Niche & Price](https://apify.com/scrapersdelight/skool-discovery-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/skool-discovery-scraper) to learn more, explore other use cases, and run it yourself.