Skool.com Scraper - Communities, Members & Pricing
Pricing
from $2.50 / 1,000 results
Skool.com Scraper - Communities, Members & Pricing
Scrape Skool.com communities without login. Export community data to CSV/JSON; a Skool unofficial API alternative for lead-gen and pricing research.
Pricing
from $2.50 / 1,000 results
Rating
0.0
(0)
Developer
Logiover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Skool Scraper
Scrape Skool.com communities from the discovery feed — name, member count, monthly price, category and description. This Skool scraper (also a Skool.com communities scraper and community lead-gen tool) reads Skool's own public discovery data, so you get every public group with no login and no API key, and export it to CSV, JSON or Excel.
It is two tools in one: a community dataset for market research, niche sizing and pricing analysis, and a lead engine — every row is a paid-community owner, so one run becomes a targeted list of course creators and community founders to reach out to.
What you get
One clean row per Skool community, with these fields:
- Community —
id,name,slug,url,description,color,imageUrl(logo),coverImageUrl - Size & pricing —
memberCount,price(monthly),priceCurrency,priceInterval,isFree - Discovery —
category,isPrivate,rank(discovery rank),createdAt,updatedAt scrapedAt— ISO timestamp of extraction
Export every row as CSV, JSON or Excel (also HTML / API) — into your CRM, spreadsheet, BI tool or warehouse.
Use cases
- Creator & community-owner lead gen — build outreach lists of paid-community owners by niche, size or price band.
- Market & pricing research — compare member counts and monthly prices across categories to size a niche.
- Trend & growth tracking — schedule daily runs and watch which communities grow fastest.
- Competitor monitoring — track rivals' member counts, pricing changes and positioning.
- Directories & dashboards — power a "best Skool communities" directory or internal dashboard.
How to use
- Open the actor. To scrape the main discovery feed, just set
maxResultsand run. - To narrow it down, set a
categoryand/orquery, or apply filters on the Skool discovery page and paste the resulting URL intosearchUrls. - Click Start. When the run finishes, open the Output / Dataset tab and export to CSV, JSON or Excel.
Whole discovery feed:
{"maxResults": 200}
Specific category + search query (no URL needed):
{"category": "Money","query": "trading","maxResults": 500}
Discovery URLs copied from the site:
{"searchUrls": ["https://www.skool.com/discovery","https://www.skool.com/discovery?c=b1dae7402dda47a0b7aa51334474a158&q=ai"],"maxResults": 1000}
Input fields
| Field | What it does |
|---|---|
searchUrls | Skool discovery / category URLs copied from the site. Filters in the URL (c category, q query, price, sortBy) are respected. Leave empty for the main feed. |
category | Friendly category name — Tech, Money, Health, Hobbies, Music, Spirituality, Sports, Self-improvement, Relationships — or a raw Skool category id. |
query | Keyword to search the discovery feed (e.g. ai, fitness, ecom). |
maxResults | Global cap across all tasks. 0 = no limit. |
useProxy / proxyConfiguration | Apify Proxy — residential recommended (default). |
maxConcurrency | How many URLs / filters to run in parallel. |
Example output
{"id": "b51c57150c70495899bf4bc8aaee8166","name": "AI Automation Society","slug": "ai-automation-society","url": "https://www.skool.com/ai-automation-society","description": "Learn to get paid for AI solutions, regardless of your background.","memberCount": 391650,"price": 25.00,"priceCurrency": "USD","priceInterval": "month","isFree": false,"category": "💻 Tech","isPrivate": false,"rank": 3,"color": "#0693E3","imageUrl": "https://assets.skool.com/f/.../logo.jpg","coverImageUrl": "https://assets.skool.com/f/.../cover-md.jpg","createdAt": "2023-03-18T16:11:17.647779Z","updatedAt": "2026-06-05T15:41:31.118133Z","scrapedAt": "2026-06-05T15:31:24.950Z"}
FAQ
Do I need a Skool account or API key?
No. The actor reads Skool's public discovery data — no login, no token, no API key.
How do I filter by category or keyword?
Use the category and query inputs, or apply filters on the Skool discovery page and paste the resulting URL into searchUrls. Both approaches work.
Is the price the monthly price?
Yes. price is the recurring amount in the community's currency, with priceInterval (usually month) and an isFree flag. Free communities return price: null and isFree: true.
How many communities can I get?
Set maxResults as high as you like (or 0 for no cap). The actor paginates the discovery feed and every category until it runs out of results.
Is this a Skool unofficial API or API alternative?
Yes — it works as a Skool unofficial API alternative. Skool has no public API, so this actor reads the public discovery data and hands you structured rows you can pull on a schedule.
How do I export Skool community data to CSV or JSON?
Run the scraper, then open the Output / Dataset tab and download as CSV, JSON or Excel. Every Skool.com community comes back as one clean row for your spreadsheet, CRM or BI tool.
Can I scrape Skool without login?
Yes. The actor scrapes Skool's public discovery feed with no login and no API key, so there's no account, token or password involved.
Changelog
2026-06-07
- Docs: added coverage for Skool unofficial API alternative, exporting community data to CSV/JSON, and scraping Skool without login.