
Skool Member Scraper
Pricing
$5.00 / 1,000 results

Skool Member Scraper
Extract Skool members with social profiles (Instagram/LinkedIn/X/YouTube/Facebook). Get username, bio, location & 10+ fields for lead gen & community management. Built by Rush. Perfect for: Lead lists β’ Influencer discovery β’ Sales outreach Input credentials & community. Public data only.
0.0 (0)
Pricing
$5.00 / 1,000 results
2
3
3
Last modified
10 days ago
Skool Members Scraper - Complete Lead Generation & Community Management Tool
π Extract member data with ALL social media profiles - Capture websites, Instagram, X/Twitter, YouTube, LinkedIn, Facebook links alongside 10+ member fields. Built for lead generation professionals and community managers who need comprehensive member insights.
π― Key Benefits:
- For Lead Gen: Build multi-channel outreach lists with complete social profiles
- For Community Managers: Understand member engagement across platforms
- Data Export: Direct integration with CRM systems via CSV/JSON
Use Cases: B2B lead generation, influencer discovery, community analytics, member engagement tracking, social selling, multi-platform outreach campaigns.
π Features
- π All Social Profiles - Website, Instagram, X, YouTube, LinkedIn, Facebook
- π Essential Member Data - Username, full name, bio, location, points, level, role
- π Secure login with Skool credentials
- π Member profile data extraction (10+ fields per member)
- π Smart retry mechanism for reliability
- π Pagination support with configurable limits
- πΎ Multiple output formats (Dataset and Key-Value Store)
- π― Multiple extraction strategies for maximum compatibility
- π‘οΈ Reliable data extraction with smart retry mechanisms
π Input Configuration
Field | Type | Required | Default | Description |
---|---|---|---|---|
email | String | Yes | - | Your Skool account email |
password | String | Yes | - | Your Skool account password |
communityName | String | Yes | - | Target community name from URL |
maxPages | Integer | No | - | Maximum pages to scrape (empty = all) |
saveToDataset | Boolean | No | true | Save to dataset |
saveToKeyValue | Boolean | No | true | Save to key-value store |
useProxy | Boolean | No | true | Use Apify proxy (recommended) |
proxyConfiguration | Object | No | See below | Advanced proxy settings |
Default Proxy Configuration
{"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}
π Output Data
Dataset Output
Each member is saved as a separate item with available fields including:
- Basic Info:
id
,username
,firstName
,lastName
,fullName
- Profile:
metaBio
,metaLocation
,metaProfilePicture
- Time Info:
joinedAt
,memberSince
,lastOffline
- Activity:
level
,points
- Status:
role
,isPro
,isVerified
,isActive
- Social Links:
socialLinks
object containing platform URLs
Key-Value Store
- OUTPUT: Summary with member count, field list, and sample data
- ALL_MEMBERS: Complete array of all scraped members
- PROGRESS: Real-time scraping progress updates
- ERROR: Error details if scraping fails
π Usage
On Apify Platform
- Go to the Actor page on Apify Console
- Fill in your Skool credentials and target community
- Click "Run"
- Monitor progress in the log
- Access results in Dataset or Key-Value Store
Using Apify API
const { ApifyClient } = require('apify-client');const client = new ApifyClient({token: 'YOUR_APIFY_TOKEN',});const input = {email: 'your-email@example.com',password: 'your-password',communityName: 'target-community',maxPages: 10,useProxy: true};const run = await client.actor('YOUR_USERNAME/skool-members-scraper').call(input);console.log('Results:', run.defaultDatasetId);
Using Apify CLI
$apify call YOUR_USERNAME/skool-members-scraper -i input.json
π οΈ Development
Local Testing
- Clone the repository
- Install dependencies:
$pip install -r requirements.txt
- Set environment variables:
export SKOOL_EMAIL='your-email@example.com'export SKOOL_PASSWORD='your-password'
- Run locally:
$python -m src.main
Deployment
$apify push
π¨ Troubleshooting
403 Forbidden Error
- Ensure proxy is enabled (
useProxy: true
) - Try different proxy countries
- Verify your Skool account has access
No Members Found
- Check community name matches URL exactly
- Ensure community is not private
- Test with smaller
maxPages
first
Rate Limiting
- The actor includes smart delays
- Reduce concurrent runs if needed
- Use residential proxies for best results
β οΈ Important Notes
- Only scrape communities you have permission to access
- Respect Skool's terms of service
- Handle member data responsibly
- The actor extracts only publicly visible member information
π Performance
- Average speed: ~20-30 members per minute
- Memory usage: Low (~128MB)
- Proxy usage: Recommended for reliability
π€ Support
For issues or questions:
- Create an issue in the repository
- Contact through Apify support
π License
This Actor is provided for educational and legitimate data collection purposes. Users are responsible for complying with Skool's terms of service and applicable laws.
On this page
Share Actor: