# Skool Members & Email Scraper — Community Leads (`scrapersdelight/skool-members-scraper`) Actor

From $0.0025/member: scrape any Skool community's member list — name, handle, bio, location, socials, joined date, level & points — plus optional email enrichment ($0.002/member). Public communities work no-login; bring your own Skool login for member-only data.

- **URL**: https://apify.com/scrapersdelight/skool-members-scraper.md
- **Developed by:** [Scrapers Delight](https://apify.com/scrapersdelight) (community)
- **Categories:** Lead generation, Automation, Social media
- **Stats:** 2 total users, 1 monthly users, 66.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.50 / 1,000 lot scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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 Members & Email Scraper — Community Leads

**Turn any Skool community into a clean B2B lead list. Point this actor at a Skool community and it pulls every member — `name`, `handle`, profile URL, `bio`, `location`, all `socials` (LinkedIn, X/Twitter, Instagram, Facebook, YouTube, website), `joined date`, and gamification `level` & `points` — then optionally finds a real business **email** off each member's own website. Public communities work with no login; bring your own Skool login for member-only data.**

From **$0.003/member** scraped, **$0.002/member** for email enrichment. Pay only for what you pull — no monthly subscription.

---

### Why this one

Skool communities are some of the most concentrated buyer pools on the internet — founders, agency owners, coaches, course creators, and operators who opted into a paid niche. The members tab is a ready-made ICP list. This actor:

- ✅ **Public communities, no login** — open communities render their members server-side; we read the public member view directly (great for small communities and the top members of big ones)
- ✅ **Private/paid + full rosters** — paste your **own** Skool session cookie (`skoolCookie`) to unlock private/paid communities you belong to **and** the deep pagination needed for a community's complete member list
- ✅ **All public socials per member** — LinkedIn, X/Twitter, Instagram, Facebook, YouTube, and personal website
- ✅ **Email enrichment** — Skool never exposes member emails, so we crawl each member's **linked website** (contact/about pages) to surface a real business email
- ✅ **Level & points** — sort by engagement to find the most active members
- ✅ A **new-member monitor** — schedule it and get a Slack/webhook/email alert each time someone new joins

---

### What you get (per member)

`fullName` · `firstName` · `lastName` · `handle` · `profileUrl` · `bio` · `location` · **`linkedin`** · `twitter` · `instagram` · `facebook` · `youtube` · **`website`** · **`email`** (enriched) · all `emails` · `avatarUrl` · `timezone` · `joinedAt` · `role` · **`level`** · **`points`** · `online` · `community` · `is_new` · `scraped_at`

Export to CSV/JSON/Excel or pull via the Apify API straight into your CRM, Clay, n8n, or Make.

---

### How to use it

1. Click **Try for free**.
2. Paste a **Skool community URL** (e.g. `https://www.skool.com/ai-automation-society`) or just the slug.
3. (Private/paid community only) paste your own Skool **`skoolCookie`** — see below.
4. Optionally turn on **Enrich with emails**.
5. Click **Start**, then open the **Dataset** tab.
6. **For a live feed:** turn on **Monitor mode** + a **Schedule** to get alerted when new members join.

#### Quick start (public community, no login)
```json
{ "communityUrl": "https://www.skool.com/ai-automation-society", "maxItems": 50 }
````

#### With email enrichment

```json
{ "communityUrl": "https://www.skool.com/ai-automation-society", "maxItems": 200, "enrichEmails": true }
```

#### Private/paid community (your own login)

```json
{ "communityUrl": "https://www.skool.com/your-paid-community", "skoolCookie": "PASTE_YOUR_auth_token_VALUE", "maxItems": 0 }
```

#### Daily new-member monitor

```json
{ "communityUrl": "https://www.skool.com/ai-automation-society", "monitorMode": true, "slackWebhookUrl": "https://hooks.slack.com/services/…" }
```

***

### Bring your own Skool login (private / paid communities)

Public communities (where the owner enabled a visible member list) need **no login**. For a **private or paid** community you belong to, supply your **own** Skool session so the scraper reads the list as you:

1. Log in to Skool in your browser.
2. Open **DevTools → Application → Cookies → `https://www.skool.com`**.
3. Copy the value of the **`auth_token`** cookie.
4. Paste it into the **`skoolCookie`** input (the value alone, or the full `auth_token=...` string).

Your cookie is read from input only — it is **never logged, never stored, and never shared**. Use only a Skool login you own, and only on communities you're a member of.

> If a community's member list is private and you don't supply a cookie, the actor falls back to the **public top-member leaderboard** (the top few members Skool shows publicly), so you still get something.

***

### Who it's for

- 🎯 **Agencies & coaches** building outbound lists from the exact niche they sell into
- 🏢 **SaaS / info-product founders** prospecting community members as warm-ish leads
- 📣 **Community managers** auditing membership, engagement (level/points), and growth
- 🔎 **Recruiters & partnership teams** sourcing operators by socials + website
- 📈 **Growth/RevOps** feeding fresh members into Clay/CRM on a schedule

***

### Pricing (pay-per-event)

| Event | When it fires | Price (intended) |
|---|---|---|
| **Member scraped** (`lot-scraped`) | per member row returned | **$0.003** |
| **Email enriched** (`lot-detail-enriched`) | per member whose website is crawled for an email | **$0.002** |
| **Monitor run completed** (`monitor-run-completed`) | once per monitor-mode run | $0.01 |
| **New member detected** (`new-lot-detected`) | per newly joined member found in monitor mode | $0.003 |
| **Alert delivered** (`alert-delivered`) | per webhook/Slack/email alert sent | $0.002 |

You are **never** charged for actor start or for dataset items directly. A typical 200-member public pull with no enrichment runs ≈ **$0.60**.

| | Typical Skool scraper | Leading Skool suite | Budget clone | **This actor** |
|---|---|---|---|---|
| Public member list, no login | ⚠️ sometimes | ✅ | ⚠️ | ✅ |
| Private/paid via your own cookie | ❌ | ✅ | ❌ | ✅ |
| All socials per member | partial | ✅ | partial | ✅ |
| Email enrichment off member sites | ❌ | ⚠️ add-on | ❌ | ✅ |
| Level & points (engagement) | ❌ | ⚠️ | ❌ | ✅ |
| New-member monitor + alerts | ❌ | ⚠️ | ❌ | ✅ |
| Pricing | monthly | monthly | per-result | **pay-per-event, from $0.003** |

***

### FAQ

**Do I need a Skool account?** No — for **public** communities (owner enabled a visible member list). For **private/paid** communities you need to be a member and supply your own `skoolCookie`.

**Is my login safe?** Yes. The cookie is read from the run input only; it is never logged, persisted, or sent anywhere except to Skool as your normal session. Use only an account you own.

**Why are emails empty?** Skool **never** exposes member emails (the field is always blank server-side). When you enable **Enrich with emails**, the actor crawls each member's own **linked website** to find a real business email — so emails appear only for members who listed a website and publish a contact address.

**How many members can I pull?** It depends on access. Skool only renders the **full** member list to a logged-in member of the community. **Without a login** you get the community's **top members** (the page Skool shows publicly — great for a sample, the most active members, and small/open communities). To pull the **entire** roster of a community, supply your own **`skoolCookie`** for a community you belong to and set `maxItems: 0`.

**How does pagination work?** Skool serves 30 members per page. The actor reads each `?p=N` page, de-duplicates by member ID (Skool re-orders the list by online status between requests), and stops automatically once a page returns no new members — so it never loops uselessly. With your `skoolCookie`, the authenticated session unlocks the deeper pages.

**What if the member list is private?** The actor detects the redirect to the community's About page, falls back to the public top-member leaderboard, and tells you to supply a `skoolCookie` for the full list.

**Can I get only members with contacts?** Yes — turn on **Only keep members with a contact** to drop rows that have no website, social, or email.

**Does it run on a schedule?** Yes. Turn on **Monitor mode**, attach an Apify **Schedule**, and you'll get only the **newly joined** members each run, with optional Slack/webhook/email alerts.

**What output formats?** CSV, JSON, Excel, HTML table, or the Apify API/integrations (Clay, n8n, Make, Zapier).

**Will it break when Skool deploys?** No — the build ID is auto-discovered on every run from the live page, so deploys don't break pagination.

**Does it use a headless browser?** No — it reads Skool's server-rendered JSON directly over plain HTTP, so it's fast and cheap (no Playwright/Chromium).

***

### Related Skool & lead-gen actors (our siblings)

| Actor | What it does |
|---|---|
| **Skool Members & Email Scraper** (this one) | Community member lists → leads + email enrichment |
| **Eventective Scraper** | Event vendor & venue leads (phone, website, socials) + emails |
| **BounceGuide Scraper** | Inflatable/party-rental operator leads + emails |
| **Local Business Lead Scraper** | Local business leads with email enrichment |

***

### Legal & responsible use

This actor collects **publicly available** community-directory data (and, when you supply your own login, data you already have access to as a member). You are responsible for using it in compliance with applicable laws (**GDPR**, **CCPA**, **CAN-SPAM**) and Skool's terms. Do not use scraped data for spam or unsolicited bulk outreach; honor opt-outs. Use only a Skool login you own. We surface socials and public website emails so you can do **compliant, targeted** outreach — not blast lists.

# Actor input Schema

## `communityUrl` (type: `string`):

The Skool community to scrape members from. Paste the full URL (e.g. 'https://www.skool.com/ai-automation-society') or just the slug ('ai-automation-society'). Public communities work with no login; private/paid ones need your 'skoolCookie' below.

## `maxItems` (type: `integer`):

Cap on members per run. Set 0 for as many as the run can reach. NOTE: without a login you get the community's public top members (~30 for big communities); supply your own 'skoolCookie' for a community you belong to to pull its full roster. Give big runs a higher timeout.

## `skoolCookie` (type: `string`):

OPTIONAL. Only needed for PRIVATE/PAID communities you belong to. Paste your own Skool 'auth\_token' cookie value (or the full 'auth\_token=...' string). Get it from your browser DevTools > Application > Cookies > skool.com after logging in. It is read from input only, never logged or stored. Public communities do NOT need this.

## `enrichEmails` (type: `boolean`):

Skool never exposes member emails. When on, this crawls each member's own linked website (contact/about pages) to find a business email. Adds the $0.002/enriched-member charge.

## `maxPagesPerSite` (type: `integer`):

Pages of each member's website to crawl for an email.

## `requireContact` (type: `boolean`):

Output only members that have a website, social link, or found email — drops the contactless rows.

## `concurrency` (type: `integer`):

How many member websites to crawl in parallel during email enrichment.

## `monitorMode` (type: `boolean`):

Recurring watcher: diff against the prior run (per community) and output/alert ONLY newly joined members. Pair with an Apify Schedule.

## `alertOnNewMember` (type: `boolean`):

In monitor mode, send an alert for each new member.

## `webhookUrl` (type: `string`):

POST endpoint for new-member alerts.

## `slackWebhookUrl` (type: `string`):

Slack incoming-webhook URL.

## `emailRecipients` (type: `array`):

Emails for the new-member digest (via apify/send-mail).

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

Proxy settings. Datacenter rotation is plenty for the Skool member API (server-rendered JSON, light anti-bot). Residential helps for very large pulls.

## `diagnose` (type: `boolean`):

Dev only. Logs the first parsed member (with email if enrichment is on), then exits.

## Actor input object example

```json
{
  "communityUrl": "https://www.skool.com/ai-automation-society",
  "maxItems": 50,
  "enrichEmails": false,
  "maxPagesPerSite": 3,
  "requireContact": false,
  "concurrency": 8,
  "monitorMode": false,
  "alertOnNewMember": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

# Actor output Schema

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

The dataset of Skool community members (one item per member).

# 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 = {
    "communityUrl": "https://www.skool.com/ai-automation-society",
    "maxItems": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapersdelight/skool-members-scraper").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 = {
    "communityUrl": "https://www.skool.com/ai-automation-society",
    "maxItems": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("scrapersdelight/skool-members-scraper").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 '{
  "communityUrl": "https://www.skool.com/ai-automation-society",
  "maxItems": 50
}' |
apify call scrapersdelight/skool-members-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Skool Members & Email Scraper — Community Leads",
        "description": "From $0.0025/member: scrape any Skool community's member list — name, handle, bio, location, socials, joined date, level & points — plus optional email enrichment ($0.002/member). Public communities work no-login; bring your own Skool login for member-only data.",
        "version": "0.1",
        "x-build-id": "7XqP2PxKB5pjwgM10"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapersdelight~skool-members-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapersdelight-skool-members-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapersdelight~skool-members-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapersdelight-skool-members-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapersdelight~skool-members-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapersdelight-skool-members-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "communityUrl": {
                        "title": "Skool community URL",
                        "type": "string",
                        "description": "The Skool community to scrape members from. Paste the full URL (e.g. 'https://www.skool.com/ai-automation-society') or just the slug ('ai-automation-society'). Public communities work with no login; private/paid ones need your 'skoolCookie' below."
                    },
                    "maxItems": {
                        "title": "Max members",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Cap on members per run. Set 0 for as many as the run can reach. NOTE: without a login you get the community's public top members (~30 for big communities); supply your own 'skoolCookie' for a community you belong to to pull its full roster. Give big runs a higher timeout.",
                        "default": 50
                    },
                    "skoolCookie": {
                        "title": "Skool login cookie (auth_token) — optional, for private/paid communities",
                        "type": "string",
                        "description": "OPTIONAL. Only needed for PRIVATE/PAID communities you belong to. Paste your own Skool 'auth_token' cookie value (or the full 'auth_token=...' string). Get it from your browser DevTools > Application > Cookies > skool.com after logging in. It is read from input only, never logged or stored. Public communities do NOT need this."
                    },
                    "enrichEmails": {
                        "title": "Enrich with emails (from each member's website)",
                        "type": "boolean",
                        "description": "Skool never exposes member emails. When on, this crawls each member's own linked website (contact/about pages) to find a business email. Adds the $0.002/enriched-member charge.",
                        "default": false
                    },
                    "maxPagesPerSite": {
                        "title": "Max pages per website (email)",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Pages of each member's website to crawl for an email.",
                        "default": 3
                    },
                    "requireContact": {
                        "title": "Only keep members with a contact",
                        "type": "boolean",
                        "description": "Output only members that have a website, social link, or found email — drops the contactless rows.",
                        "default": false
                    },
                    "concurrency": {
                        "title": "Concurrency (email enrichment)",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "How many member websites to crawl in parallel during email enrichment.",
                        "default": 8
                    },
                    "monitorMode": {
                        "title": "Monitor mode (new-member watcher)",
                        "type": "boolean",
                        "description": "Recurring watcher: diff against the prior run (per community) and output/alert ONLY newly joined members. Pair with an Apify Schedule.",
                        "default": false
                    },
                    "alertOnNewMember": {
                        "title": "Alert on new members",
                        "type": "boolean",
                        "description": "In monitor mode, send an alert for each new member.",
                        "default": true
                    },
                    "webhookUrl": {
                        "title": "Webhook URL",
                        "type": "string",
                        "description": "POST endpoint for new-member alerts."
                    },
                    "slackWebhookUrl": {
                        "title": "Slack webhook URL",
                        "type": "string",
                        "description": "Slack incoming-webhook URL."
                    },
                    "emailRecipients": {
                        "title": "Email recipients",
                        "type": "array",
                        "description": "Emails for the new-member digest (via apify/send-mail).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Proxy settings. Datacenter rotation is plenty for the Skool member API (server-rendered JSON, light anti-bot). Residential helps for very large pulls.",
                        "default": {
                            "useApifyProxy": true
                        }
                    },
                    "diagnose": {
                        "title": "Diagnostic mode (dev)",
                        "type": "boolean",
                        "description": "Dev only. Logs the first parsed member (with email if enrichment is on), then exits.",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
