Skool Member Scraper
Pricing
Pay per event
Skool Member Scraper
Export complete member profiles from your Skool communities with social media links, engagement levels, and contact information. β οΈ IMPORTANT: For large exports (500+ pages), set Actor timeout to 'No timeout' in Run Options to prevent premature termination.
Pricing
Pay per event
Rating
5.0
(2)
Developer

Futurize Rush
Actor stats
2
Bookmarked
8
Total users
5
Monthly active users
18 days ago
Last modified
Categories
Share
Extract member information from Skool communities, including profiles, social media links, and engagement metrics. Exports to CSV, JSON, or Excel with a clean, flat data structure ready for immediate use.
β¨ Features
- π― Flat Data Structure - Social links directly accessible (e.g.,
linkedin,twitter) - π Real-time Export - Data pushed to dataset as it's collected
- π Complete Profiles - Names, bios, locations, social links, points, levels
- π Automatic Deduplication - No duplicate members in output
- β‘ Reliable Collection - Stable and consistent data extraction
- πΎ Multiple Formats - Export as CSV, JSON, Excel, or HTML
- π¨ Single Dataset View - No confusing multiple views - just clean data
- π Smart Filters - Filter by member type, level (1-9), and annual subscribers
π¦ Output Format
Clean, flat structure - perfect for Excel/CRM:
{"fullName": "John Doe","username": "john-doe-123","bio": "Marketing professional helping businesses grow","location": "New York, USA","level": 5,"points": 1250,"role": "member","website": "https://johndoe.com","linkedin": "https://linkedin.com/in/johndoe","instagram": "https://instagram.com/johndoe","twitter": "https://twitter.com/johndoe","youtube": "https://youtube.com/@johndoe","facebook": "https://facebook.com/johndoe","joinedAt": "2024-01-15T10:30:00Z","lastActiveAt": "2025-11-09T03:45:00Z"}
Note: Empty fields are automatically removed. Fields like isVerified, isOnline, avatarUrl, and profilePictureUrl will only appear if they have values.
All fields (automatically filtered - empty fields removed):
fullName,firstName,lastName- Member namesusername- Skool username/handlebio- Profile descriptionlocation- Geographic locationlevel,points,role- Community metricsisVerified- Verified account status βisOnline- Current online status βavatarUrl- Profile avatar/bubble picture βprofilePictureUrl- Full profile picture βwebsite- Personal website βlinkedin- LinkedIn profile βinstagram- Instagram profile βtwitter- Twitter/X profile βyoutube- YouTube channel βfacebook- Facebook profile βjoinedAt,lastActiveAt- Timestamps
π Quick Start
β οΈ IMPORTANT FOR LARGE EXPORTS: If you're exporting 500+ pages (15,000+ members), you MUST set the Actor timeout to "No timeout" in Run Options. Otherwise, the scraper will stop midway due to timeout limits. The Actor has built-in state persistence and will automatically resume if interrupted. Maximum capacity: 2500 pages (~70,000 members) due to 12-hour runtime limit.
Input Example
{"email": "your@email.com","password": "your_password","communityName": "makemoney","maxPages": 10,"memberType": "member","level": 5,"annualMembersOnly": true}
Parameters
| Field | Required | Description | Example |
|---|---|---|---|
email | β | Your Skool login email | "user@email.com" |
password | β | Your Skool password | "SecurePass123" |
communityName | β | Community name from URL | "makemoney" |
maxPages | β | Limit pages to export (30 members per page). Maximum: 2500 pages (~70,000 members). β οΈ For 500+ pages, set timeout to "No timeout" | 10 for ~300 members |
memberType | β | Filter by type: member, admin, or online | "member" (default) |
level | β | Filter by level (1-9) for active members | 5 for Level 5+ members |
annualMembersOnly | β | Filter to show only annual subscription members | true or false (default) |
Filter Examples:
- Get only admins:
"memberType": "admin" - Get only online members:
"memberType": "online" - Get Level 5+ members:
"level": 5 - Get only annual subscribers:
"annualMembersOnly": true - Get Level 7+ annual subscribers:
"level": 7, "annualMembersOnly": true
Finding communityName:
- URL:
https://www.skool.com/makemoney/about - Community Name:
makemoney
π How It Works
- Login - Authenticates with your Skool account
- Detect Size - Automatically detects community size
- Collect Data - Retrieves member profiles page by page
- Real-time Export - Data available immediately as it's collected
- Smart Stopping - Automatically stops when all available members are collected
π‘ Use Cases
- Lead Generation - Export LinkedIn/Twitter contacts from community members
- Admin Contact - Get admin contact info for partnership opportunities
- Community Analysis - Analyze member engagement and activity levels
- CRM Import - Direct CSV import to Salesforce/HubSpot
- Outreach Lists - Build targeted contact lists by member level or subscription
- Market Research - Understand community demographics and engagement
- Active Member Tracking - Monitor currently online members
π₯ Export Options
CSV - Perfect for Excel
fullName,username,location,linkedin,twitter,websiteJohn Doe,john-doe-123,New York,https://linkedin.com/in/johndoe,...
JSON - For API integration
[{"fullName": "John Doe","username": "john-doe-123","linkedin": "https://linkedin.com/in/johndoe",...}]
Excel - Ready-to-use spreadsheet
π Privacy & Security
- β Credentials encrypted - Stored securely in Apify
- β Member-only access - Must be community member
- β Public data only - Only visible profile information
- β Rate-limited - Respects platform limits
- β οΈ Use responsibly - Follow Skool's Terms of Service
π Troubleshooting
Login fails:
- β Check email/password
- β Verify you're a community member
- β Try logging in manually first
No data returned:
- β Verify community name is correct
- β Ensure community is not private
- β Check you have member access
Actor stops midway (timeout error):
- β οΈ This is the most common issue for large exports
- β Go to "Run Options" (top right) β Set "Timeout" to "No timeout"
- β The Actor has state persistence and will resume automatically if interrupted
- β Typical runtime: ~500 pages = 3 hours, ~1000 pages = 6 hours, ~2000 pages = 12 hours
- β οΈ Maximum: 2500 pages (~70,000 members) within 12-hour runtime limit
Export too slow:
- β Run during off-peak hours
- β
Use smaller
maxPagesfor testing first
Note: You must be a member of the community you're exporting from. This tool only extracts publicly visible information from Skool profiles.