# Instagram Followers Count Bulk Scraper (`automation-lab/instagram-followers-count-bulk-scraper`) Actor

Bulk-check Instagram follower counts for hundreds of usernames in one run. Get followers, following, posts count, bio, and more. No login or API key required.

- **URL**: https://apify.com/automation-lab/instagram-followers-count-bulk-scraper.md
- **Developed by:** [Stas Persiianenko](https://apify.com/automation-lab) (community)
- **Categories:** Social media
- **Stats:** 3 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

## Instagram Followers Count Bulk Scraper

Look up Instagram follower counts for **hundreds of usernames in a single run**. Get followers, following, posts count, verification status, bio, and more — no login, no API key, no browser required.

Built on the Instagram mobile API for maximum speed and reliability. Each profile lookup takes under a second, making bulk checks fast and affordable.

---

### 🔍 What does Instagram Followers Count Bulk Scraper do?

This actor accepts a list of Instagram usernames and returns the follower count (plus profile metadata) for each one. It uses the undocumented Instagram mobile API (`i.instagram.com`) — the same API used by Instagram's official mobile app — for fast, reliable data without browser overhead.

**Key capabilities:**
- ✅ Check follower counts for 1 to 1,000+ usernames per run
- ✅ Returns followers, following, posts count, bio, verification badge, privacy status
- ✅ Handles invalid usernames gracefully (returns error field, keeps running)
- ✅ No login or API key required — fully public data
- ✅ Pure HTTP — no Playwright, no browser, minimal memory (256 MB)
- ✅ Streams results — data appears in the dataset as each profile completes

---

### 👥 Who is it for?

**Influencer marketing agencies**
- Verify follower counts for 500 creator candidates in one run before outreach
- Track follower growth monthly across your entire talent roster
- Compare engagement ratios across a shortlist

**Social media managers & brand teams**
- Monitor competitor account growth over time with scheduled runs
- Build competitor benchmark dashboards without manual copy-paste
- Alert when a rival crosses a follower milestone

**Market researchers & data analysts**
- Enrich creator databases with live follower counts
- Feed Instagram data into Google Sheets, Airtable, or BigQuery
- Cross-validate influencer stats from third-party databases

**PR & media professionals**
- Quickly vet spokespeople and journalists by actual audience size
- Qualify prospective brand ambassadors against follower thresholds
- Compile media kit verification for pitch decks

**Developers & automation builders**
- Connect to Zapier/Make to trigger workflows when followers hit a target
- Build internal tools that display current follower counts
- Integrate with CRMs to enrich contact records with social proof

---

### 💡 Why use Instagram Followers Count Bulk Scraper?

- **Bulk-first design** — the competitor `apify/instagram-followers-count-scraper` has 8,500+ users but processes one at a time in spirit; this actor is designed for batch lookup with streaming output
- **Pure HTTP speed** — no browser launch time, no page rendering. A 100-username run typically finishes in under 2 minutes
- **FREE tier available** — run without any Apify subscription. Pay only a small start fee per run
- **Graceful error handling** — bad usernames, private profiles that redirect, or rate limits don't crash the run; each result includes an `error` field
- **Proxy auto-configured** — Residential proxy is automatically used (Instagram blocks datacenter IPs with 401). You can override with your own proxy settings if needed
- **Streaming output** — each result is pushed to the dataset immediately, so you can see partial results while large runs are still in progress

---

### 📊 What data can you extract?

| Field | Type | Description |
|-------|------|-------------|
| `username` | string | Instagram username |
| `fullName` | string | Display name on profile |
| `followersCount` | number | **Follower count** |
| `followingCount` | number | Number of accounts followed |
| `postsCount` | number | Total posts published |
| `isVerified` | boolean | Blue verification badge |
| `isPrivate` | boolean | Whether account is private |
| `biography` | string | Profile bio text |
| `externalUrl` | string | Link in bio (if set) |
| `profilePicUrl` | string | Profile photo URL |
| `profileUrl` | string | Direct Instagram profile URL |
| `error` | string\|null | Error message if lookup failed |

---

### 💰 How much does it cost to check Instagram follower counts?

This actor uses **Pay-Per-Event (PPE)** pricing — you only pay for profiles actually scraped.

| Event | FREE tier | BRONZE | SILVER | GOLD | PLATINUM | DIAMOND |
|-------|-----------|--------|--------|------|----------|---------|
| Run started | $0.005 | $0.005 | $0.005 | $0.005 | $0.005 | $0.005 |
| Profile scraped | $0.002 | $0.006 | $0.0047 | $0.0036 | $0.0024 | $0.0018 |

**Real-world cost examples:**

| Use case | Profiles | Cost (FREE tier) | Cost (BRONZE) |
|----------|----------|-------------------|---------------|
| Quick agency shortlist | 50 | ~$0.105 | ~$0.305 |
| Weekly brand competitor audit | 200 | ~$0.405 | ~$1.205 |
| Monthly talent database refresh | 1,000 | ~$2.005 | ~$6.005 |
| Large influencer campaign vetting | 5,000 | ~$10.005 | ~$30.005 |

**Free Apify account** includes $5 in credits — enough for hundreds of profile lookups. No credit card required to start.

---

### 🚀 How to check Instagram follower counts in bulk

1. Open [Instagram Followers Count Bulk Scraper](https://apify.com/automation-lab/instagram-followers-count-bulk-scraper) on Apify Store
2. Click **Try for free**
3. In the **Usernames** field, paste your list of Instagram usernames (without `@`)
4. Click **Save & Start**
5. Results appear in the **Output** tab as profiles are scraped
6. Export to JSON, CSV, or Excel from the **Output** tab

**Input example for 5 accounts:**
```json
{
  "usernames": ["natgeo", "nasa", "cristiano", "kyliejenner", "therock"],
  "delayBetweenRequestsMs": 300
}
````

**Input example (proxy is auto-configured — residential proxy is used by default):**

```json
{
  "usernames": ["brand1", "brand2", "brand3"],
  "delayBetweenRequestsMs": 500,
  "maxRetries": 5
}
```

***

### ⚙️ Input parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `usernames` | array | — | **Required.** List of Instagram usernames (with or without `@`) |
| `maxRetries` | integer | 3 | Max retries per username on transient errors |
| `delayBetweenRequestsMs` | integer | 300 | Milliseconds between requests. Increase to 500–1000 for large batches |
| `proxyConfiguration` | object | — | Proxy config. Leave empty to use residential proxy automatically (required for Instagram) |

***

### 📤 Output example

```json
{
  "username": "natgeo",
  "fullName": "National Geographic",
  "followersCount": 274991636,
  "followingCount": 193,
  "postsCount": 31525,
  "isVerified": true,
  "isPrivate": false,
  "biography": "Step into wonder and find your inner explorer with National Geographic 🌎",
  "externalUrl": "http://visitstore.bio/natgeo",
  "profilePicUrl": "https://scontent-...",
  "profileUrl": "https://www.instagram.com/natgeo/",
  "error": null
}
```

**Failed lookup example:**

```json
{
  "username": "thisuserdoesnotexist99999",
  "fullName": null,
  "followersCount": null,
  "followingCount": null,
  "postsCount": null,
  "isVerified": null,
  "isPrivate": null,
  "biography": null,
  "externalUrl": null,
  "profilePicUrl": null,
  "profileUrl": "https://www.instagram.com/thisuserdoesnotexist99999/",
  "error": "Profile not found (404)"
}
```

***

### 💡 Tips for best results

- **Start small** — test with 5–10 usernames first to verify the data looks correct before running a large batch
- **Default delay is enough** — 300ms between requests works for batches up to ~500 accounts. For 1,000+ usernames, increase to 500–800ms
- **Proxy is auto-configured** — Residential proxy is used automatically (datacenter IPs are blocked by Instagram). For very large batches you can override with your own proxy settings
- **The `@` symbol is stripped automatically** — paste usernames with or without `@`
- **Private accounts still return follower counts** — the API returns public metadata even for private profiles
- **Schedule recurring runs** — use Apify's scheduler to run weekly follower audits and track growth over time
- **Export to Google Sheets** — use the Apify → Google Sheets integration to auto-populate a spreadsheet after each run

***

### 🔗 Integrations

**Instagram Followers Count Bulk Scraper → Google Sheets**
Schedule weekly runs to automatically update a spreadsheet with the latest follower counts for your competitor tracking dashboard. Use the Apify → Google Sheets integration to map `username` and `followersCount` fields.

**Instagram Followers Count Bulk Scraper → Slack/Discord**
Set up a webhook to alert your team when a monitored account crosses a follower milestone (e.g., "Brand X just hit 1M followers"). Combine with Apify webhooks and Make automations.

**Instagram Followers Count Bulk Scraper → Airtable/CRM**
Enrich your influencer database with live follower counts before a campaign. Run the scraper against your contact list and sync the results back using Make or Zapier.

**Instagram Followers Count Bulk Scraper → Zapier/Make**
Trigger a workflow when a competitor's follower count changes significantly. Connect the actor output to any of the 5,000+ apps supported by Zapier or Make.

**Scheduled monitoring**
Use Apify's built-in scheduler to run daily or weekly follower audits. Pair with dataset comparison logic to detect growth trends automatically.

***

### 🤖 API usage

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });

const run = await client.actor('automation-lab/instagram-followers-count-bulk-scraper').call({
  usernames: ['natgeo', 'nasa', 'cristiano'],
  delayBetweenRequestsMs: 300,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token="YOUR_API_TOKEN")

run = client.actor("automation-lab/instagram-followers-count-bulk-scraper").call(
    run_input={
        "usernames": ["natgeo", "nasa", "cristiano"],
        "delayBetweenRequestsMs": 300,
    }
)

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item["username"], item["followersCount"])
```

#### cURL

```bash
curl -X POST \
  "https://api.apify.com/v2/acts/automation-lab~instagram-followers-count-bulk-scraper/runs?token=YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "usernames": ["natgeo", "nasa", "cristiano"],
    "delayBetweenRequestsMs": 300
  }'
```

***

### 🧠 Use with AI agents via MCP

Instagram Followers Count Bulk Scraper is available as a tool for AI assistants that support the [Model Context Protocol (MCP)](https://docs.apify.com/platform/integrations/mcp).

Add the Apify MCP server to your AI client — this gives you access to all Apify actors, including this one:

#### Setup for Claude Code

```bash
claude mcp add --transport http apify "https://mcp.apify.com"
```

#### Setup for Claude Desktop, Cursor, or VS Code

Add this to your MCP config file:

```json
{
    "mcpServers": {
        "apify": {
            "url": "https://mcp.apify.com"
        }
    }
}
```

Your AI assistant will use OAuth to authenticate with your Apify account on first use.

#### Example prompts

Once connected, try asking your AI assistant:

- "Use automation-lab/instagram-followers-count-bulk-scraper to check follower counts for these 20 influencers: \[paste list]"
- "Check which of these brand accounts has the most Instagram followers: adidas, nike, puma, reebok"
- "Fetch Instagram profile data for my competitor list and tell me the top 5 by follower count"

Learn more in the [Apify MCP documentation](https://docs.apify.com/platform/integrations/mcp).

***

### ⚖️ Legality

Yes, for public data. Instagram follower counts are publicly visible to anyone who visits a profile — no account or login is required. This actor reads only the same data that any visitor could see in their browser.

**We follow ethical scraping principles:**

- Only public profiles are queried
- No login, no account, no session cookies are used
- Rate limiting and delays are built-in to avoid server load
- The actor does not store or re-sell scraped data

For guidance on responsible use, see the [Apify legal overview](https://apify.com/legal/responsible-web-scraping) and [Instagram's Terms of Use](https://help.instagram.com/581066165581870).

***

### ❓ FAQ

**How fast does it run?**
Each profile lookup takes under 1 second. A 100-username batch typically completes in 1–2 minutes. A 500-username batch takes 5–10 minutes with default delay settings.

**How much does it cost to check 1,000 Instagram followers?**
On the FREE tier: approximately $2.005 ($0.005 start + 1,000 × $0.002). On the BRONZE plan: approximately $6.005 ($0.005 start + 1,000 × $0.006). The first ~$5 is free on a new Apify account.

**Is this better than the official Instagram API?**
For follower counts, yes. The official Instagram Graph API requires Facebook app approval, a linked Facebook page, and has strict rate limits (200 calls/hour for basic access). This actor requires none of that — just paste usernames and go.

**Why did some profiles return errors?**
A few reasons: (1) The username doesn't exist (404 error). (2) Instagram temporarily rate-limited the proxy IP — try increasing `delayBetweenRequestsMs`. (3) Rare API changes — if this happens consistently, please open an issue.

**Why are results empty for a username I know exists?**
Try increasing the delay to 800ms. The actor uses residential proxy automatically. If you still see 401 errors, try a different proxy country in the proxy configuration input.

**Can I scrape private accounts?**
Private accounts still return public metadata: username, full name, follower count, following count, posts count, verification badge, and whether the account is private. The `isPrivate` field will be `true`. Bio and external URL may be omitted.

**Does this work for business accounts?**
Yes. Business accounts, creator accounts, and personal accounts all return the same public profile data.

***

### 📦 Related scrapers

- [Instagram Scraper](https://apify.com/automation-lab/instagram-scraper) — full Instagram data extraction: posts, reels, stories, hashtags, and profiles
- [Instagram Comments Scraper](https://apify.com/automation-lab/instagram-comments-scraper) — extract comments from any public post or reel
- [Instagram Stories Scraper](https://apify.com/automation-lab/instagram-stories-scraper) — download stories from public accounts
- [Instagram Reels Scraper](https://apify.com/automation-lab/instagram-reels-scraper) — extract reels metadata, views, and engagement data

### 📦 Other social media scrapers

- [TikTok Scraper](https://apify.com/automation-lab/tiktok-scraper) — TikTok profile data, videos, hashtags, and trends
- [Twitter/X Scraper](https://apify.com/automation-lab/twitter-scraper) — tweets, profiles, followers, and engagement data
- [LinkedIn Profile Scraper](https://apify.com/automation-lab/linkedin-profile-scraper) — LinkedIn profiles, companies, and job listings
- [YouTube Scraper](https://apify.com/automation-lab/youtube-scraper) — YouTube videos, channels, comments, and search results

# Actor input Schema

## `usernames` (type: `array`):

List of Instagram usernames to check. Enter without the @ symbol.

## `maxRetries` (type: `integer`):

Maximum number of retry attempts if a request fails. Default is 2.

## `delayBetweenRequestsMs` (type: `integer`):

Milliseconds to wait between individual profile requests. Increase if you see rate limiting. Default is 300ms.

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

Proxy settings. If left empty, SHADER datacenter proxy is used automatically.

## Actor input object example

```json
{
  "usernames": [
    "natgeo",
    "nasa",
    "instagram"
  ],
  "maxRetries": 2,
  "delayBetweenRequestsMs": 300
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "usernames": [
        "natgeo",
        "nasa",
        "instagram"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation-lab/instagram-followers-count-bulk-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 = { "usernames": [
        "natgeo",
        "nasa",
        "instagram",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("automation-lab/instagram-followers-count-bulk-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 '{
  "usernames": [
    "natgeo",
    "nasa",
    "instagram"
  ]
}' |
apify call automation-lab/instagram-followers-count-bulk-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=automation-lab/instagram-followers-count-bulk-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Instagram Followers Count Bulk Scraper",
        "description": "Bulk-check Instagram follower counts for hundreds of usernames in one run. Get followers, following, posts count, bio, and more. No login or API key required.",
        "version": "0.1",
        "x-build-id": "CKEpLmXaafuDhbhHp"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automation-lab~instagram-followers-count-bulk-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automation-lab-instagram-followers-count-bulk-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/automation-lab~instagram-followers-count-bulk-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automation-lab-instagram-followers-count-bulk-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/automation-lab~instagram-followers-count-bulk-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automation-lab-instagram-followers-count-bulk-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": [
                    "usernames"
                ],
                "properties": {
                    "usernames": {
                        "title": "👤 Instagram usernames",
                        "type": "array",
                        "description": "List of Instagram usernames to check. Enter without the @ symbol.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxRetries": {
                        "title": "🔁 Max retries per username",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Maximum number of retry attempts if a request fails. Default is 2.",
                        "default": 2
                    },
                    "delayBetweenRequestsMs": {
                        "title": "⏱️ Delay between requests (ms)",
                        "minimum": 0,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Milliseconds to wait between individual profile requests. Increase if you see rate limiting. Default is 300ms.",
                        "default": 300
                    },
                    "proxyConfiguration": {
                        "title": "🌐 Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. If left empty, SHADER datacenter proxy is used automatically."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
