# Instagram API Scraper (`scraply/instagram-api-scraper`) Actor

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

## Pricing

from $3.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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 API Scraper

> ⚡ Lightning-fast, no-login Instagram scraper. Profiles · Posts · Reels · Comments · Hashtags · Search.

Extract clean, structured data from any **public** Instagram URL or username — no headless browser, no logged-in cookies, no fragile session jugglery. The actor calls Instagram's own public endpoints with a battle-tested proxy escalator that quietly switches gears the moment Instagram pushes back.

---

### ✨ Why this actor?

| | |
|---|---|
| 🔓 **No login required** | Scrapes public data only — no sessions, no risky cookie reuse |
| 🪶 **Browser-free** | Pure async HTTP — 10× cheaper than headless-Chrome scrapers |
| 🛡️ **Auto-escalating proxies** | Direct → datacenter → residential, all behind the scenes |
| 💾 **Live results** | Each item is pushed to the dataset the moment it is parsed |
| 🗂️ **Per-section tables** | Posts, comments, profiles, reels each get their own view |
| 📅 **Date filtering** | `2 months`, `30 days`, `2026-01-01` — whichever you prefer |
| 🧷 **Source attribution** | Optional `parentData` tags each row with where it came from |

---

### 🎯 Key Features

- 📷 **Posts** — recent posts from any profile, hashtag, or single shortcode
- 💬 **Comments** — public comments under a post or reel
- 🪪 **Details** — full profile or post metadata
- 🔖 **Mentions** — every `@mention` parsed out of a profile's posts
- 🎬 **Reels** — reel-feed from a profile
- 🔎 **Search** — user / hashtag / place top-search

---

### 📥 Input

```json
{
  "directUrls": [
    "https://www.instagram.com/humansofny/",
    "humansofny",
    "https://www.instagram.com/p/DPwJzEVDbwC/"
  ],
  "resultsType": "posts",
  "resultsLimit": 30,
  "onlyPostsNewerThan": "1 year",
  "search": "",
  "searchType": "hashtag",
  "searchLimit": 20,
  "addParentData": false,
  "proxyConfiguration": { "useApifyProxy": false }
}
````

| Field | Type | Description |
|---|---|---|
| `directUrls` | array | Instagram URLs **or** bare usernames. Required. |
| `resultsType` | enum | `posts` · `comments` · `details` · `mentions` · `reels` · `stories` |
| `resultsLimit` | integer | Max items per URL (default `30`) |
| `onlyPostsNewerThan` | string | `2026-01-01`, `7 days`, `2 months`, etc. Empty = no filter |
| `search` | string | Optional Instagram search query |
| `searchType` | enum | `user` · `hashtag` · `place` |
| `searchLimit` | integer | 1–250 |
| `addParentData` | boolean | Attach a `parentData` field for source tracking |
| `proxyConfiguration` | object | Defaults to **no proxy**. Actor auto-falls back to datacenter, then residential, when needed |

***

### 📤 Output

Each item is pushed to the run's **default dataset** immediately on parse and tagged with a `section` field (`posts`, `comments`, `reels`, `profiles`, `details`, `mentions`, `search`). Switch between the **📷 Posts overview**, **💬 Comments view**, **🪪 Profile details**, **🎬 Reels view**, **🔖 Mentions view**, and **🔎 Search results** tabs in the Console to see the right columns for each section.

#### Post example

```json
{
  "id": "3742534382104984578_242598499",
  "type": "Sidecar",
  "shortCode": "DPwJzEVDbwC",
  "caption": "A few years ago I received a DM from @zohrankmamdani…",
  "hashtags": [],
  "mentions": ["zohrankmamdani"],
  "url": "https://www.instagram.com/p/DPwJzEVDbwC/",
  "commentsCount": 3949,
  "firstComment": "Hello friends ❤️ …",
  "latestComments": [ /* up to ~24 comments with full owner objects */ ],
  "dimensionsHeight": 720,
  "dimensionsWidth": 1080,
  "displayUrl": "https://scontent…cdninstagram.com/…",
  "images": [ "…", "…" ],
  "likesCount": 30381,
  "timestamp": "2026-05-06T15:31:34.000Z",
  "childPosts": [ /* carousel children */ ],
  "ownerFullName": "Humans of New York",
  "ownerUsername": "humansofny",
  "ownerId": "242598499",
  "isCommentsDisabled": false,
  "inputUrl": "https://www.instagram.com/humansofny/"
}
```

Profile, comment, reel, mention and search records have analogous, clean shapes — see the dataset views in Console.

***

### 🛡️ How the proxy escalator works

```
🌐 direct  ──► 🏢 datacenter  ──► 🏠 residential  (3 retries, sticky)
```

1. **Default**: no proxy. Talk directly to Instagram.
2. **First block** (HTTP 401/403/407/429/451/503 or transport errors) → switch to a datacenter proxy and retry.
3. **Second block** → switch to a residential proxy and retry up to 3 times.
4. Once on residential, **stay there** for the rest of the run.

Every escalation is logged with a clear emoji marker so you can see exactly when Instagram pushed back.

***

### 🚀 How to Use (Apify Console)

1. Log in at https://console.apify.com → **Actors**.
2. Open **Instagram API Scraper**.
3. Drop in your URLs / usernames, pick a `resultsType`, set a `resultsLimit`.
4. (Optional) tighten the window with `onlyPostsNewerThan` or run a `search`.
5. Click **Start**.
6. Watch the live log — posts/comments/profiles stream into the dataset as they are found.
7. Open **Output** → switch between **Posts overview**, **Comments view**, **Profile details** tabs.
8. Export to JSON / CSV / XLSX.

***

### 🤖 Use via API

Start a run synchronously and receive the dataset items in the response:

```bash
curl -X POST \
  "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "directUrls": ["https://www.instagram.com/humansofny/"],
    "resultsType": "posts",
    "resultsLimit": 30
  }'
