Skool.com Scraper - Communities, Members & Pricing avatar

Skool.com Scraper - Communities, Members & Pricing

Pricing

from $2.50 / 1,000 results

Go to Apify Store
Skool.com Scraper - Communities, Members & Pricing

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

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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:

  • Communityid, name, slug, url, description, color, imageUrl (logo), coverImageUrl
  • Size & pricingmemberCount, price (monthly), priceCurrency, priceInterval, isFree
  • Discoverycategory, 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

  1. Open the actor. To scrape the main discovery feed, just set maxResults and run.
  2. To narrow it down, set a category and/or query, or apply filters on the Skool discovery page and paste the resulting URL into searchUrls.
  3. 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

FieldWhat it does
searchUrlsSkool 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.
categoryFriendly category name — Tech, Money, Health, Hobbies, Music, Spirituality, Sports, Self-improvement, Relationships — or a raw Skool category id.
queryKeyword to search the discovery feed (e.g. ai, fitness, ecom).
maxResultsGlobal cap across all tasks. 0 = no limit.
useProxy / proxyConfigurationApify Proxy — residential recommended (default).
maxConcurrencyHow 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.