# Scrape Skool community members

**Use case:** 

Export every public Skool member: name, handle, bio, location, socials, level & points. Export-ready CSV/JSON.

## Input

```json
{
  "communityUrl": "https://www.skool.com/ai-automation-society",
  "maxItems": 25,
  "enrichEmails": false,
  "maxPagesPerSite": 3,
  "requireContact": false,
  "concurrency": 8,
  "monitorMode": false,
  "alertOnNewMember": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "fullName": {
    "label": "Name",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "linkedin": {
    "label": "LinkedIn",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "level": {
    "label": "Level",
    "format": "integer"
  },
  "points": {
    "label": "Points",
    "format": "integer"
  },
  "joinedAt": {
    "label": "Joined",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

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