# Skool AI Community & Pricing Data Scraper

**Use case:** 

Extract data on AI communities and their pricing from Skool.com. Get actionable insights in CSV or JSON format.

## Input

```json
{
  "category": "Tech",
  "query": "ai",
  "searchUrls": [
    "https://www.skool.com/discovery"
  ],
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "memberCount": {
    "label": "Members",
    "format": "number"
  },
  "price": {
    "label": "Monthly price",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "imageUrl": {
    "label": "Logo",
    "format": "string"
  },
  "url": {
    "label": "Community URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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