# Export Skool member list to CSV

**Use case:** 

Build a clean CSV of Skool community members: name, handle, bio, socials, followers & profile URL. Lead-gen ready.

## Input

```json
{
  "profileUrls": [
    "https://www.skool.com/@nateherk"
  ],
  "communities": [
    "ai-automation-society"
  ],
  "maxMembersPerCommunity": 25,
  "discoveryMode": false,
  "maxCommunities": 5,
  "maxItems": 25,
  "enrichLevelPoints": true,
  "concurrency": 6,
  "monitorMode": false,
  "alertOnNewProfile": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "totalCommunities": {
    "label": "Communities",
    "format": "integer"
  },
  "level": {
    "label": "Level",
    "format": "integer"
  },
  "points": {
    "label": "Points",
    "format": "integer"
  },
  "memberSince": {
    "label": "Member since",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

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