Skool Community Scraper
Pricing
from $5.00 / 1,000 community scrapeds
Skool Community Scraper
No-login scraper for Skool.com communities — pricing, member counts, owner lead, and keyword discovery. MCP/API-ready.
Pricing
from $5.00 / 1,000 community scrapeds
Rating
0.0
(0)
Developer
Khadin Akbar
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
an hour ago
Last modified
Categories
Share
Scrape Skool.com communities without logging in — pricing, member counts, courses, join questions, and the owner as an enriched lead (bio + website + Instagram/Twitter/LinkedIn/YouTube). Look communities up by URL or search the whole Skool Discovery directory by keyword to build a niche lead list. MCP-ready for AI agents.
What this does and does not return. Skool shows a community's full member roster only to logged-in members of that community, so no public, no-login tool can export every member. This Actor returns everything Skool exposes publicly: the community's profile, its real-time member/admin/online counts, pricing, and the community owner as a contactable lead. If you need the full per-member roster, that requires a Skool session cookie and is out of scope here.
What you get
| Field | Example | Notes |
|---|---|---|
name, slug, url | New Society, new-society | Community identity |
description, landingPageDescription | Build & Launch Your AI Business… | Tagline + full sales copy |
membersCount, adminsCount, onlineCount | 419, 3, 9 | Live counts |
postsCount, coursesCount, modulesCount | 4508, 12, 219 | Activity + content depth |
isPaid, priceMonthlyUsd, priceAnnualUsd | true, 77, 497 | Pricing in USD |
privacy, affiliatePercent | private, 40 | Access model + affiliate cut |
joinQuestions | ["Phone Number?", "Goal?"] | Application survey |
ownerHandle, ownerName, ownerUrl | davidondrej | Community owner |
ownerBio, ownerLocation | "…owning yourself.", Prague | Owner profile |
ownerWebsite, ownerInstagram, ownerTwitter, ownerLinkedin, ownerYoutube | links | Owner contact lead |
createdAt, updatedAt, scrapedAt | ISO‑8601 | Timestamps |
One row per community. Discovery rows also carry discoveryQuery and discoveryRank.
When to use it
- Lead generation — build a list of Skool community owners in a niche, with their social links, to pitch services or partnerships.
- Competitor & market research — compare pricing, size, post volume, and course depth across communities in your category.
- Niche sizing — sweep a keyword across Skool's directory to gauge how crowded a topic is and who the big players are.
- AI agents (MCP) — a single URL or keyword in, structured JSON out.
Do not use this to export a community's individual member list — that is login-gated by Skool and not available to any cookieless tool.
Two modes (auto-detected)
1. Look up communities by URL or slug
Set Community URLs or slugs to any mix of full links or bare slugs:
{ "communityUrls": ["new-society", "https://www.skool.com/makerschool"] }
Returns the full public profile of each community plus its owner. This path is pure HTTP and very fast.
2. Discover communities by keyword
Set Discovery search keywords to search Skool's public Discovery directory:
{ "searchQueries": ["ai automation", "real estate"], "maxItems": 100 }
Each keyword is paginated (30 communities per page) and every result is enriched with its full profile + owner. Skool's Discovery page is protected by a bot challenge, so this mode drives a real browser internally — slightly slower than the lookup mode, but fully automated.
You can combine both in one run.
Input
| Field | Type | Default | Description |
|---|---|---|---|
communityUrls | string[] | ["new-society"] | Skool URLs or slugs to look up directly. |
searchQueries | string[] | – | Keywords to search Skool Discovery. |
enrichDetails | boolean | true | Enrich each Discovery result with full details + owner. Off = lean directory cards (faster). |
maxItems | integer | 100 | Hard cap on total communities (cost control). |
maxPagesPerQuery | integer | 34 | Max Discovery pages per keyword (30 each). |
proxyConfiguration | object | Apify Proxy (datacenter, US) | Proxy. Datacenter is sufficient. |
At least one of communityUrls or searchQueries is required; an empty run exits gracefully with a clear message.
Output sample
{"type": "community","slug": "new-society","url": "https://www.skool.com/new-society","name": "New Society","membersCount": 419,"isPaid": true,"priceMonthlyUsd": 77,"priceAnnualUsd": 497,"postsCount": 4508,"coursesCount": 12,"ownerHandle": "davidondrej","ownerUrl": "https://www.skool.com/@davidondrej","ownerTwitter": "https://twitter.com/davidondrej1","scrapedAt": "2026-06-30T12:36:55.000Z"}
Pricing
Pay‑per‑event:
- Actor start — $0.00005 per run.
- Community scraped — $0.005 per community returned (profile, pricing, counts, and owner lead).
100 communities ≈ $0.50. Pay‑per‑usage (compute + proxy) is also available; pick whichever is cheaper for your job at run time.
Use with the Apify MCP server / AI agents
This Actor is MCP‑ready. Point an MCP client at https://mcp.apify.com?tools=khadinakbar/skool-community-scraper, or call it from Claude/GPT with a single keyword or URL. Input fields and output keys are written for an LLM reader.
Related Actors
- linkedin-profile-details-scraper, instagram-profile-scraper — enrich the owner leads further.
- email-address-validator — verify any emails you derive from owner websites.
Legal & responsible use
This Actor collects only data that Skool.com publishes publicly without authentication (community profiles and owner public profiles). It does not log in, bypass authentication, or access private member rosters. You are responsible for using the data in compliance with Skool's Terms of Service, applicable data‑protection laws (GDPR/CCPA), and anti‑spam regulations. Do not use owner contact data for unsolicited bulk messaging where prohibited. No affiliation with or endorsement by Skool.com.
FAQ
Can it export all members of a group? No. Skool gates the full member roster behind login/membership. This Actor returns public counts and the owner, not every member.
Do I need a Skool account or cookie? No. It is fully cookieless.
Why does discovery take longer than lookup? Skool's Discovery directory is behind a bot challenge that requires a real browser to clear; direct URL lookups use the plain HTTP API and are near‑instant.
A community returned no price. Free communities (and annual‑only plans) legitimately have no monthly price; the field is omitted in that case.