# Skool public member leads scraper

**Use case:** 

Scrape public Skool member profiles, bios, roles, locations, activity, points, levels, websites, and social links into a clean lead dataset.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.skool.com/educate/-/members"
    }
  ],
  "maxMembers": 30,
  "maxPagesPerCommunity": 2,
  "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.