# Find paid Skool marketing communities now

**Use case:** 

Scrape Skool marketing communities from discovery search. Get member counts, prices, owners, websites, and course counts for market research.

## Input

```json
{
  "urls": [
    "https://www.skool.com/discovery?q=marketing"
  ],
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "displayName": {
    "label": "Community",
    "format": "text"
  },
  "communityUrl": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "totalMembers": {
    "label": "Members",
    "format": "number"
  },
  "totalOnlineMembers": {
    "label": "Online",
    "format": "number"
  },
  "monthlyPrice": {
    "label": "Monthly Price",
    "format": "number"
  },
  "annualPrice": {
    "label": "Annual Price",
    "format": "number"
  },
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "ownerBio": {
    "label": "Owner Bio",
    "format": "text"
  },
  "ownerWebsite": {
    "label": "Owner Website",
    "format": "link"
  },
  "ownerYoutube": {
    "label": "Owner YouTube",
    "format": "link"
  },
  "numCourses": {
    "label": "Courses",
    "format": "number"
  },
  "numModules": {
    "label": "Modules",
    "format": "number"
  },
  "createdAt": {
    "label": "Created",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "text"
  }
}
```

## About this Actor

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