# Skool community member monitor workflow

**Use case:** 

Refresh public Skool member datasets for community research, creator partnerships, activity tracking, enrichment, and change monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.skool.com/educate/-/members"
    }
  ],
  "maxMembers": 100,
  "maxPagesPerCommunity": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "displayName": {
    "label": "Member"
  },
  "communityName": {
    "label": "Community"
  },
  "role": {
    "label": "Role"
  },
  "location": {
    "label": "Location"
  },
  "bio": {
    "label": "Bio"
  },
  "points": {
    "label": "Points"
  },
  "level": {
    "label": "Level"
  },
  "isOnline": {
    "label": "Online"
  },
  "lastActiveAt": {
    "label": "Last active"
  },
  "joinedAt": {
    "label": "Joined"
  },
  "profileUrl": {
    "label": "Skool profile",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "link"
  },
  "twitterUrl": {
    "label": "X / Twitter",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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