Skool Members Scraper - Linkedin, Instagram, Website avatar
Skool Members Scraper - Linkedin, Instagram, Website

Pricing

$5.00 / 1,000 results

Go to Store
Skool Members Scraper - Linkedin, Instagram, Website

Skool Members Scraper - Linkedin, Instagram, Website

Developed by

Futurize Rush

Futurize Rush

Maintained by Community

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

FieldTypeRequiredDefaultDescription
emailStringYes-Your Skool account email
passwordStringYes-Your Skool account password
communityNameStringYes-Target community name from URL
maxPagesIntegerNo-Maximum pages to scrape (empty = all)
saveToDatasetBooleanNotrueSave to dataset
saveToKeyValueBooleanNotrueSave to key-value store
useProxyBooleanNotrueUse Apify proxy (recommended)
proxyConfigurationObjectNoSee belowAdvanced 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

  1. Go to the Actor page on Apify Console
  2. Fill in your Skool credentials and target community
  3. Click "Run"
  4. Monitor progress in the log
  5. 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

  1. Clone the repository
  2. Install dependencies:
    $pip install -r requirements.txt
  3. Set environment variables:
    export SKOOL_EMAIL='your-email@example.com'
    export SKOOL_PASSWORD='your-password'
  4. 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.