# Skool Member Scraper Goat (`goat255/skool-member-scraper-goat`) Actor

Extract the full member list of any Skool.com community you belong to, with clean profiles and real contact details. Reads each member's profile email and can visit their linked website to pull emails and phone numbers. Built for lead generation. Returns a best email per member.

- **URL**: https://apify.com/goat255/skool-member-scraper-goat.md
- **Developed by:** [Goutam Soni](https://apify.com/goat255) (community)
- **Categories:** Lead generation, Social media, Automation
- **Stats:** 5 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $3.50 / 1,000 members

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## 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 Member Scraper Goat - Members + Real Emails & Contact Info

Extract the full member list of any **Skool.com** community you belong to, with **clean profile data and working contact details**. It delivers real emails: it reads the email on each member's Skool profile **and** optionally visits their linked website to pull emails and phone numbers. Built for lead generation that converts.

> **Part of the Skool Scraper Goat suite:**
>
> - 🏘️ [Skool Community & MRR Scraper Goat](https://apify.com/goat255/skool-scraper-goat) - discover communities with pricing and MRR.
> - 📝 [Skool Posts & Comments Scraper Goat](https://apify.com/goat255/skool-post-scraper) - posts, nested comments, classroom content.
> - 🧰 [Skool All-in-One Scraper Goat](https://apify.com/goat255/skool-all-in-one-scraper-goat) - communities + members + posts in one run.

### Built around real contact extraction

This scraper is built to get you usable contact data:

- **Profile email** - pulled directly from each member's Skool profile when present.
- **Website enrichment** - when enabled, the member's linked website is fetched and real emails + phone numbers are extracted from the live page (including `mailto:` links). Included at no extra charge.
- **Social links** - any YouTube, Instagram, Facebook, Twitter/X, or LinkedIn URL the member listed on their own Skool profile, captured exactly as given. Those sites are not scraped.
- **De-duplicated, validated** - junk matches (image filenames, tracking strings) are filtered out, and a `bestEmail` is surfaced per member.

### What data you get per member

```json
{
  "community": "example-community",
  "name": "Jane Doe",
  "firstName": "Jane",
  "lastName": "Doe",
  "bio": "Founder at Acme Co. Helping coaches scale.",
  "location": "Austin, TX",
  "email": "jane@example.com",
  "website": "https://example.com/",
  "social": {
    "youtube": "https://www.youtube.com/@example",
    "instagram": "https://www.instagram.com/example",
    "linkedin": "https://www.linkedin.com/in/example"
  },
  "contacts": {
    "emails": ["jane@example.com", "hello@example.com"],
    "phones": ["+1 555-0100"],
    "bestEmail": "jane@example.com",
    "websiteStatus": "ok"
  }
}
```

The `contacts` block appears when **Enrich Contacts From Member Websites** is enabled.

### How to use it

1. **Get your Skool cookies** (member lists are not public, so login is required):
   - Install the free **Cookie-Editor** browser extension.
   - Log in to Skool.com and open a community you belong to.
   - Click Cookie-Editor → **Export** → **JSON**, and paste the array into the **Skool Cookies** field.
2. Paste one or more **Community URLs** you are a member of.
3. Set **Members Per Community** and leave **Enrich Contacts From Member Websites** on for full contact data.
4. Click **Save & start**. Export to JSON, CSV, Excel, XML, or HTML.

### Top use cases

- **Lead generation** - build outreach lists of community members with verified emails.
- **Audience research** - analyse who is inside a niche community (bios, locations, socials).
- **CRM enrichment** - append emails, phones, and social profiles to existing contacts.

### Pricing

Pay-per-member. No subscription. Failed pages are retried and never billed, and **website contact enrichment is included at no surcharge**.

| What you pay for | Price |
|---|---|
| Per member returned | $0.0025 |

Apify's $5 platform free credit applies on first use.

### Known limits (so there are no surprises)

- You must be a **member of the community** for its member list to load. Communities you have not joined will return nothing.
- Cookies expire when you log out of Skool; if a run returns no members, re-export fresh cookies.
- Not every member has a public email or website. The `contacts.websiteStatus` field tells you exactly what happened per member (`ok`, `no-website`, `http-403`, etc.) so results are transparent.

### FAQ

**Is this legal to use?** The actor extracts data visible to you as a logged-in community member. You are responsible for complying with your local data-protection laws (GDPR/CAN-SPAM) and Skool's Terms of Service when using the output.

**Do you store my cookies?** No. Cookies are used only for the duration of your run.

**Can I scrape members of a community I haven't joined?** No. Skool only exposes member lists to members.

### Support

Found a bug or want a new field? Open an issue on the actor page. Issues are answered quickly, and honest reviews are always welcome.

### Privacy

To improve our actors we collect anonymized usage telemetry (run stats and input patterns). No personal account data is collected.

# Actor input Schema

## `groupUrls` (type: `array`):

Skool community URLs whose members you want to extract (e.g. https://www.skool.com/automate). You must already be a member of each community for its member list to be visible.

## `membersPerGroup` (type: `integer`):

Maximum members to extract per community. Set high to pull the full member list.

## `includeContactsFromWebsite` (type: `boolean`):

When ON, each member's linked website is fetched and real emails + phone numbers are extracted (in addition to the email on their Skool profile). This is the data most lead-gen users want. Adds time per member that has a website. When OFF, only profile-level email/socials are returned.

## `cookies` (type: `array`):

Cookies exported from a logged-in Skool.com session (required — member lists are not public). Use the Cookie-Editor browser extension and paste the JSON array here. See the README for step-by-step instructions.

## `maxConcurrency` (type: `integer`):

Parallel requests. Default 20 is reliable. Higher values may trigger Skool rate limits.

## `batchSize` (type: `integer`):

Members processed per batch before saving to the dataset.

## `maxRetries` (type: `integer`):

Retry attempts per failed page. Each retry rotates to a fresh residential proxy session.

## `proxyConfiguration` (type: `object`):

Proxy settings. Residential proxies are required — Skool blocks datacenter IPs.

## Actor input object example

```json
{
  "groupUrls": [
    "https://www.skool.com/automate"
  ],
  "membersPerGroup": 1000,
  "includeContactsFromWebsite": true,
  "cookies": [],
  "maxConcurrency": 20,
  "batchSize": 75,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `members` (type: `string`):

No description

# 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 = {
    "groupUrls": [
        "https://www.skool.com/automate"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("goat255/skool-member-scraper-goat").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 = { "groupUrls": ["https://www.skool.com/automate"] }

# Run the Actor and wait for it to finish
run = client.actor("goat255/skool-member-scraper-goat").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "groupUrls": [
    "https://www.skool.com/automate"
  ]
}' |
apify call goat255/skool-member-scraper-goat --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,goat255/skool-member-scraper-goat"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/04aR06UwkQBcGplyU/builds/CkfXIpBZdflXCjngK/openapi.json
