# Discover Skool Communities by Topic

**Use case:** 

Find new Skool communities by category, keyword, or price filter. Research member counts, pricing, and descriptions before joining.

## Input

```json
{
  "communityUrls": [
    {
      "url": "https://www.skool.com/ai-automation-society/classroom"
    }
  ],
  "maxItemsPerSection": 1,
  "skipLockedCourses": true,
  "extractCommunityFeed": false,
  "downloadResources": false,
  "downloadVideos": false,
  "postUrls": [
    {
      "url": "https://www.skool.com/ai-automation-society/please-read-rules-and-guidelines"
    }
  ],
  "downloadAttachments": false,
  "maxCommentsPerPost": 1,
  "discoveryMaxResults": 30,
  "discoveryUrls": [
    {
      "url": "https://www.skool.com/discovery?ty=public&c=e85018a1df484d5ea09c43c8b2764586&lang=all&pr=free-trial&srt=top-v2"
    }
  ],
  "keywordSearches": [
    {
      "keyword": "automation",
      "price": "free"
    }
  ]
}
```

## Output

```json
{
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "source": {
    "label": "🔍 Found Via",
    "format": "text"
  },
  "communityId": {
    "label": "🆔 Community ID",
    "format": "text"
  },
  "communitySlug": {
    "label": "🔑 Slug",
    "format": "text"
  },
  "communityUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "displayName": {
    "label": "📛 Name",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "totalMembers": {
    "label": "👥 Members",
    "format": "number"
  },
  "membershipModel": {
    "label": "🏷️ Membership Model (Skool internal code)",
    "format": "number"
  },
  "displayPrice.amount": {
    "label": "💵 Price (cents)",
    "format": "number"
  },
  "displayPrice.currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "displayPrice.recurringInterval": {
    "label": "🔁 Billing Interval",
    "format": "text"
  },
  "logoUrl": {
    "label": "🖼️ Logo",
    "format": "image"
  },
  "lpImages": {
    "label": "🖼️ Landing Page Images",
    "format": "array"
  },
  "lpVideos": {
    "label": "🎥 Landing Page Videos",
    "format": "array"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "date"
  },
  "updatedAt": {
    "label": "🔄 Updated",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Skool Scraper Pro- FREE TO USE](https://apify.com/dz_omar/skool-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dz_omar/skool-scraper-pro) to learn more, explore other use cases, and run it yourself.