```

Or start asynchronously:

```bash
curl -X POST \
  "https://api.apify.com/v2/acts/<ACTOR_ID>/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"directUrls":["humansofny"],"resultsType":"posts","resultsLimit":30}'
```

***

### 💡 Best Use Cases

- 🧠 **Audience research** — pull a creator's recent post + comment data into your warehouse
- 📈 **Brand monitoring** — track mentions of your brand across hashtags
- 🎯 **Competitive analysis** — diff a competitor's posting cadence and engagement
- 🧬 **Trend mining** — sweep hashtags weekly and feed posts into an LLM for theme analysis
- 📨 **Outreach prep** — enrich profile lists with bio + follower counts before email runs

***

### 💰 Pricing

This actor follows Apify's **pay-per-event** model. You're billed per actor start and per dataset item produced; full breakdown is shown on the actor's pricing page. The actor exits gracefully if your spend limit is reached — runs never crash because of pricing.

***

### ❓ FAQ

**Does it need an Instagram login?**
No. It only reads public data through Instagram's own public endpoints.

**Why am I sometimes getting fewer comments than the post's `commentsCount`?**
Without a logged-in session, Instagram only returns the most recent ~24 comments per post. The actor returns all of those.

**What happens if Instagram blocks me?**
The actor auto-escalates: direct → datacenter → residential (3 retries). You'll see the escalation in the log; nothing for you to do.

**Can I scrape private accounts?**
No — and you shouldn't. Only publicly accessible profiles, posts, reels, and hashtags are supported.

**Can I scrape stories?**
Only public, currently-visible stories on profiles that expose them publicly. Most stories are private and skipped silently.

***

### ⚖️ Legal / Responsible Use

- Data is collected only from **publicly available** Instagram URLs.
- The end user is responsible for compliance with GDPR, CCPA, anti-spam rules, and Instagram's terms.
- Don't use scraped personal data to spam, dox, or harass.

***

### 🆘 Support & Feedback

Open an issue on the actor page or send a message in the Apify Console. Bug reports with the **run ID** get fixed fastest. 💚

# Actor input Schema

## `directUrls` (type: `array`):

✨ Drop one or more Instagram URLs or bare usernames. Supports:
• 👤 Profiles — `https://www.instagram.com/humansofny/` or just `humansofny`
• 📷 Posts — `https://www.instagram.com/p/<shortcode>/`
• 🎬 Reels — `https://www.instagram.com/reel/<shortcode>/`
• #️⃣ Hashtags — `https://www.instagram.com/explore/tags/<tag>/`

## `resultsType` (type: `string`):

Choose the output type for each URL above.
• 📷 **posts** — recent posts from a profile / hashtag / single post
• 💬 **comments** — public comments under a post or reel
• 🪪 **details** — profile or post metadata only
• 🔖 **mentions** — extract `@mentions` from posts, or list hashtag posts
• 🎬 **reels** — reels feed from a profile
• 📖 **stories** — story-side fetch (best-effort, public only)

## `resultsLimit` (type: `integer`):

Maximum number of items to return for each URL (posts, comments, reels, etc.).

## `onlyPostsNewerThan` (type: `string`):

📆 Limit how far back to scrape. Pick an absolute date (`YYYY-MM-DD`) or a relative window (`7 days`, `2 months`, `3 years`). Only items posted on or after this cutoff are returned. Leave empty for no filter. All times are UTC.

## `addParentData` (type: `boolean`):

If enabled, each result item also includes a `parentData` field with the source profile/hashtag info.

## `search` (type: `string`):

Run an Instagram search instead of (or in addition to) URLs. Leave empty to disable search.

## `searchType` (type: `string`):

