# Bluesky Scraper & Social Listener — Posts, Mentions & Keyword (`bikram07/bluesky-social-listener`) Actor

Bluesky scraper and social listening tool: monitor any account or search the whole network by keyword/hashtag via the official AT Protocol API — no browser, no anti-bot risk. Alert mode returns only new posts each run for daily brand and competitor monitoring.

- **URL**: https://apify.com/bikram07/bluesky-social-listener.md
- **Developed by:** [Bikram](https://apify.com/bikram07) (community)
- **Categories:** Social media, Agents, Lead generation
- **Stats:** 2 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 bluesky posts

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

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

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

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

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

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

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

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

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

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Bluesky Scraper & Social Listener — Posts, Mentions & Keyword Alerts

Scrape and monitor **Bluesky** posts by account or keyword using the **official AT Protocol API** — no browser scraping, no Cloudflare risk, no DOM breakage. Schedule it daily and get only the posts you haven't seen yet. Built for brand monitoring, competitor tracking, and social listening pipelines.

**Primary keywords:** Bluesky scraper · Bluesky social listening · Bluesky monitoring · Bluesky keyword search · AT Protocol posts API

### What it does

- **Monitor any Bluesky account** — pass one or more handles and export their recent posts as clean JSON. No login required.
- **Search the whole network by keyword or hashtag** — track brand mentions, competitors, or trends across all of Bluesky (app password required).
- **Alert mode** — remember what you've already delivered and output **only new posts** on each run. Schedule it for a daily diff of fresh activity.
- **Agent-ready** — call it from Claude, Cursor, or any MCP client to give your AI agent live Bluesky data.

### How it works

1. You provide **handles** (to monitor accounts) and/or a **searchQuery** (to search by keyword).
2. For account monitoring, the Actor reads the public AT Protocol AppView (`public.api.bsky.app` → `app.bsky.feed.getAuthorFeed`) — anonymous, read-only, no credentials.
3. For keyword search, it authenticates with your Bluesky **App Password** and calls `app.bsky.feed.searchPosts` across the network.
4. Each post is flattened into a clean dataset record with author, text, engagement counts, and embeds.
5. With **alert mode** on, post IDs from previous runs are remembered (per handle/query combination, for 90 days) and already-delivered posts are skipped before they're ever charged.

### Input

| Field | Type | Required | Description |
|---|---|---|---|
| `handles` | array | one of handles/search | Bluesky handles to monitor — e.g. `apify.com`, `paulg.bsky.social`. No `@` needed. |
| `searchQuery` | string | one of handles/search | Keyword, phrase, or hashtag to search across the network. |
| `identifier` | string | only for search | Your Bluesky handle or email (for authenticated search). |
| `appPassword` | string | only for search | Bluesky **App Password** (not your main password) — Settings → Privacy and Security → App Passwords. |
| `maxRecords` | integer | no | Max posts to output and charge (default: 200, max: 10,000). |
| `alertMode` | boolean | no | Output only posts not seen in previous runs (default: false). |
| `includeReplies` | boolean | no | Include reply posts, not just top-level posts and reposts (default: false). |

**Example — monitor accounts (no credentials):**
```json
{
    "handles": ["apify.com", "ycombinator.com"],
    "maxRecords": 500,
    "alertMode": true,
    "includeReplies": false
}
````

**Example — keyword search (credentials required):**

```json
{
    "searchQuery": "#buildinpublic saas",
    "identifier": "yourname.bsky.social",
    "appPassword": "xxxx-xxxx-xxxx-xxxx",
    "maxRecords": 200,
    "alertMode": false
}
```

### Output fields

Each post is one dataset item. These are the exact fields returned:

| Field | Type | Description |
|---|---|---|
| `postId` | string | Content ID (CID) of the post — stable unique identifier. |
| `uri` | string | AT Protocol URI (`at://did:plc:.../app.bsky.feed.post/...`). |
| `url` | string | Public `bsky.app` permalink to the post. |
| `authorHandle` | string | Author's Bluesky handle (e.g. `apify.com`). |
| `authorDisplayName` | string | Author's display name. |
| `authorDid` | string | Author's decentralized identifier (DID). |
| `text` | string | Full post text. |
| `langs` | array | Declared language codes (e.g. `["en"]`). |
| `createdAt` | string | When the author created the post (ISO 8601). |
| `indexedAt` | string | When the AppView indexed the post (ISO 8601). |
| `likeCount` | integer | Number of likes. |
| `repostCount` | integer | Number of reposts. |
| `replyCount` | integer | Number of replies. |
| `quoteCount` | integer | Number of quote posts. |
| `isReply` | boolean | Whether the post is a reply to another post. |
| `embeds` | array | Image embeds (`{type, alt}`) or link cards (`{type, uri, title}`). |

**Example item:**

```json
{
    "postId": "bafyreih...",
    "uri": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3lb2e7y6lic2z",
    "url": "https://bsky.app/profile/apify.com/post/3lb2e7y6lic2z",
    "authorHandle": "apify.com",
    "authorDisplayName": "Apify",
    "authorDid": "did:plc:z72i7hdynmk6r22z27h6tvur",
    "text": "Introducing our new MCP server — connect any Apify Actor to Claude or Cursor in one line.",
    "langs": ["en"],
    "createdAt": "2026-06-10T14:23:00.000Z",
    "indexedAt": "2026-06-10T14:23:01.521Z",
    "likeCount": 142,
    "repostCount": 38,
    "replyCount": 12,
    "quoteCount": 4,
    "isReply": false,
    "embeds": [{"type": "link", "uri": "https://apify.com/mcp", "title": "Apify MCP Server"}]
}
```

### Use cases

- **Brand & social media manager** — track every mention of your brand or product across Bluesky with a keyword search, and get a daily alert-mode digest of new conversations.
- **Competitor analyst** — monitor your competitors' handles and watch what they post, how often, and what gets engagement.
- **Growth / founder (build-in-public)** — search `#buildinpublic` or your niche keywords to find prospects, partners, and trends in real time.
- **Researcher / journalist** — export a clean JSON dataset of posts on any topic for analysis, with engagement counts and timestamps.
- **AI agent builder** — feed live Bluesky data into a Claude/Cursor agent via MCP for summarization, sentiment, or trend detection.

### Setting up daily alerts (alert mode + Apify Schedules)

1. Set your handles or search query and enable `alertMode: true`.
2. Create an [Apify Schedule](https://docs.apify.com/platform/schedules) to run the Actor daily.
3. Add a webhook integration: email, Slack, Make/Zapier, or direct to your database.
4. Each run outputs **only posts that previous runs haven't already delivered** — and only those new posts are charged.

Alert history is keyed per handle/query combination. Changing the handles or query starts a fresh history (by design). Remembered post IDs are pruned automatically after 90 days.

### Pricing — $1 per 1,000 posts

This Actor uses **pay-per-event** pricing. There is **no subscription and no monthly fee** — you pay only for the posts you actually receive.

| Event | Price | When charged |
|---|---|---|
| `bluesky-post` | $0.001 | Once per post written to the dataset |

- $1 = 1,000 posts. A run that returns 50 posts costs $0.05.
- In **alert mode**, already-seen posts are skipped *before* the charge call — they are never billed.
- A run that finds **no posts charges nothing**.

### Use from Claude, Cursor & AI agents (MCP)

```json
{
    "mcpServers": {
        "apify": {
            "url": "https://mcp.apify.com/sse?actors=bikram07/bluesky-social-listener",
            "headers": {
                "Authorization": "Bearer YOUR_APIFY_TOKEN"
            }
        }
    }
}
```

Ask your agent: *"What has @apify.com posted on Bluesky in the last 7 days? Summarize the themes."*

Or via API:

```bash
curl -X POST "https://api.apify.com/v2/acts/bikram07~bluesky-social-listener/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"handles": ["apify.com"], "maxRecords": 50}'
```

### What it does NOT do (limitations)

- **Keyword/hashtag search needs an App Password.** Bluesky's `searchPosts` endpoint is authenticated; monitoring specific accounts by handle does not need credentials.
- **No DMs, no private accounts, no follower graphs.** It returns public posts only — text, engagement counts, and embeds — not direct messages or private data.
- **No sentiment analysis or charts built in.** It delivers structured post data; analysis (sentiment, summaries, dashboards) is up to your pipeline or AI agent.
- **Engagement counts are a point-in-time snapshot** from when the post was fetched, not a live-updating stream.
- **Not affiliated with Bluesky PBC.** This is an independent tool built on the open AT Protocol.

### FAQ

**Is this a subscription?**
No. It's **pay-per-event** — $1 per 1,000 posts, with no monthly fee and no minimum. You pay only for the posts you receive.

**How does the pricing work, and what about refunds?**
You're charged $0.001 each time a post is written to your dataset (so 1,000 posts = $1). In alert mode, posts you've already received are skipped before any charge, and runs that return nothing cost nothing. Billing is handled by Apify; refunds follow the [Apify platform billing terms](https://apify.com/pricing).

**Does it use official APIs, or does it scrape?**
It uses the **official AT Protocol API** end to end — the public AppView (`public.api.bsky.app`) for account feeds and the authenticated `bsky.social` endpoint for keyword search. No HTML scraping, no headless browser, no anti-bot evasion.

**Do I need a Bluesky account to use this?**
Only for keyword search (`searchQuery`). Monitoring specific accounts by handle works with **no credentials at all** — the public AppView serves that data openly.

**What is an App Password and how do I create one?**
An App Password is a limited-access token that lets third-party apps read your account without your real password, DMs, or settings. Create one at **bsky.app → Settings → Privacy and Security → App Passwords**. Name it something like "Apify Social Listener".

**How is this different from a one-shot Bluesky scraper?**
Most Bluesky scrapers run once and dump posts. This Actor is built for **ongoing monitoring**: alert mode + scheduling means each run only charges for new posts and delivers a clean daily diff — no deduplication code to write yourself.

### Related searches

Bluesky scraper · Bluesky posts API · AT Protocol data · Bluesky social monitoring · Bluesky keyword alert · Bluesky brand monitoring · Bluesky mentions tracker · Bluesky feed export · social listening tool · bluesky.social scraper

***

Built on the [AT Protocol](https://atproto.com) public AppView. Not affiliated with Bluesky PBC.

# Actor input Schema

## `handles` (type: `array`):

One or more Bluesky account handles to monitor for new posts. Example: <b>apify.com</b>, <b>paulg.bsky.social</b>. No @ prefix needed. At least one of 'handles' or 'searchQuery' is required.

## `searchQuery` (type: `string`):

Search the full Bluesky network by keyword or hashtag. Example: <b>web scraping</b> or <b>#buildinpublic</b>. Requires 'identifier' and 'appPassword' credentials.

## `identifier` (type: `string`):

Your Bluesky handle or email address. Only required when using 'searchQuery'. Example: <b>yourname.bsky.social</b>

## `appPassword` (type: `string`):

A Bluesky App Password — <b>not</b> your main account password. Create one at: Settings → Privacy and Security → App Passwords. Only required when using 'searchQuery'.

## `maxRecords` (type: `integer`):

Maximum number of posts to output (and charge) in this run.

## `alertMode` (type: `boolean`):

When enabled, the Actor remembers which posts it has already output for this exact handle/query combination and outputs <b>only posts it has not seen before</b>. Run it on an Apify Schedule to get a daily feed of new posts. Only new posts are charged.

## `includeReplies` (type: `boolean`):

When enabled, the Actor also outputs reply posts (posts that are direct replies to other posts). Disabled by default to focus on original content.

## Actor input object example

```json
{
  "handles": [
    "apify.bsky.social"
  ],
  "maxRecords": 200,
  "alertMode": false,
  "includeReplies": 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 = {
    "handles": [
        "apify.bsky.social"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("bikram07/bluesky-social-listener").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 = { "handles": ["apify.bsky.social"] }

# Run the Actor and wait for it to finish
run = client.actor("bikram07/bluesky-social-listener").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 '{
  "handles": [
    "apify.bsky.social"
  ]
}' |
apify call bikram07/bluesky-social-listener --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=bikram07/bluesky-social-listener",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Bluesky Scraper & Social Listener — Posts, Mentions & Keyword",
        "description": "Bluesky scraper and social listening tool: monitor any account or search the whole network by keyword/hashtag via the official AT Protocol API — no browser, no anti-bot risk. Alert mode returns only new posts each run for daily brand and competitor monitoring.",
        "version": "0.1",
        "x-build-id": "GseEJWvXHI8IQ82O1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/bikram07~bluesky-social-listener/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-bikram07-bluesky-social-listener",
                "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/bikram07~bluesky-social-listener/runs": {
            "post": {
                "operationId": "runs-sync-bikram07-bluesky-social-listener",
                "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/bikram07~bluesky-social-listener/run-sync": {
            "post": {
                "operationId": "run-sync-bikram07-bluesky-social-listener",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "handles": {
                        "title": "Bluesky handles to monitor",
                        "type": "array",
                        "description": "One or more Bluesky account handles to monitor for new posts. Example: <b>apify.com</b>, <b>paulg.bsky.social</b>. No @ prefix needed. At least one of 'handles' or 'searchQuery' is required.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchQuery": {
                        "title": "Search query (keyword / hashtag)",
                        "type": "string",
                        "description": "Search the full Bluesky network by keyword or hashtag. Example: <b>web scraping</b> or <b>#buildinpublic</b>. Requires 'identifier' and 'appPassword' credentials."
                    },
                    "identifier": {
                        "title": "Bluesky identifier (for search)",
                        "type": "string",
                        "description": "Your Bluesky handle or email address. Only required when using 'searchQuery'. Example: <b>yourname.bsky.social</b>"
                    },
                    "appPassword": {
                        "title": "App Password (for search)",
                        "type": "string",
                        "description": "A Bluesky App Password — <b>not</b> your main account password. Create one at: Settings → Privacy and Security → App Passwords. Only required when using 'searchQuery'."
                    },
                    "maxRecords": {
                        "title": "Max posts",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of posts to output (and charge) in this run.",
                        "default": 200
                    },
                    "alertMode": {
                        "title": "Alert mode (only new posts)",
                        "type": "boolean",
                        "description": "When enabled, the Actor remembers which posts it has already output for this exact handle/query combination and outputs <b>only posts it has not seen before</b>. Run it on an Apify Schedule to get a daily feed of new posts. Only new posts are charged.",
                        "default": false
                    },
                    "includeReplies": {
                        "title": "Include replies",
                        "type": "boolean",
                        "description": "When enabled, the Actor also outputs reply posts (posts that are direct replies to other posts). Disabled by default to focus on original content.",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
