Skool Followers Scraper avatar

Skool Followers Scraper

Pricing

Pay per usage

Go to Apify Store
Skool Followers Scraper

Skool Followers Scraper

Pricing

Pay per usage

Rating

0.0

(0)

Developer

ScrapePilot

ScrapePilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Apify Actor that extracts public follower rows from Skool profile pages. It reads embedded __NEXT_DATA__ JSON (same strategy as the original script: GET profile URL with ?t=followers, parse props.pageProps.items, map each src user to a flat record).

Input

FieldDescription
urlsBulk list of Skool profile URLs (requestListSources or plain strings).
maxItemsMax followers to keep per profile (default 100; falls back to 30 if unset/0, matching the original script).
proxyConfigurationOptional Apify Proxy UI config. First request is always direct; if useApifyProxy is true, datacenter fallback may use your proxy settings.

Output (dataset)

Each item matches the original extractor shape: id, name, linkToProfile, pictureProfile, lastName, firstName, bio, online, lastOffline, pictureBubble, createdAt, updatedAt.

Rows are written one at a time (Actor.push_data per follower) so the Output table fills as the run progresses. The console may refresh on a short interval, but data is committed after each push.

Proxy behavior

  1. Direct (no proxy).
  2. On block / bad HTML: Apify datacenter (default pool, or input proxy when useApifyProxy is true).
  3. Then residential (up to 3 rotated URLs).
  4. After a successful residential fetch, sticky residential is used for all remaining profile URLs.

Local run

cd Skool-Followers-Scraper
pip install -r requirements.txt
apify run

Use the CLI input prompt, or pass a path to your own JSON file: apify run --input-file path/to/input.json.

Only scrape data you are allowed to access; you are responsible for compliance with Skool’s terms and applicable law.