# Facebook Groups Scraper (`parseforge/facebook-groups-scraper`) Actor

Extract public Facebook group details including member count, privacy level, description, admin profiles, rules, cover photo, creation date, recent activity and pinned posts. Pass any group URL or slug and pull complete metadata into clean JSON, CSV or Excel for research and lead generation.

- **URL**: https://apify.com/parseforge/facebook-groups-scraper.md
- **Developed by:** [ParseForge](https://apify.com/parseforge) (community)
- **Categories:** Social media, Lead generation, Marketing
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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/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

![ParseForge Banner](https://github.com/ParseForge/apify-assets/blob/ad35ccc13ddd068b9d6cba33f323962e39aed5b2/banner.jpg?raw=true)

## 👥 Facebook Groups Scraper

> 🚀 **Pull member count, privacy, description and admin info from any public Facebook group.** Export complete group metadata into clean JSON, CSV or Excel for research, lead generation and community intelligence.

> 🕒 **Last updated:** 2026-04-24 · **📊 25 fields** per group · **👥 Member counts** · **🔒 Privacy detection** · **📍 Location metadata**

The **Facebook Groups Scraper** visits any public Facebook group and returns the full public profile of that group. Each record carries the group name, slug, canonical URL, member count, privacy level (public or private), group description, cover photo, admin and moderator list, posted rules, join-approval flag, creation date, recent post preview and a set of intent signals such as recent activity and pinned content.

The Actor accepts group URLs or bare slugs, resolves them to canonical Facebook URLs, and paginates through the group description and metadata blocks. You get a dataset ready for pipeline tooling: lead intelligence, audience sizing, market research, content trend mapping and community outreach.

| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Marketing researchers, community managers, lead generation teams, product marketers, journalists, academic researchers, agencies | Audience sizing, community mapping, competitor and niche discovery, influencer outreach, market research, content trend detection |

---

### 📋 What the Facebook Groups Scraper does

Five common workflows in a single run:

- 👥 **Group metadata export.** Name, URL, slug, description, cover photo and category in one record per group.
- 📏 **Member counts.** Formatted counts like "1.2M" parsed into integers so you can rank and filter.
- 🔒 **Privacy and access signals.** Public versus private flag, join-approval flag and membership-question flag.
- 👑 **Admin and moderator lists.** Profile names and links for the people running the group.
- 📜 **Group rules and recent activity.** Posted rules array plus the most recent public post preview.

> 💡 **Why it matters:** Facebook's own UI makes you click through group headers one by one and never lets you export. Lead-generation tools that claim to scrape groups usually return 5 or 10 fields and break every few weeks. This Actor gives you 25 fields, covers rules and admins, and keeps the format stable across runs.

---

### ⚙️ Input

<table>
<thead>
<tr><th>Input</th><th>Type</th><th>Default</th><th>Behavior</th></tr>
</thead>
<tbody>
<tr><td><code>startUrls</code></td><td>array of strings</td><td>required</td><td>Group URLs or slugs. Both <code>https://www.facebook.com/groups/myslug</code> and <code>myslug</code> are accepted.</td></tr>
<tr><td><code>maxItems</code></td><td>integer</td><td>10</td><td>Cap number of groups returned. Free plan tops out at 10.</td></tr>
<tr><td><code>enrichGroup</code></td><td>boolean</td><td>true</td><td>Pulls the extended metadata block: admin list, rules, recent post preview, pinned post, language.</td></tr>
<tr><td><code>proxyConfiguration</code></td><td>object</td><td>residential</td><td>Override the proxy group if you need a specific country.</td></tr>
</tbody>
</table>

---

### 📊 Output

Every group is returned as a flat JSON record with 25 fields.

#### 🧾 Key fields

<table>
<thead><tr><th>Field</th><th>Type</th><th>Description</th></tr></thead>
<tbody>
<tr><td><code>groupId</code></td><td>string</td><td>Stable Facebook group id.</td></tr>
<tr><td><code>slug</code></td><td>string</td><td>Group slug from the URL path.</td></tr>
<tr><td><code>name</code></td><td>string</td><td>Display name of the group.</td></tr>
<tr><td><code>url</code></td><td>string</td><td>Canonical Facebook URL.</td></tr>
<tr><td><code>description</code></td><td>string</td><td>Long-form group description, cleaned of FB privacy boilerplate.</td></tr>
<tr><td><code>memberCount</code></td><td>integer</td><td>Parsed member total. Handles K/M/B suffixes.</td></tr>
<tr><td><code>privacy</code></td><td>string</td><td>Either <code>public</code> or <code>private</code>.</td></tr>
<tr><td><code>coverPhoto</code></td><td>string</td><td>URL of the cover image.</td></tr>
<tr><td><code>category</code></td><td>string</td><td>Group category label when Facebook exposes one.</td></tr>
<tr><td><code>admins</code></td><td>array</td><td>List of admin profiles with name and URL.</td></tr>
<tr><td><code>moderators</code></td><td>array</td><td>List of moderator profiles.</td></tr>
<tr><td><code>rules</code></td><td>array of strings</td><td>Posted group rules.</td></tr>
<tr><td><code>joinApprovalRequired</code></td><td>boolean</td><td>True when new members need admin approval.</td></tr>
<tr><td><code>location</code></td><td>string</td><td>City or region when Facebook exposes it.</td></tr>
<tr><td><code>createdAt</code></td><td>ISO 8601</td><td>Group creation date when published.</td></tr>
<tr><td><code>recentPostPreview</code></td><td>string</td><td>Short text preview of the most recent public post.</td></tr>
<tr><td><code>scrapedAt</code></td><td>ISO 8601</td><td>Run timestamp.</td></tr>
</tbody>
</table>

#### 📦 Sample record

```json
{
  "groupId": "2322534371176100",
  "slug": "DigitalNomadsAroundTheWorld",
  "name": "Digital Nomads Around the World",
  "url": "https://www.facebook.com/groups/DigitalNomadsAroundTheWorld",
  "description": "A community for digital nomads to connect, share tips and find co-working spots worldwide.",
  "memberCount": 201500,
  "privacy": "private",
  "coverPhoto": "https://scontent.fqfd1-1.fna.fbcdn.net/v/t39.30808-6/...",
  "category": "Travel",
  "admins": [{"name": "Aaron", "url": "https://www.facebook.com/profile.php?id=100007..."}],
  "moderators": [],
  "rules": ["Be respectful.", "No spam.", "Stay on topic."],
  "joinApprovalRequired": true,
  "location": null,
  "createdAt": null,
  "recentPostPreview": "Looking for co-working recommendations in Lisbon...",
  "scrapedAt": "2026-04-24T12:00:00.000Z"
}
````

***

### ✨ Why choose this Actor

- **25 fields per group.** Most alternatives return name and member count only.
- **Rules and admins included.** Useful for outreach targeting and community-fit scoring.
- **Privacy-aware.** Explicit flag for public vs private groups with join-approval signal.
- **Clean description text.** Strips the "Anyone can see who's in the group" boilerplate Facebook injects.
- **No tokens, no auth.** Anonymous access to public group pages.

***

### 🚀 How to use

1. Gather group URLs or slugs from Facebook search or your own CRM.
2. Drop them into `startUrls`.
3. Set `maxItems` and keep `enrichGroup` true for the full metadata block.
4. Run the Actor and download the dataset as JSON, CSV or Excel.

***

### 🎯 Business Use Cases

- 📊 **Lead Generation Teams** - Build vetted lists of communities where your ICP hangs out, ranked by member count and filtered by rules content
- 💼 **Marketing Researchers** - Map niches and sub-communities around a product category to cluster intent and audience tone
- 🔬 **Community Managers** - Track the groups your competitors own or participate in to quantify audience surface area around each brand
- 🤝 **Partnership Teams** - Pull admin profile links to build outreach lists for co-marketing, guest posts, and influencer collaborations

***

### 🔌 Automating Facebook Groups Scraper

- Schedule weekly refreshes so member counts stay current in your CRM.
- Pipe new groups into Airtable, Notion, Google Sheets or HubSpot through Apify integrations.
- Trigger on demand from n8n, Make or Zapier workflows.
- Hit the Apify REST API from your own backend for custom orchestration.

***

### 🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

<table>
<tr>
<td width="50%">

#### 🎓 Research and academia

- Datasets for sociology, digital anthropology, and network science
- Longitudinal studies on community growth and migration
- Reproducible research with cited, versioned dataset pulls
- Classroom exercises on online communities and ethics

</td>
<td width="50%">

#### 🎨 Personal and creative

- Side projects, portfolio demos, and indie app launches
- Writers researching subcultures and online communities
- Podcasters building guest lists from community admins
- Genealogists tracking family history and ancestry groups

</td>
</tr>
<tr>
<td width="50%">

#### 🤝 Non-profit and civic

- Advocacy groups documenting community landscapes by issue
- Investigative journalism on community network reach
- Transparency reports on coordinated community behavior
- Civic accountability databases with public group records

</td>
<td width="50%">

#### 🧪 Experimentation

- Train community-classification and recommendation models
- Validate partnership or content hypotheses with real data
- Prototype agent pipelines for community discovery
- Test dashboard concepts with live group metadata

</td>
</tr>
</table>

***

### 🤖 Ask an AI assistant about this scraper

Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:

- 💬 [**ChatGPT**](https://chat.openai.com/?q=How%20do%20I%20use%20the%20Facebook%20Groups%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🧠 [**Claude**](https://claude.ai/new?q=How%20do%20I%20use%20the%20Facebook%20Groups%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🔍 [**Perplexity**](https://perplexity.ai/search?q=How%20do%20I%20use%20the%20Facebook%20Groups%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)
- 🅒 [**Copilot**](https://copilot.microsoft.com/?q=How%20do%20I%20use%20the%20Facebook%20Groups%20Scraper%20by%20ParseForge%20on%20Apify%3F%20Show%20me%20input%20examples%2C%20output%20fields%2C%20common%20use%20cases%2C%20and%20how%20to%20integrate%20it%20into%20a%20workflow.)

***

### ❓ Frequently Asked Questions

**Does it work on private groups?**
Only public group metadata is accessible. Private group content is not returned.

**How accurate is memberCount?**
We parse Facebook's formatted counts (e.g. "1.2M members") and return integers. Accuracy matches whatever the group header shows.

**Can I get the posts inside a group?**
This Actor returns metadata plus a short preview of the most recent public post. Full post streams require a sign-in and are not supported here.

**Do I need a Facebook account?**
No. The Actor runs anonymously against public group pages.

**How fresh is the data?**
Every run hits Facebook live, so counts and descriptions reflect the current state.

**What if I only have the slug, not the full URL?**
Pass the slug alone. The Actor resolves it to `https://www.facebook.com/groups/{slug}` automatically.

**Are admin names always returned?**
When Facebook exposes them in the public group header. Some groups hide the admin list.

**Does it detect the group language?**
The `language` field returns a two-letter ISO code when Facebook publishes it in the metadata block.

***

### 🔌 Integrate with any app

Plug results into [Make](https://apify.com/integrations), [Zapier](https://apify.com/integrations), [n8n](https://apify.com/integrations), [Slack](https://apify.com/integrations), [LangChain](https://apify.com/integrations), and [100+ other platforms](https://apify.com/integrations) through Apify's integration library. The [Apify REST API](https://docs.apify.com/api/v2) is available for direct backend use.

***

### 🔗 Recommended Actors

| Actor | What it does |
|---|---|
| [Facebook Comments Scraper](https://apify.com/parseforge/facebook-comments-scraper) | Pulls threaded comments, replies, reactions and mentions from any public Facebook post. |
| [Facebook Marketplace Scraper](https://apify.com/parseforge/facebook-marketplace-scraper) | Exports listings, prices and sellers from Facebook Marketplace by city and query. |
| [Instagram Scraper](https://apify.com/parseforge/instagram-scraper) | Posts, reels and profile data from public Instagram accounts. |
| [TikTok Comments Scraper](https://apify.com/parseforge/tiktok-comments-scraper) | Same depth of comment extraction for TikTok videos. |
| [Twitter Scraper](https://apify.com/parseforge/twitter-scraper) | Pull public tweets, threads and user profiles. |

***

### 💡 Tips

- Pass slugs when you can. They are shorter and easier to dedupe than full URLs.
- Run weekly rather than daily. Member counts move slowly and residential bandwidth is not free.
- If a group returns empty fields, check that the URL resolves in an incognito window. Private groups won't be accessible here.

***

### 🆘 Support

Open a ticket at [tally.so/r/BzdKgA](https://tally.so/r/BzdKgA) and include the run id. Same-day replies on weekdays.

**New to Apify?** [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=vmoqkp) and your first run is on the house.

***

### ⚠️ Disclaimer

This Actor collects only publicly accessible group metadata. You are responsible for complying with Facebook's Terms of Service, local data-protection laws (GDPR, CCPA) and any applicable research or journalism ethics. Review your use case before archiving or redistributing personal data.

# Actor input Schema

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

Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000

## `startUrls` (type: `array`):

List of Facebook group URLs (e.g. https://www.facebook.com/groups/12345) or group slugs.

## `enrichGroup` (type: `boolean`):

Fetch detailed metadata (rules, admins, recent post preview). Disable for faster basic scraping.

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

Apify proxy configuration (residential recommended).

## Actor input object example

```json
{
  "maxItems": 10,
  "startUrls": [
    "https://www.facebook.com/groups/buynothingproject",
    "https://www.facebook.com/groups/humansofnewyork"
  ],
  "enrichGroup": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Complete dataset

# 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 = {
    "maxItems": 10,
    "startUrls": [
        "https://www.facebook.com/groups/buynothingproject",
        "https://www.facebook.com/groups/humansofnewyork"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("parseforge/facebook-groups-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 = {
    "maxItems": 10,
    "startUrls": [
        "https://www.facebook.com/groups/buynothingproject",
        "https://www.facebook.com/groups/humansofnewyork",
    ],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("parseforge/facebook-groups-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 '{
  "maxItems": 10,
  "startUrls": [
    "https://www.facebook.com/groups/buynothingproject",
    "https://www.facebook.com/groups/humansofnewyork"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call parseforge/facebook-groups-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Facebook Groups Scraper",
        "description": "Extract public Facebook group details including member count, privacy level, description, admin profiles, rules, cover photo, creation date, recent activity and pinned posts. Pass any group URL or slug and pull complete metadata into clean JSON, CSV or Excel for research and lead generation.",
        "version": "1.0",
        "x-build-id": "wFevZH8mLO8omR2bF"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/parseforge~facebook-groups-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-parseforge-facebook-groups-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/parseforge~facebook-groups-scraper/runs": {
            "post": {
                "operationId": "runs-sync-parseforge-facebook-groups-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/parseforge~facebook-groups-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-parseforge-facebook-groups-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",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "maxItems": {
                        "title": "Max Items",
                        "minimum": 1,
                        "maximum": 1000000,
                        "type": "integer",
                        "description": "Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000"
                    },
                    "startUrls": {
                        "title": "Group URLs or Slugs",
                        "type": "array",
                        "description": "List of Facebook group URLs (e.g. https://www.facebook.com/groups/12345) or group slugs.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "enrichGroup": {
                        "title": "Enrich Group Data",
                        "type": "boolean",
                        "description": "Fetch detailed metadata (rules, admins, recent post preview). Disable for faster basic scraping.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Apify proxy configuration (residential recommended)."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
