Skool Leads & Pricing Extractor avatar

Skool Leads & Pricing Extractor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Skool Leads & Pricing Extractor

Skool Leads & Pricing Extractor

Fast & lightweight Skool.com discovery scraper. Extract community leads, member counts, pricing, currency, and group descriptions to JSON/CSV for market research.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Armin Sahakian

Armin Sahakian

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Categories

Share

🚀 Skool.com Leads & Pricing Extractor

Extract verified community leads, active member counts, and membership pricing from Skool.com in seconds. Perfect for market research, competitor analysis, and B2B outreach.


💎 Why Choose This Actor?

Unlike basic web scrapers that return messy, unformatted strings (like "1,450 members" or "$49 / mo"), this Actor parses and normalizes everything into pure numerical data types ready for immediate analysis in Excel, Google Sheets, or SQL databases.

  • Normalized Integer Members: E.g. 1450 or 12500 instead of plain text strings.
  • Separated Pricing Models: Numeric price alongside clean currency and billingCycle flags.
  • Clean URLs: Automatically strips noisy tracking tags and UTM parameters.
  • Free Trial Support: Easily test with small datasets before running large crawls.

🎯 Accuracy & Data Quality Guarantee

  • Verified Match: The crawler checks both community cards and pricing labels directly against Skool discovery results.
  • Reliable Data Normalization: High-volume suffix units (k and m) are calculated precisely into total numbers.
  • Always Maintained: Actively monitored and updated within 24 hours if Skool.com modifies its site layout.

📥 Input Parameters

FieldTypeDescriptionDefault
searchQueryStringKeyword to search communities by (e.g. ecommerce, ai, fitness). Leave empty for trending."marketing"
maxResultsIntegerMaximum number of community leads to extract.50

##📊 Live Sample Dataset You can preview the live extracted dataset (30 records) directly before running:

👉 View Sample Dataset

🛠 Support & Feedback Encountered an issue or have a feature request? Open an issue via the Issues tab or message the author directly on Apify!

📤 Output Sample (Analytics-Ready JSON)

[
{
"title": "SaaS Growth Mastermind",
"url": "https://www.skool.com/saas-growth",
"members": 2340,
"price": 99.0,
"currency": "$",
"billingCycle": "monthly",
"query": "marketing"
},
{
"title": "Content Creators Hub",
"url": "https://www.skool.com/creators-hub",
"members": 8500,
"price": 0.0,
"currency": "USD",
"billingCycle": "free",
"query": "marketing"
}
]