# Reddit Scraper - Posts, Comments, Users, Subreddits & Search (`automly/reddit-ultimate-scraper`) Actor

Scrape Reddit posts, comments, subreddits, user profiles, and keyword search results - no API key, no rate limits, no login. Full comment threads, 60+ fields per post, media and galleries. Export to JSON, CSV, Excel. Works with AI Agents, MCP, n8n, Make, Zapier.

- **URL**: https://apify.com/automly/reddit-ultimate-scraper.md
- **Developed by:** [Automly](https://apify.com/automly) (community)
- **Categories:** Social media, Lead generation, AI
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.55 / 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

## Reddit Scraper - Scrape Posts, Comments, Users, Subreddits & Search ⚡

**Scrape Reddit posts, comments, subreddits, user profiles, and keyword search results** — no API key, no rate limits, no login. Get full comment threads, 60+ fields per post, media and galleries, and export everything to **JSON, CSV, or Excel**. Built for speed and works with **AI Agents, MCP, n8n, Make, and Zapier**.

### What does Reddit Scraper do?

Reddit Scraper extracts public Reddit data at scale without a Reddit developer account or API key. Point it at any **subreddit, user, or post URL** — or give it a **search term** — and it returns clean structured rows in your dataset. It auto-detects what each Start URL is, so you can mix subreddits, profiles, and post links in one run.

- **Scrape subreddit posts** sorted by hot, new, top, or rising, with a time filter
- **Scrape Reddit comments** — full nested comment trees from any post
- **Scrape a Reddit user's posts and comments** (reverse-lookup a redditor's public activity)
- **Search Reddit** for posts, comments, communities, or users by keyword
- **Monitor brand mentions** and keywords across Reddit

### How to scrape Reddit without the API

Reddit's official API requires app registration, OAuth, and approval, and limits what you can pull. This scraper skips all of that — it reads Reddit's own data endpoints directly, so you get complete, structured data with **no API key, no login, and no rate-limit headaches**. Just add URLs or search terms and run.

### What data can you extract from Reddit?

Every item is a flat JSON object tagged with its `type` (`post`, `comment`, `user_item`, `community`, `user`):

- **Posts:** title, body text, author, subreddit, score, upvote ratio, number of comments, flair, media URLs, gallery images, NSFW flag, created date, permalink
- **Comments:** body, author, score, depth in the thread, parent, created date, permalink
- **Users:** username, karma, account age, profile data
- **Communities:** name, subscribers, description, category

### Reddit scraping use cases

- **Market and product research** — what people say about your product or niche
- **Lead generation** — find users asking questions your product answers
- **Brand monitoring** — track mentions and sentiment across subreddits
- **AI training data** — collect topical posts and comment threads
- **Trend and content research** — surface top posts in any community
- **Academic research** — gather discussion data at scale

### How to scrape a subreddit

Add a subreddit URL (e.g. `https://www.reddit.com/r/AskReddit/`) to **Start URLs**, choose a **sort** (hot, new, top, rising) and **time** range, and set **Max posts**. Run it to get every post as a dataset row.

### How to scrape Reddit comments

Add a post URL (e.g. `https://www.reddit.com/r/python/comments/abc123/...`) to **Start URLs**. The scraper walks the full nested comment tree up to **Max comments per post**. Set `skipComments` off to include them.

### How to scrape Reddit user profiles

Add a user URL (e.g. `https://www.reddit.com/user/spez/`) to **Start URLs** to pull that user's public posts and comments, newest first — a complete reverse-lookup of a redditor's activity.

### How to scrape Reddit search results

Add keywords to **Search terms**, then toggle what to return: **posts**, **comments**, **communities**, or **users**. Restrict to one subreddit with **Search inside community**, and sort by relevance, new, top, hot, or comments.

### How to monitor brand mentions on Reddit

Put your brand, product, or competitor names in **Search terms** with `searchPosts` and `searchComments` enabled, sort by **new**, and schedule the actor to run on an interval. Each run returns the latest mentions across Reddit.

### Input parameters

| Field | Type | Description |
|-------|------|-------------|
| `startUrls` | array | Subreddit, user, or post URLs. Type auto-detected. |
| `searches` | array | Keywords to search on Reddit. |
| `searchCommunityName` | string | Restrict searches to one subreddit. |
| `searchPosts` / `searchComments` / `searchCommunities` / `searchUsers` | boolean | What to return per search term. |
| `sort` | string | `relevance`, `hot`, `top`, `new`, `rising`, `comments`. |
| `time` | string | `hour`, `day`, `week`, `month`, `year`, `all`. |
| `includeNSFW` | boolean | Include 18+ content. |
| `maxPostCount` | integer | Max posts per subreddit / user / search. |
| `maxComments` | integer | Max comments per post. |
| `maxCommunitiesCount` / `maxUserCount` | integer | Max community / user search results. |
| `skipComments` / `skipUserPosts` / `skipCommunity` | boolean | Skip a target type. |
| `proxyConfiguration` | object | Proxy settings. Residential recommended. |

