Skool API

Skool data.
Understand communities and their members.

Discover communities, compare prices and reviews, and explore member roles, points, levels, social links and posts with video metadata.

PUT IT TO WORK

What will you build?

Three ways to use Skool data.

Compare community offers

Bring monthly and annual prices, ratings, reviews and public links into your community research.

Understand a community

Explore member profiles and admin directories with membership dates, roles, points, levels and social links.

Explore the conversation

Filter posts by category and collect text, engagement counts, author profiles and video metadata.

YOUR FIRST REQUEST

Get a Skool community.

Bring monthly and annual prices, ratings, reviews and public links into your community research.

  1. 01
    Add your API key

    Set SCRAPEATLAS_API_KEY in your environment.

  2. 02
    Choose your input

    Use the sample request as a starting point.

  3. 03
    Work with the JSON

    Send the result to your app, sheet or research tool.

Request and response fields
QUICKSTART / API EXAMPLES
# ScrapeAtlas · use your customer API key
export BASE_URL="https://api.scrapeatlas.com"

curl --get "$BASE_URL/v1/skool/community" \
  -H "x-api-key: $SCRAPEATLAS_API_KEY" \
  --data-urlencode "group=ai-automation-society"
GET/v1/skool/communityJSON response

Use your ScrapeAtlas API key. Replace the sample input with your own.

GETTING STARTED

A few practical details.

API key setup
How do I make a request?

Create a ScrapeAtlas API key, send it in the x-api-key header, and pass the endpoint’s request fields. The example above is ready to adapt to your own input.

What does the response contain?

Discover communities, compare prices and reviews, and explore member roles, points, levels, social links and posts with video metadata. Each endpoint’s reference shows its response fields and a JSON example.

Can I use this from an AI assistant?

Yes. Connect ScrapeAtlas through MCP to use Skool tools from your assistant. You can also call the same API from your own scripts or the CLI.

Which community details can I retrieve?

Community responses include monthly and annual prices with currencies, ratings, review previews, public links, category labels, landing images and videos.

How can I explore members and posts?

Read numbered member pages or the admin directory with profiles, social links, membership dates, roles, points and levels. Use community category IDs to select posts with text, engagement counts and video metadata.