Skool Scraper
Pricing
$3.00 / 1,000 results
Skool Scraper
Scrape Skool.com communities, posts, and comments with full author profiles. 100 free lifetime results. Discover communities, get metadata with top contributors and social links, extract posts, and scrape comments with nested replies. The only Skool scraper with HTTP-based comment extraction.
Pricing
$3.00 / 1,000 results
Rating
0.0
(0)
Developer
Sourabh Kumar
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Skool Scraper โ 100 Free | Communities, Posts & Comments
Extract communities, posts, and comments from Skool.com with full author profiles. 4 modes: discover, community details, posts, and posts with comments. HTTP-only, no login required.
๐ Why this Skool scraper?
- ๐ฐ Pay only for results โ $3 per 1,000 items. 100 free results for every user, forever.
- โก Fast and reliable โ HTTP-only, no browser overhead. No anti-bot blocks, no flaky runs.
- ๐ค Full author profiles โ Comments mode includes bio, location, LinkedIn, Twitter, YouTube, and more for every commenter.
- ๐ 4 scraping modes โ Discover communities, fetch community details, scrape posts, or get posts with full comment threads.
- ๐ Top contributors โ Community mode returns the top 30-day leaderboard with full social profiles.
๐ฆ 4 Scraping Modes
๐ Discover Mode
Search for Skool communities by keyword. Returns up to 30 results per query including member counts, pricing, and community metadata.
{"mode": "discover","query": "marketing","maxResults": 30}
๐ Community Mode
Fetch detailed information for a single community: full description, pricing, cover images, and the top 30-day contributor leaderboard with full social profiles.
{"mode": "community","communityUrl": "https://www.skool.com/ai-automation-society"}
๐ Posts Mode
Scrape posts from a community feed. Returns post content, author, upvote count, comment count, and timestamps. Supports sorting by newest posts or newest comment activity.
{"mode": "posts","communityUrl": "ai-automation-society","maxPosts": 100,"sortBy": "newest"}
๐ฌ Comments Mode
Like posts mode, but also fetches the full comment thread for each post. Each record includes the post plus a nested comments array with complete author profiles (bio, social links, location).
{"mode": "comments","communityUrl": "ai-automation-society","maxPosts": 50,"maxCommentsPerPost": 100,"sortBy": "newest"}
๐ฅ Input Options
| Field | Type | Description | Default |
|---|---|---|---|
mode | string | discover, community, posts, or comments | discover |
query | string | Search term for discover mode | โ |
communityUrl | string | Community URL or slug (e.g., ai-automation-society). Required for community/posts/comments modes | โ |
maxResults | integer | Max communities in discover mode (max 30) | 30 |
maxPosts | integer | Max posts in posts or comments mode (max 1,000) | 100 |
maxCommentsPerPost | integer | Max comments per post in comments mode (max 500) | 100 |
sortBy | string | Sort posts by newest (creation date) or newest-cm (latest comment activity) | newest |
๐ค Output Examples
Discover / Community Output
{"name": "AI Automation Society","slug": "ai-automation-society","url": "https://www.skool.com/ai-automation-society","description": "Learn to automate your business with AI tools and workflows.","memberCount": 18432,"price": 49.00,"currency": "usd","priceInterval": "month","rank": 3,"logoUrl": "https://...","coverUrl": "https://...","createdAt": "2023-06-15T00:00:00.000Z"}
Posts Output
{"postId": "abc123","title": "How I automated my entire sales funnel in 3 hours","slug": "how-i-automated-my-entire-sales-funnel-in-3-hours","url": "https://www.skool.com/ai-automation-society/classroom/abc123","content": "Here's the exact workflow I used...","authorName": "Jane Smith","authorId": "user_xyz","commentCount": 24,"upvotes": 87,"hasVideo": false,"createdAt": "2026-03-15T14:22:00.000Z","communityName": "ai-automation-society","communitySlug": "ai-automation-society"}
Comments Output (extends Posts)
{"postId": "abc123","title": "How I automated my entire sales funnel in 3 hours","content": "Here's the exact workflow I used...","authorName": "Jane Smith","commentCount": 24,"upvotes": 87,"comments": [{"commentId": "cmt456","content": "This is exactly what I needed. Which tool did you use for the email step?","upvotes": 12,"authorName": "Bob Lee","authorBio": "Founder @ SaaS startup. Building in public.","authorLinkedIn": "https://linkedin.com/in/boblee","authorTwitter": "https://twitter.com/boblee","authorLocation": "Austin, TX","createdAt": "2026-03-15T16:45:00.000Z","replies": []}]}
You can download results as JSON, CSV, Excel, or connect via the Apify API.
๐ฏ Use Cases
- ๐ Market research โ Discover the top-ranked communities in any niche. Compare member counts, pricing, and growth signals.
- ๐ Competitive analysis โ Monitor competitor communities: what topics generate the most engagement, who the top contributors are.
- ๐งฒ Lead generation โ Comments mode exposes active community members with their bio, social profiles, and location. Find your ideal customers where they hang out.
- ๐ Content analysis โ What posts get the most upvotes and comments? Identify high-performing content patterns in your niche.
- ๐ฅ Influencer research โ Community mode returns top contributors with full social links. Find niche micro-influencers who are genuinely active.
- ๐ ๏ธ Community benchmarking โ Track member growth and engagement trends across multiple Skool communities over time.
๐ฒ Pricing
This actor uses pay-per-event pricing โ you only pay for what you scrape.
- $3.00 per 1,000 results
- 100 free results lifetime โ no credit card required for the first 100 records
| What you scrape | Results | Cost |
|---|---|---|
| 30 communities (discover) | 30 | Free |
| 1 community detail | 1 | Free |
| 100 posts | 100 | Free |
| 500 posts | 500 | $1.20 |
| 500 posts with comments | 500 | $1.20 |
โ ๏ธ Limitations
- Discover returns max 30 results per query. This is a hard limit from Skool's discovery page โ there is no pagination. Run multiple queries with different keywords to get broader coverage.
- No members list. Skool does not expose the full member list on public pages. You can only access the top 30-day contributors via community mode.
- No emails. Skool does not expose member email addresses on any public page.
- Private communities return metadata only. You can discover private communities (name, member count, price) but cannot scrape their posts or comments without membership.
- Post sorting is limited. Skool only supports
newest(by creation date) andnewest-cm(by most recent comment). There is no "most upvoted" sort available via the web UI. - Data is public only. This scraper only accesses content visible to non-logged-in users on public Skool community pages.