### Output example

```json
{
  "type": "post",
  "name": "t3_1tvs5jj",
  "author": "spez",
  "subreddit": "RDDT",
  "title": "Steve, Jen, and Drew here — Ask Us Anything!",
  "selftext": "...",
  "score": 1243,
  "upvote_ratio": 0.95,
  "num_comments": 587,
  "permalink": "/r/RDDT/comments/1tvs5jj/...",
  "created_utc": 1750000000,
  "url": "https://www.reddit.com/r/RDDT/comments/1tvs5jj/"
}
````

Fields keep Reddit's native names, so output drops straight into existing pipelines.

### How much does it cost to scrape Reddit?

This actor is light on resources because it fetches data directly instead of driving a browser, so runs are fast and cheap. Start with the free trial to gauge the exact cost for your volume, then scale up.

### Use Reddit Scraper with AI agents and MCP

Call this actor as a tool from AI agents through Apify's hosted **MCP server**, so assistants can pull live Reddit data at answer time. It also works with the Apify API and the Python and JavaScript clients.

### Integrate Reddit Scraper with n8n, Zapier, and Make

Trigger runs and pull results into your automations — connect Reddit data to **n8n**, **Zapier**, **Make**, Google Sheets, databases, and webhooks with no custom code.

### FAQ

**Do I need a Reddit account or API key?**
No. The actor needs neither. Just add URLs or search terms and run.

**Can it scrape all of a user's posts and comments?**
Yes — give it a user profile URL and it returns their full public post and comment history, newest first.

**Can it get posts a user hid or deleted from their profile?**
No. Once a post is hidden or deleted, Reddit removes it from public listings entirely, so no live scraper can retrieve it. Live scraping returns what is currently public.

**Does it get the full comment tree on a post?**
Yes. It walks the nested comment tree. Very deep collapsed branches are marked so you can expand them if needed.

**Why do I need a residential proxy?**
Reddit blocks datacenter IP ranges. Residential proxies (the default) look like normal users and keep runs reliable.

**What export formats are supported?**
JSON, CSV, Excel, and XML — from the Storage tab or the Apify API.

**Can I schedule it or call it from code?**
Yes. Schedule runs in the console, or use the Apify API and Python / JavaScript clients and poll the dataset.

### Related actors

Combine Reddit data with other social media, news, and web scrapers in the Apify Store to enrich your research, lead generation, and monitoring pipelines.

# Actor input Schema

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

Reddit URLs to scrape. Accepts subreddit URLs (r/<name>), user URLs (user/<name>) and post URLs (.../comments/<id>/...). Each is auto-detected.

## `searches` (type: `array`):

Keywords to search on Reddit. Leave empty if you only use Start URLs.

## `searchCommunityName` (type: `string`):

Restrict searches to a single subreddit (e.g. 'python'). Leave empty to search all of Reddit.

## `searchPosts` (type: `boolean`):

Return posts matching the search terms.

## `searchComments` (type: `boolean`):

Return real comments from posts matching the search terms (with full body). Reddit's API can't keyword-search comment text directly, so this pulls the comment threads of matching posts.

## `searchCommunities` (type: `boolean`):

Return subreddits matching the search terms.

## `searchUsers` (type: `boolean`):

Return user profiles matching the search terms.

## `sort` (type: `string`):

Sort order for listings and search.

## `time` (type: `string`):

Time window for 'top' / search results.

## `includeNSFW` (type: `boolean`):

Include posts marked 18+ / NSFW.

## `maxPostCount` (type: `integer`):

Maximum posts per subreddit / user / search.

## `maxComments` (type: `integer`):

Maximum comments to extract from each post's comment tree.

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

Maximum results when searching comments.

## `maxCommunitiesCount` (type: `integer`):

Maximum communities per search term.

## `maxUserCount` (type: `integer`):

Maximum users per search term.

## `skipComments` (type: `boolean`):

Don't fetch comment trees for post URLs.

## `skipUserPosts` (type: `boolean`):

Don't fetch posts/comments for user URLs.

## `skipCommunity` (type: `boolean`):

Don't fetch posts for subreddit URLs.

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

Residential proxy is required — Reddit blocks datacenter IPs. Defaults to Apify Residential.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.reddit.com/r/AskReddit/"
    },
    {
      "url": "https://www.reddit.com/user/spez/"
    }
  ],
  "searches": [
    "AI"
  ],
  "searchPosts": true,
  "searchComments": false,
  "searchCommunities": false,
  "searchUsers": false,
  "sort": "new",
  "time": "all",
  "includeNSFW": true,
  "maxPostCount": 50,
  "maxComments": 100,
  "maxItems": 50,
  "maxCommunitiesCount": 10,
  "maxUserCount": 10,
  "skipComments": false,
  "skipUserPosts": false,
  "skipCommunity": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

All scraped items (posts, comments, user activity, communities) as dataset rows. Switch views in the Output tab.

## `summary` (type: `string`):

JSON record with item counts by type and the effective input for this run.

# 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 = {
    "startUrls": [
        {
            "url": "https://www.reddit.com/r/AskReddit/"
        },
        {
            "url": "https://www.reddit.com/user/spez/"
        }
    ],
    "searches": [
        "AI"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("automly/reddit-ultimate-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 = {
    "startUrls": [
        { "url": "https://www.reddit.com/r/AskReddit/" },
        { "url": "https://www.reddit.com/user/spez/" },
    ],
    "searches": ["AI"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("automly/reddit-ultimate-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 '{
  "startUrls": [
    {
      "url": "https://www.reddit.com/r/AskReddit/"
    },
    {
      "url": "https://www.reddit.com/user/spez/"
    }
  ],
  "searches": [
    "AI"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call automly/reddit-ultimate-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Reddit Scraper - Posts, Comments, Users, Subreddits & Search",
        "description": "Scrape Reddit posts, comments, subreddits, user profiles, and keyword search results - no API key, no rate limits, no login. Full comment threads, 60+ fields per post, media and galleries. Export to JSON, CSV, Excel. Works with AI Agents, MCP, n8n, Make, Zapier.",
        "version": "1.0",
        "x-build-id": "isitwCtE1JmDpPblU"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automly~reddit-ultimate-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automly-reddit-ultimate-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/automly~reddit-ultimate-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automly-reddit-ultimate-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/automly~reddit-ultimate-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automly-reddit-ultimate-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Reddit URLs to scrape. Accepts subreddit URLs (r/<name>), user URLs (user/<name>) and post URLs (.../comments/<id>/...). Each is auto-detected.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "searches": {
                        "title": "Search terms",
                        "type": "array",
                        "description": "Keywords to search on Reddit. Leave empty if you only use Start URLs.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchCommunityName": {
                        "title": "Search inside community",
                        "type": "string",
                        "description": "Restrict searches to a single subreddit (e.g. 'python'). Leave empty to search all of Reddit."
                    },
                    "searchPosts": {
                        "title": "Search for posts",
                        "type": "boolean",
                        "description": "Return posts matching the search terms.",
                        "default": true
                    },
                    "searchComments": {
                        "title": "Search for comments",
                        "type": "boolean",
                        "description": "Return real comments from posts matching the search terms (with full body). Reddit's API can't keyword-search comment text directly, so this pulls the comment threads of matching posts.",
                        "default": false
                    },
                    "searchCommunities": {
                        "title": "Search for communities",
                        "type": "boolean",
                        "description": "Return subreddits matching the search terms.",
                        "default": false
                    },
                    "searchUsers": {
                        "title": "Search for users",
                        "type": "boolean",
                        "description": "Return user profiles matching the search terms.",
                        "default": false
                    },
                    "sort": {
                        "title": "Sort by",
                        "enum": [
                            "relevance",
                            "hot",
                            "top",
                            "new",
                            "rising",
                            "comments"
                        ],
                        "type": "string",
                        "description": "Sort order for listings and search.",
                        "default": "new"
                    },
                    "time": {
                        "title": "Time range",
                        "enum": [
                            "hour",
                            "day",
                            "week",
                            "month",
                            "year",
                            "all"
                        ],
                        "type": "string",
                        "description": "Time window for 'top' / search results.",
                        "default": "all"
                    },
                    "includeNSFW": {
                        "title": "Include NSFW",
                        "type": "boolean",
                        "description": "Include posts marked 18+ / NSFW.",
                        "default": true
                    },
                    "maxPostCount": {
                        "title": "Max posts",
                        "minimum": 1,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Maximum posts per subreddit / user / search.",
                        "default": 50
                    },
                    "maxComments": {
                        "title": "Max comments per post",
                        "minimum": 0,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Maximum comments to extract from each post's comment tree.",
                        "default": 100
                    },
                    "maxItems": {
                        "title": "Max comment-search results",
                        "minimum": 1,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Maximum results when searching comments.",
                        "default": 50
                    },
                    "maxCommunitiesCount": {
                        "title": "Max communities",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum communities per search term.",
                        "default": 10
                    },
                    "maxUserCount": {
                        "title": "Max users",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum users per search term.",
                        "default": 10
                    },
                    "skipComments": {
                        "title": "Skip comments on posts",
                        "type": "boolean",
                        "description": "Don't fetch comment trees for post URLs.",
                        "default": false
                    },
                    "skipUserPosts": {
                        "title": "Skip user activity",
                        "type": "boolean",
                        "description": "Don't fetch posts/comments for user URLs.",
                        "default": false
                    },
                    "skipCommunity": {
                        "title": "Skip subreddit posts",
                        "type": "boolean",
                        "description": "Don't fetch posts for subreddit URLs.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Residential proxy is required — Reddit blocks datacenter IPs. Defaults to Apify Residential.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
