
Skool Members Scraper - Linkedin, Instagram, Website
Pricing
$5.00 / 1,000 results

Skool Members Scraper - Linkedin, Instagram, Website
Extract Skool members with social profiles (Instagram/LinkedIn/X/YouTube/Facebook). Get username, bio, location, points & 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
0
2
2
Last modified
a day 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: