Skool Community Finder avatar

Skool Community Finder

Pricing

Pay per usage

Go to Apify Store
Skool Community Finder

Skool Community Finder

Discover Skool communities by keyword via DuckDuckGo search. Returns name, member count, activity ratio, pricing, and access type for each community. No login or cookies required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Leo Mercer

Leo Mercer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Search and discover Skool communities by keyword — no login or cookies required.


Quick Start

Paste this into the Input tab and click Run:

{
"keywords": ["cold email", "agency growth"],
"limit": 20
}

Results appear in the Dataset tab within 1–2 minutes.


What you get

Each result is a flat JSON object with all fields always present:

{
"slug": "cold-email-community",
"url": "https://www.skool.com/cold-email-community",
"group_id": "abc123",
"name": "Cold Email Community",
"description": "The #1 community for cold email practitioners...",
"member_count": 15234,
"online_members": 142,
"access": "free_open",
"price_usd": 0.0,
"has_survey": false,
"total_posts": 4821,
"num_courses": 3,
"activity_ratio": 0.3164,
"last_post_date": "2026-06-03",
"days_since_last_post": 1,
"source": "ddg:cold email",
"_meta": {
"actor": "skool-community-finder",
"version": "0.1.0",
"scraped_at": "2026-06-04T09:00:00+00:00",
"total_found": 47,
"run_id": "xyz789"
}
}

Field reference:

FieldDescription
slugCommunity URL slug (unique identifier)
urlDirect link to the community
nameDisplay name
descriptionCommunity description (up to 400 chars)
member_countTotal member count
online_membersMembers currently online
accessfree_open, free_survey, paid, invite_only, or public
price_usdMonthly price in USD (0 = free)
has_surveyWhether joining requires a questionnaire
total_postsAll-time post count
num_coursesNumber of classroom courses
activity_ratiototal_posts / member_count — higher = more active per member
last_post_dateDate of most recent visible post (null if community is private)
days_since_last_postDays since last post (null if not visible)
sourceHow the community was discovered (ddg:keyword or suggested)

Cost calculator

Pricing is pay-per-result — you only pay for what you get.

ResultsApproximate cost
10 (try it)~$0.05
50 (default)~$0.25
100~$0.50
200 (max)~$1.00

On Apify's free plan ($5/month credit) you get approximately 1,000 communities.

Note: residential proxy traffic is included in the above estimates.


Input parameters

ParameterTypeDefaultDescription
keywordsstring[]Search terms. Each runs a separate DuckDuckGo search. Required.
limitinteger50Max communities to return (1–200). Controls cost.
minMembersinteger0Skip communities with fewer members.
requestTimeoutinteger30Seconds per page (increase for slow connections).
proxyConfigurationobjectResidentialProxy settings. Residential required for Skool.

How it works

  1. Keyword search — runs site:skool.com <keyword> on DuckDuckGo and extracts community slugs from results
  2. Community probe — fetches each community page and parses the __NEXT_DATA__ JSON embedded in the HTML (no browser needed)
  3. Suggested harvest — collects additional communities from each page's suggestedCommunities list, then probes those too
  4. Results are streamed to the Dataset as they are found — you can see them before the run completes

No authentication required. All data comes from publicly accessible community pages.


Limitations

  • Public communities only. Private and invite-only communities are detected and skipped with a clear access: "invite_only" label.
  • days_since_last_post is null for communities where the post feed is not publicly visible.
  • DuckDuckGo occasionally rate-limits searches. If all keywords return 0 slugs, the actor fails with a clear message — try again in a few minutes.
  • Member count and post count reflect what Skool shows on the public page, which may lag behind real-time data by a few hours.

Use cases

  1. Lead generation — find active communities in your niche and reach out to members or admins
  2. Market research — survey the Skool landscape before launching your own community
  3. Competitor analysis — monitor competitor community growth and activity over time (run on a schedule)
  4. Partnership prospecting — identify large free communities for cross-promotion opportunities
  5. AI pipeline input — feed results into Make/Zapier or an LLM agent for automated outreach or analysis

FAQ

Do I need a Skool account or cookies? No. This actor scrapes publicly accessible community pages without any login.

Why am I getting 0 results? DuckDuckGo may be temporarily blocking the search. Wait 2–3 minutes and try again. Also try broader keywords like "online course" or "community". If the issue persists, check the Issues tab.

How fresh is the data? Data is scraped in real time — as fresh as the moment you run it.

Can I run this automatically every week? Yes. In Apify Console → Schedules, set up a recurring run with your keywords. Results accumulate in the Dataset across runs.

What does activity_ratio mean? It's total_posts / member_count. A ratio of 0.3 means members have posted on average 0.3 times each. Higher values indicate more active communities.