VOOZH about

URL: https://apify.com/klinzinger/skool-scraper

⇱ Skool.com Community Scraper Β· Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Skool.com Community Scraper

Logs into Skool.com and scrapes posts and members from a given community.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ KLINZINGER

KLINZINGER

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Share

Skool Community Scraper

This actor logs into Skool.com with your credentials, navigates to any community you have access to, and extracts structured data on posts and members. It's built for community researchers, growth marketers, and operators who need clean, machine-readable data out of Skool β€” useful for community research, lead generation, competitor analysis, and content monitoring pipelines.

Features

  • πŸ“ Full post text + metadata β€” captures the complete body of each post, not just the preview
  • πŸ‘€ Author names + profile links β€” every post is tied to a resolvable Skool profile URL
  • ❀️ Likes & comments counts β€” engagement metrics for ranking, sorting, or trend analysis
  • πŸ•’ ISO 8601 timestamps β€” normalized datetimes ready for time-series analysis
  • πŸ‘₯ Member directory extraction β€” names, roles (admin/moderator/member), and join dates
  • πŸ›‘οΈ Residential proxy support β€” routes traffic through Apify Proxy to avoid IP blocks
  • 🎚️ Configurable limits β€” cap posts and members independently to control runtime and cost
  • πŸ” Secret credential handling β€” your Skool password is stored as an encrypted input and never logged

Use Cases

  • Community research & trend analysis β€” surface the top-engaged topics in a niche over time
  • Lead generation β€” extract active members from a relevant community and enrich them downstream
  • Competitor community monitoring β€” track what competitors are publishing and how members respond
  • Content repurposing pipeline input β€” feed top posts into your AI summarizer, newsletter, or content engine

Input

FieldTypeRequiredDescription
community_urlstringβœ…Full URL to the Skool community to scrape (e.g. https://www.skool.com/learn-ai)
skool_emailstringβœ…Email address of the Skool account used to log in
skool_passwordstring (secret)βœ…Password for the Skool account. Stored encrypted, never logged
max_postsinteger❌Maximum number of posts to scrape. Defaults to 100. Set 0 to disable post scraping
scrapeMembersboolean❌Whether to also scrape the community member directory. Defaults to true
maxMembersinteger❌Maximum number of members to scrape. Defaults to 500
proxyConfigurationobject❌Apify proxy configuration. Residential proxies are strongly recommended and used by default
headlessboolean❌Run browser in headless mode. Defaults to true. Set false for local debugging

Output

The actor writes to the default dataset. Two record types are emitted into the same dataset, distinguished by the type field ("post" or "member"). Filter by type when consuming the data.

Post record example

{
"type":"post",
"title":"How I landed my first AI client",
"body":"Here is what I did step by step...",
"author":"Liam Ottley",
"authorProfileUrl":"https://www.skool.com/@liamottley?g=learn-ai",
"postUrl":"https://www.skool.com/learn-ai/how-i-landed-my-first-ai-client",
"timestamp":"2026-06-01T12:34:56Z",
"likes":42,
"comments":17
}

Member record example

{
"type":"member",
"name":"John Smith",
"profileUrl":"https://www.skool.com/@john-smith-1234?g=learn-ai",
"role":"member",
"joinDate":"Jan 2024"
}

Notes & Limitations

  • Requires a valid Skool account with access to the target community. Private/paid communities require an account that has already been approved or paid in.
  • Password is stored as a secret input and never logged or echoed to the run log.
  • Residential proxies are strongly recommended (and used by default) β€” datacenter IPs are frequently blocked by Skool and may cause the login flow to fail or trigger a captcha.
  • Skool's HTML structure may change without notice; if selectors break, please open an issue on the actor's GitHub repo and we'll patch it.
  • The rate of scraping is intentionally conservative (max concurrency 1) to avoid account flags. Expect roughly 1–3 posts per second under normal conditions.
  • Two-factor authentication (2FA) on the Skool account is not currently supported β€” use an account without 2FA or a dedicated scraper account.

Legal & ToS

Users are solely responsible for complying with Skool's Terms of Service and any applicable data-protection laws (GDPR, CCPA, etc.) in their jurisdiction. Only scrape communities you have legitimate access to, and only collect data you have a lawful basis to process. This actor is provided as a tool; how you use it is your responsibility.

You might also like

Skool Members Scraper

sajjadalikalhoro13/Skool-members-scraper

The Skool Members Scraper is an Apify Actor that extracts member data from any public Skool community. Given a Skool group URL (e.g. https://www.skool.com/ai-agents-mastery), it automatically

Skool Comment Scraper

futurizerush/skool-comment-scraper

Scrape comments and replies from Skool community posts

Skool.com Scraper - Communities, Members & Pricing

logiover/skool-scraper

Scrape Skool.com communities without login. Export community data to CSV/JSON; a Skool unofficial API alternative for lead-gen and pricing research.

Skool Posts Listing Scraper

ecomscrape/skool-posts-listing-scraper

Skool.com Posts Listings Scraper automates extraction of community posts, discussions, and engagement data from Skool groups. Efficiently collect content metadata, user activity, and post analytics for community management, content strategy, and market research.

ecomscrape

4

Skool Community Scraper

scraped/skool-community-scraper

Scrape top 1000 Skool communities

Skool Scraper

dadhalfdev/skool-scraper

Discover and analyze Skool communities with this actor. Extract up to 1000 community data from Skool https://www.skool.com/ with a pay-per-event pricing.

πŸ‘ User avatar

Marco Rodrigues

8

Skool Event Scraper

futurizerush/skool-event-scraper

Extract calendar events from Skool communities. Perfect for community managers and members. Export to JSON and CSV.

πŸŽ“ Skool Group Scraper

scrapier/skool-group-scraper

πŸŽ“ Skool Group Scraper extracts public data from Skool communitiesβ€”members, posts, topics, reactions & linksβ€”into clean CSV/JSON. πŸ”Ž Perfect for community research, outreach, competitive analysis & content strategy. ⚑ Fast, reliable, API-ready.

πŸŽ“ Skool Group Scraper

scrapio/skool-group-scraper

πŸŽ“ Skool Group Scraper scrapes rich data from Skool groups β€” members, profiles, posts, comments, likes, topics & join links. πŸ“Š Export CSV/JSON for analysis, lead gen & community intel. ⚑ Ideal for community managers, marketers & growth teams. βœ… Fast, accurate, compliant.