# Skool Followers Scraper (`devil_port369-owner/skool-followers`) Actor

The Skool Followers Scraper pulls rich follower data from any public Skool.com community profile. Whether you're a marketer, researcher, or creator, this tool delivers actionable insights from Skool’s unique community platform, where engagement and learning thrive.

- **URL**: https://apify.com/devil\_port369-owner/skool-followers.md
- **Developed by:** [DataFusionX](https://apify.com/devil_port369-owner) (community)
- **Categories:** Lead generation, Social media
- **Stats:** 23 total users, 0 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$11.99/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Skool Followers Scraper

## **Unlock the Power of Skool Communities! Extract Detailed Follower Data in Minutes.**

### What It Does

The **Skool Followers Scraper** pulls rich follower data from any public Skool.com community profile—fast. Whether you're a marketer, researcher, or creator, this tool delivers actionable insights from Skool’s unique community platform, where engagement and learning thrive. Get names, emails, social links, and more, all in a clean, exportable format.

***

### Why Choose This Scraper?

- **Lightning Fast**: Scrapes up to 900 followers per minute with 30-thread parallel processing.
- **Rich Data**: Captures IDs, names, emails, bios, social profiles (Facebook, LinkedIn, Twitter, YouTube), locations, and more.
- **Flexible Limits**: Set your own follower cap (default: 30) per username.
- **Proxy-Powered**: Uses Apify’s residential proxies for seamless, reliable scraping.
- **User-Friendly**: Simple setup, instant results—no coding required.

***

### Pricing

- **Subscription**: $12.99/month + Apify usage credits
- **Free Tier**: Test with 10 usernames; upgrade for unlimited access
- **Cost Details**: See [Apify Pricing](https://apify.com/pricing?fpr=lklf0)

***

### How to Use It

1. **Sign Up**: Get started on [Apify.com](https://apify.com?fpr=lklf0).
2. **Add Usernames**: Enter Skool one or multiple profile links (e.g., `https://www.skool.com/@username1`).
3. **Set a Limit**: Choose how many followers to scrape per profile.
4. **Run It**: Hit "Save & Start" and watch the data roll in.
5. **Export**: Download in JSON, CSV, or Excel—your choice!

#### Input Example

```json
{
  "usernames": [
    "https://www.skool.com/@username1", 
    "https://www.skool.com/@username1"
  ],
  "limit": 50
}
```

***

### Sample Output

Here’s what you’ll get for each follower:

```json
{
  "id": "12345",
  "firstName": "Jane",
  "lastName": "Smith",
  "email": "jane.smith@example.com",
  "username": "janesmith",
  "bio": "Passionate learner and community builder.",
  "lastOffline": "2025-04-06 14:23:45",
  "pictureProfile": "https://skool.com/profile-pic/12345.jpg",
  "linkFacebook": "https://facebook.com/janesmith",
  "linkLinkedin": "https://linkedin.com/in/janesmith",
  "linkTwitter": "https://twitter.com/janesmith",
  "linkWebsite": "https://janesmith.com",
  "linkYoutube": "https://youtube.com/@janesmith",
  "location": "London, UK",
  "myersBriggs": "ENFP",
  "createdAt": "2023-02-10T08:00:00Z",
  "updatedAt": "2025-04-05T12:15:00Z",
  "creator_username": "username1"
}
```

***

### Perfect For

- **Lead Generation**: Collect emails and social links for outreach.
- **Community Insights**: Analyze who’s engaging with Skool creators.
- **Market Research**: Understand audience interests and demographics.
- **Competitor Analysis**: Study rival communities’ follower bases.

***

### Get Started Now

1. **Visit**: [Skool Followers Scraper on Apify](https://apify.com/devil_port369-owner/skool-followers?fpr=lklf0)
2. **Input**: Paste your Skool usernames and hit "Save & Start."
3. **Profit**: Export your data and put it to work!

***

### Why Skool?

Skool.com is where creators build tight-knit communities and courses—think of it as a focused, engagement-driven alternative to broader social platforms. This scraper taps into that ecosystem, giving you the edge on community-driven data.

***

### Support

Questions? Reach out:

- [Apify Issues](https://apify.com/devil_port369-owner?fpr=lklf0)

***

**Ready to dive into Skool communities? Start scraping now and turn follower data into your superpower!**

# Actor input Schema

## `directUrls` (type: `array`):

Enter profile links

## `proxy` (type: `object`):

Select Residential Proxy only.

## `max_followers` (type: `integer`):

Enter total maximum followers to scrape.

## Actor input object example

```json
{
  "directUrls": [
    "https://www.skool.com/@stephengpope"
  ],
  "proxy": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ]
  },
  "max_followers": 30
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "directUrls": [
        "https://www.skool.com/@stephengpope"
    ],
    "proxy": {
        "useApifyProxy": true,
        "groups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("devil_port369-owner/skool-followers").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "directUrls": ["https://www.skool.com/@stephengpope"],
    "proxy": {
        "useApifyProxy": True,
        "groups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("devil_port369-owner/skool-followers").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "directUrls": [
    "https://www.skool.com/@stephengpope"
  ],
  "proxy": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call devil_port369-owner/skool-followers --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=devil_port369-owner/skool-followers",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ssU6CM0aWWWEueDQy/builds/HWoLsXsv0WZH4v2MJ/openapi.json
