Skool Groups Scraper avatar

Skool Groups Scraper

Try for free

1 day trial then $9.99/month - No credit card required now

View all Actors
Skool Groups Scraper

Skool Groups Scraper

easyapi/skool-groups-scraper
Try for free

1 day trial then $9.99/month - No credit card required now

πŸš€ Effortlessly scrape Skool.com group data with our advanced Actor! πŸŽ“ Collect comprehensive group information, including names, descriptions, member counts, and more. Perfect for researchers, marketers, and educators seeking insights into online learning communities. πŸ“ŠπŸ”

πŸŽ“ Skool Groups Scraper

This Actor scrapes group information from Skool.com based on a given keyword search. It utilizes Puppeteer with stealth mode to navigate through search results and extract detailed information about Skool groups.

✨ Features

  • πŸ” Search for Skool groups using keywords
  • πŸ“Š Extract comprehensive group data including name, description, and member count
  • πŸ–ΌοΈ Collect group logos and cover images
  • πŸ’° Gather pricing information (current MBp)
  • πŸ”’ Configurable maximum number of results
  • πŸ•΅οΈβ€β™‚οΈ Uses stealth mode to avoid detection
  • πŸ”„ Automatic pagination for thorough data collection

πŸ“₯ Input

The Actor accepts the following input parameters:

  • keyword (required): The search term to find groups on Skool.com
  • maxResults (optional): The maximum number of groups to scrape (default: 100)

πŸ“€ Output

The Actor outputs a dataset containing the following information for each group:

  • πŸ†” Group ID
  • πŸ“› Group name and display name
  • πŸ“ Description
  • 🎨 Color theme
  • πŸ–ΌοΈ Cover image and logo URLs
  • πŸ’° Current MBp (pricing information)
  • πŸ‘₯ Total member count
  • πŸ“… Creation and update dates
  • πŸ† Rank
  • 🏷️ Tags (if available)

πŸš€ Usage

To use this Actor, simply provide a search keyword and optionally set the maximum number of results. The Actor will then navigate through Skool's search results, collecting group information until it reaches the specified limit or exhausts all available results.

This Actor is perfect for researchers, marketers, or anyone looking to gather insights about online learning communities on Skool.com.

πŸ’‘ Use Cases

  • πŸ“Š Market Research: Analyze trends in online learning communities
  • 🎯 Competitor Analysis: Monitor similar groups in your niche
  • πŸ”¬ Community Building: Identify successful group structures and themes
  • πŸ’Ό Business Intelligence: Gather data for informed decision-making in online education

πŸ†˜ Support

If you encounter any issues or have questions about using this Actor, please don't hesitate to reach out through Apify's support channels.

Input Example

A full explanation of an input example in JSON.

1{
2  "maxResults": 100,
3  "keyword": "youtube marketing"
4}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"groupId": "f511b2a1b2a140aaae65f9177aae23fe",
4		"groupName": "blackthornecapital",
5		"displayName": "Blackthorne Capital",
6		"description": "For those who know. ",
7		"color": "#E4A511",
8		"coverSmallUrl": "https://assets.skool.com/f/f511b2a1b2a140aaae65f9177aae23fe/3f86c18404e345f9b89016905c0b5d76a9fce2f2ea4541e5961475edf74755ae-md.jpg",
9		"currentMBp": "{\"currency\":\"usd\",\"amount\":4900}",
10		"initials": "BC",
11		"logoUrl": "https://assets.skool.com/f/f511b2a1b2a140aaae65f9177aae23fe/1e8d6621299d45138d601379d77e4880b7c27882aeee4da2a22768d5ce0c7a19",
12		"totalMembers": 118,
13		"createdAt": "2024-09-04T20:25:36.438606Z",
14		"updatedAt": "2024-10-12T01:17:17.214941Z",
15		"rank": 51,
16		"tags": null
17	},
18	{
19		"groupId": "5f76a0c11d0d4c8193153d20e57daab9",
20		"groupName": "creator-boost-3367",
21		"displayName": "Creator Boost Tribe",
22		"description": "A Place for Young-At-Heart New YouTubers to Accelerate Their Growth on Youtube!",
23		"color": "#E4A511",
24		"coverSmallUrl": "https://assets.skool.com/f/5f76a0c11d0d4c8193153d20e57daab9/f9740572670b406fb74995aab12ae0dd448ff0964afa41858c6a2d398cc10b81-md.jpg",
25		"initials": "CB",
26		"logoUrl": "https://assets.skool.com/f/5f76a0c11d0d4c8193153d20e57daab9/778704d1f04346d380ae3e19911988cb53d2b6c88bce45a8a7d24726363d8158",
27		"totalMembers": 1532,
28		"createdAt": "2024-09-16T07:25:46.807375Z",
29		"updatedAt": "2024-10-12T01:10:04.773491Z",
30		"rank": 52,
31		"tags": null
32	},
33    ...
34]
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 3 days ago