Skool Profile Scraper
Pricing
from $1.50 / 1,000 results
Skool Profile Scraper
Scrape public Skool member profiles: bio, location, social links, followers, posts, groups. Input multiple profile URLs. Powered by Scrape.do.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
DataFusionX
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Skool Profile Scraper | Extract Skool Member Data at Scale
Scrape public Skool profiles in seconds — bio, location, social links, followers, posts, groups joined, and groups created. Built for lead research, community intelligence, competitor analysis, and automation workflows.
What does this Skool Profile Scraper do?
The Skool Profile Scraper extracts structured data from public Skool member profile pages (skool.com/@username).
Give it one or many profile URLs — get clean, linear JSON ready for CRM, spreadsheets, AI agents, and n8n/Make pipelines.
Key features
| Feature | Details |
|---|---|
| Bulk profiles | Multiple @username or full profile URLs in one run |
| Rich identity data | Name, bio, location, timezone, join date |
| Social & contact links | Website, Instagram, YouTube, Twitter/X, Facebook, LinkedIn |
| Audience metrics | Followers, following, posts, contributions, groups count |
| Groups intelligence | Groups the user is a member of + groups they created (name, members, privacy, courses) |
| Stable schema | Linear fields for automation — no nested surprises in primary columns |
| Reliable fetching | No external Proxies hidden costs + Chrome TLS impersonation |
| No Skool login | Public profile data only |
Why scrape Skool profiles?
Skool is a high-intent community platform for creators, coaches, and SaaS founders. Public profiles are a strong signal for:
- Lead generation — find creators with large followings and clear niches
- Community research — map which groups influencers join or own
- Competitive intelligence — track rivals’ public social stack and group footprint
- Outreach lists — website + Instagram + YouTube links in one row
- AI / agent context — structured person cards for research agents
Input
| Field | Type | Required | Description |
|---|---|---|---|
profileUrls | string[] | Yes | Skool profile URLs or usernames |
Accepted formats
https://www.skool.com/@user1https://www.skool.com/@user2@user3user4
Example input
{"profileUrls": ["https://www.skool.com/@janedoe","https://www.skool.com/@anotheruser"]}
Output
One dataset item per profile. Primary fields are flat (linear) for easy export to CSV/Excel and CRM mapping.
Example output
{"id": "a1b2c3d4e5f6789012345678abcdef01","username": "janedoe","profileUrl": "https://www.skool.com/@janedoe","firstName": "Jane","lastName": "Doe","fullName": "Jane Doe","email": null,"timeZone": "America/New_York","createdAt": "2023-04-12T14:22:10.120000Z","updatedAt": "2026-09-06T18:05:33.440000Z","bio": "Community builder & online educator. Building products that help creators grow.","ExtractedPhones": [],"ExtractedEmails": ["hello@janedoe.example"],"location": "Austin, Texas","myersBriggs": "ENFP","lastOffline": "2026-09-06T16:40:12.500000+00:00","pictureProfile": "https://assets.skool.com/f/example/profile.jpg","pictureBubble": "https://assets.skool.com/f/example/profile-sm.jpg","pageTitle": "Jane Doe","pageDescription": "Community builder & online educator. Building products that help creators grow.","pageImage": "https://assets.skool.com/f/example/profile-sm.jpg","linkWebsite": "https://janedoe.example","linkInstagram": "https://www.instagram.com/janedoe/","linkYoutube": "https://youtube.com/@janedoe","linkTwitter": "https://x.com/janedoe","linkFacebook": null,"linkLinkedin": "https://www.linkedin.com/in/janedoe","totalPosts": 842,"totalFollowers": 12500,"totalFollowing": 180,"totalGroups": 9,"totalContributions": 842,"totalSharedGroups": 2,"userHasReview": false,"reviewsHasMore": false,"groupsMemberCount": 2,"groupsMemberOf": [{"id": "11111111111111111111111111111111","name": "creators-hub","displayName": "Creators Hub","description": "A place for creators to share growth tactics.","totalMembers": 45200,"totalOnlineMembers": 320,"totalPosts": 18900,"totalAdmins": 8,"privacy": 1,"membership": 1,"plan": "pro","numCourses": 12,"numModules": 64,"logoUrl": "https://assets.skool.com/f/example/creators-hub-logo.jpg","coverSmallUrl": "https://assets.skool.com/f/example/creators-hub-cover-md.jpg","color": "#21B8A6","createdAt": "2022-08-01T10:00:00.000000Z","groupUrl": "https://www.skool.com/creators-hub"},{"id": "22222222222222222222222222222222","name": "ai-founders","displayName": "AI Founders","description": "Founders building with AI.","totalMembers": 9800,"totalOnlineMembers": 95,"totalPosts": 4100,"totalAdmins": 5,"privacy": 1,"membership": 0,"plan": null,"numCourses": 6,"numModules": 28,"logoUrl": "https://assets.skool.com/f/example/ai-founders-logo.jpg","coverSmallUrl": "https://assets.skool.com/f/example/ai-founders-cover-md.jpg","color": "#0693E3","createdAt": "2024-01-15T09:30:00.000000Z","groupUrl": "https://www.skool.com/ai-founders"}],"groupsCreatedByUser": [{"id": "33333333333333333333333333333333","name": "jane-inner-circle","displayName": "Jane Inner Circle","description": "Private mastermind for serious builders.","totalMembers": 240,"totalOnlineMembers": 12,"totalPosts": 560,"totalAdmins": 2,"privacy": 1,"membership": 1,"plan": "hobby","numCourses": 4,"numModules": 22,"logoUrl": "https://assets.skool.com/f/example/inner-circle-logo.jpg","coverSmallUrl": "https://assets.skool.com/f/example/inner-circle-cover-md.jpg","color": "#DF1A1A","createdAt": "2024-06-20T15:12:00.000000Z","groupUrl": "https://www.skool.com/jane-inner-circle"}],"scrapedAt": "2026-09-07T12:00:00.000000+00:00"}
Output field reference
| Field | Description |
|---|---|
id | Skool internal user ID |
username | Profile handle (@ without the symbol) |
profileUrl | Canonical public profile URL |
fullName / firstName / lastName | Display name parts |
bio | Public biography |
location | Location string |
linkWebsite … linkLinkedin | Public social / site links |
totalFollowers / totalFollowing | Audience metrics |
totalPosts / totalContributions | Activity volume |
totalGroups | Total groups associated with the account |
groupsMemberOf | Structured list of groups the user belongs to |
groupsCreatedByUser | Structured list of groups the user created |
groupsMemberNames / groupsCreatedNames | Flat name lists for filters and spreadsheets |
scrapedAt | ISO timestamp of the scrape |
Ideal for
- Skool lead generation and creator outreach
- Community mapping (which groups leaders join or own)
- Agency reports on influencer / coach presence on Skool
- Building datasets of Skool power users
- Feeding AI agents structured person cards
Related searches
Skool scraper · Skool profile scraper · scrape Skool members · Skool user data extractor · Skool community scraper · extract Skool followers · Skool group members API · Skool lead generation · scrape skool.com profiles · Skool creator research tool