What the search query targets.

## `searchLimit` (type: `integer`):

Number of search results to return (1–250).

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

🌐 Default: **no proxy** — the actor talks to Instagram directly.
If Instagram rejects or blocks requests, the actor automatically escalates: 🔁 datacenter proxy → 🏠 residential proxy (3 retries). Once it falls back to residential, it sticks with residential for the rest of the run.
You can override the default by enabling Apify Proxy below.

## Actor input object example

```json
{
  "directUrls": [
    "https://www.instagram.com/humansofny/"
  ],
  "resultsType": "posts",
  "resultsLimit": 10,
  "addParentData": false,
  "search": "",
  "searchType": "hashtag",
  "searchLimit": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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 = {
    "directUrls": [
        "https://www.instagram.com/humansofny/"
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scraply/instagram-api-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 = {
    "directUrls": ["https://www.instagram.com/humansofny/"],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("scraply/instagram-api-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 '{
  "directUrls": [
    "https://www.instagram.com/humansofny/"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call scraply/instagram-api-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Instagram API Scraper",
        "description": null,
        "version": "0.1",
        "x-build-id": "qN43xRuwsJzlE91O8"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scraply~instagram-api-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scraply-instagram-api-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/scraply~instagram-api-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scraply-instagram-api-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/scraply~instagram-api-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scraply-instagram-api-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": [
                    "directUrls"
                ],
                "properties": {
                    "directUrls": {
                        "title": "🔗 Instagram URLs or usernames",
                        "type": "array",
                        "description": "✨ Drop one or more Instagram URLs or bare usernames. Supports:\n• 👤 Profiles — `https://www.instagram.com/humansofny/` or just `humansofny`\n• 📷 Posts — `https://www.instagram.com/p/<shortcode>/`\n• 🎬 Reels — `https://www.instagram.com/reel/<shortcode>/`\n• #️⃣ Hashtags — `https://www.instagram.com/explore/tags/<tag>/`",
                        "items": {
                            "type": "string"
                        }
                    },
                    "resultsType": {
                        "title": "🎯 What to scrape",
                        "enum": [
                            "posts",
                            "comments",
                            "details",
                            "mentions",
                            "reels",
                            "stories"
                        ],
                        "type": "string",
                        "description": "Choose the output type for each URL above.\n• 📷 **posts** — recent posts from a profile / hashtag / single post\n• 💬 **comments** — public comments under a post or reel\n• 🪪 **details** — profile or post metadata only\n• 🔖 **mentions** — extract `@mentions` from posts, or list hashtag posts\n• 🎬 **reels** — reels feed from a profile\n• 📖 **stories** — story-side fetch (best-effort, public only)",
                        "default": "posts"
                    },
                    "resultsLimit": {
                        "title": "🔢 Max results per URL",
                        "minimum": 1,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Maximum number of items to return for each URL (posts, comments, reels, etc.).",
                        "default": 10
                    },
                    "onlyPostsNewerThan": {
                        "title": "📅 Only items newer than",
                        "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$|^(\\d+)\\s*(day|week|month|year)s?$",
                        "type": "string",
                        "description": "📆 Limit how far back to scrape. Pick an absolute date (`YYYY-MM-DD`) or a relative window (`7 days`, `2 months`, `3 years`). Only items posted on or after this cutoff are returned. Leave empty for no filter. All times are UTC."
                    },
                    "addParentData": {
                        "title": "🧷 Attach parent (source) metadata",
                        "type": "boolean",
                        "description": "If enabled, each result item also includes a `parentData` field with the source profile/hashtag info.",
                        "default": false
                    },
                    "search": {
                        "title": "🔎 Search query (optional)",
                        "type": "string",
                        "description": "Run an Instagram search instead of (or in addition to) URLs. Leave empty to disable search.",
                        "default": ""
                    },
                    "searchType": {
                        "title": "🔍 Search type",
                        "enum": [
                            "user",
                            "hashtag",
                            "place"
                        ],
                        "type": "string",
                        "description": "What the search query targets.",
                        "default": "hashtag"
                    },
                    "searchLimit": {
                        "title": "🔢 Search results limit",
                        "minimum": 1,
                        "maximum": 250,
                        "type": "integer",
                        "description": "Number of search results to return (1–250).",
                        "default": 1
                    },
                    "proxyConfiguration": {
                        "title": "🛡️ Proxy configuration",
                        "type": "object",
                        "description": "🌐 Default: **no proxy** — the actor talks to Instagram directly.\nIf Instagram rejects or blocks requests, the actor automatically escalates: 🔁 datacenter proxy → 🏠 residential proxy (3 retries). Once it falls back to residential, it sticks with residential for the rest of the run.\nYou can override the default by enabling Apify Proxy below.",
                        "default": {
                            "useApifyProxy": 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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
