# Twitter (X.com) Image Downloader (`scrapers-hub/twitter-x-image-downloader`) Actor

📸 Twitter (X.com) Image Downloader lets you quickly grab high-quality images from tweets with ease. ⚡ Fast, simple, and reliable—perfect for creators, marketers & social media managers. 🚀 Download & save images in seconds!

- **URL**: https://apify.com/scrapers-hub/twitter-x-image-downloader.md
- **Developed by:** [Scrapers Hub](https://apify.com/scrapers-hub) (community)
- **Categories:** Social media, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

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

### 🚀 Twitter (X.com) Image Downloader: The Definitive Professional Guide to High-Resolution Media Extraction 📸

Welcome to the most comprehensive documentation for the **Twitter (X.com) Image Downloader**. In an era where visual data drives narrative and engagement, the ability to extract high-fidelity imagery from social media platforms is not just a luxury—it is a necessity for researchers, marketers, and digital archivists. The **Twitter (X.com) Image Downloader** was engineered to meet this demand, providing a state-of-the-art solution for batch-extracting media from X.com (formerly Twitter) with unparalleled precision and reliability.

The **Twitter (X.com) Image Downloader** leverages the combined power of advanced network tunneling and the industry-standard `yt-dlp` engine, all packaged within the scalable infrastructure of the Apify platform. This guide will walk you through every facet of the **Twitter (X.com) Image Downloader**, from basic setup to advanced proxy optimization and integration into complex data pipelines. 🌟

#### 🌟 Why the Twitter (X.com) Image Downloader is a Industry Standard

The social media landscape is fraught with technical hurdles—dynamic loading, aggressive rate limiting, and sophisticated bot detection. The **Twitter (X.com) Image Downloader** is designed to overcome these obstacles. Unlike simple browser-based extensions, the **Twitter (X.com) Image Downloader** operates at the protocol level, allowing for faster processing and more reliable metadata extraction.

##### 💎 Unmatched Image Quality
Most scrapers default to the lowest common denominator—the preview thumbnail. The **Twitter (X.com) Image Downloader**, however, is programmed to seek out the 'orig' or highest available resolution specified in the Twitter metadata. This means when you use the **Twitter (X.com) Image Downloader**, you are getting images that are suitable for high-quality printing, detailed analysis, and professional archival.

##### 🛡️ Defensive Scraping with the Twitter (X.com) Image Downloader
Twitter (X.com) is one of the most difficult platforms to scrape. It employs advanced fingerprinting and IP-based blocking. The **Twitter (X.com) Image Downloader** handles this by integrating directly with Apify's Residential Proxy network. By rotating IPs for every request, the **Twitter (X.com) Image Downloader** minimizes the risk of being blocked, ensuring that your long-running jobs complete successfully.

#### 📁 Section 3: Deep Dive into Input and Output Parameters 🛠️

This section is the heart of the **Twitter (X.com) Image Downloader**'s configuration. We provide a granular breakdown of how to interface with the **Twitter (X.com) Image Downloader**, including real-world JSON examples for both input and output.

##### 📥 Input Configuration for Twitter (X.com) Image Downloader

The **Twitter (X.com) Image Downloader** uses a flexible input schema that allows for both simple and complex scraping tasks. You can provide a raw list of URLs or a structured list of objects.

| Parameter | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| `post_urls` | Array | Yes | A list of Twitter status URLs. The **Twitter (X.com) Image Downloader** supports full links like `https://x.com/user/status/123...`. |
| `key_value` | Boolean | No | When enabled, the **Twitter (X.com) Image Downloader** generates specialized URLs for the Apify Key-Value Store. |
| `proxyConfiguration` | Object | No | Configures the network path for the **Twitter (X.com) Image Downloader**. Residential proxies are the gold standard here. |

###### 📄 Example Input JSON
```json
{
  "post_urls": [
    { "url": "https://x.com/iamsrk/status/1994361290421383203" }
  ],
  "key_value": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

##### 📤 Output Specification for Twitter (X.com) Image Downloader

The **Twitter (X.com) Image Downloader** returns data in a structured JSON format, making it easy to parse for downstream applications. Below is the schema for a successful run of the **Twitter (X.com) Image Downloader**.

| Field | Type | Description |
| :--- | :--- | :--- |
| `success` | Boolean | The status of the extraction by the **Twitter (X.com) Image Downloader**. |
| `tweet_url` | String | The source link processed by the **Twitter (X.com) Image Downloader**. |
| `metadata` | Object | Rich data including the `title`, `twitter_id`, and `thumbnail` URL. |
| `images` | Array | Detailed image objects with `resolution`, `width`, `height`, and `kv_store_url`. |

###### 📄 Example Output JSON

```json
[
  {
    "success": true,
    "tweet_url": "https://x.com/iamsrk/status/1994361290421383203",
    "metadata": {
      "title": "Shah Rukh Khan - Official Post on X.com",
      "twitter_id": "1994361290421383203",
      "thumbnail": "https://pbs.twimg.com/media/XYZ.jpg",
      "image_count": 1
    },
    "images": [
      {
        "format": "jpg",
        "width": 1200,
        "height": 675,
        "resolution": "1200x675",
        "kv_store_url": "https://api.apify.com/v2/key-value-stores/e7ebV75ubFNfvAiVY/records/twitter_image_a1b2c3d4.jpg?token=..."
      }
    ]
  }
]
```

#### 📈 Comprehensive Use Cases for the Twitter (X.com) Image Downloader

The **Twitter (X.com) Image Downloader** is a versatile tool that finds application across various domains. Here we explore four primary use cases where the **Twitter (X.com) Image Downloader** delivers exceptional value.

##### 🕵️ Use Case 1: Open Source Intelligence (OSINT)

In the world of OSINT, the **Twitter (X.com) Image Downloader** is an indispensable tool for investigators. High-resolution images often contain metadata or background details that are lost in standard compressed previews. By using the **Twitter (X.com) Image Downloader**, investigators can ensure they are analyzing the clearest possible evidence, which is vital for geolocation, chronology verification, and identifying key subjects.

##### 📚 Use Case 2: Academic and Cultural Archiving

Museums and universities use the **Twitter (X.com) Image Downloader** to preserve digital history. Social media is ephemeral; posts can be deleted or edited at any moment. The **Twitter (X.com) Image Downloader** provides a reliable way to bulk-download cultural artifacts—memes, digital art, and documentation of social movements—before they disappear from the public record.

##### 📊 Use Case 3: Marketing and Brand Sentiment Analysis

Marketers leverage the **Twitter (X.com) Image Downloader** to track how their brand is being visually represented. By extracting images associated with specific hashtags or mentions, the **Twitter (X.com) Image Downloader** allows marketing teams to perform visual sentiment analysis at scale, identifying which types of user-generated content are most engaging.

##### 🎨 Use Case 4: Digital Asset Management

Graphic designers and creative agencies use the **Twitter (X.com) Image Downloader** to build reference libraries and mood boards. The **Twitter (X.com) Image Downloader** ensures that the images they save are of a professional standard, allowing them to use the media as inspiration for high-fidelity mockups and presentations.

#### 🧠 Advanced Optimization and Performance ⚡

To get the most out of the **Twitter (X.com) Image Downloader**, it is important to understand the underlying mechanics of how it interacts with the web.

##### 🔄 Smart Proxy Rotation Strategy

The **Twitter (X.com) Image Downloader** does not simply "use a proxy." It employs a sophisticated rotation strategy. For every URL in your `post_urls` list, the **Twitter (X.com) Image Downloader** requests a new identity from the Apify residential pool. This prevents "sticky session" blocks where multiple requests from the same IP are flagged. This rotation is a core strength of the **Twitter (X.com) Image Downloader**.

##### 🛡️ Robust Error Handling and Automatic Retries

The **Twitter (X.com) Image Downloader** is designed for the "unreliable web." If a connection fails or a proxy returns a 503 error, the **Twitter (X.com) Image Downloader** doesn't give up. It implements a 3-attempt retry loop with exponential backoff. This means the **Twitter (X.com) Image Downloader** can often complete jobs that other scrapers would fail on.

##### 🚿 Title Sanitization and Data Cleaning

The **Twitter (X.com) Image Downloader** doesn't just pass through raw data. It includes a post-processing engine that:

1. **Strips Newlines:** Ensures the metadata is clean and won't break CSV exports.
2. **Redundancy Removal:** Removes the "- X" or "- Twitter" suffixes from titles automatically.
3. **Space Normalization:** Cleans up multiple spaces into a single space for a professional look.

#### 🛠️ Step-by-Step Installation and Deployment Guide

Getting the **Twitter (X.com) Image Downloader** up and running is straightforward. Here is the technical walkthrough for developers and non-technical users alike.

##### ☁️ Running on Apify Cloud (Recommended)

1. **Search:** Find the **Twitter (X.com) Image Downloader** in the Apify Store.
2. **Input:** Paste your URLs into the Input tab.
3. **Proxy:** Under Proxy and Browser, ensure "Residential" is selected for the **Twitter (X.com) Image Downloader**.
4. **Run:** Click Start. The **Twitter (X.com) Image Downloader** handles the rest.

##### 💻 Running Locally with Apify CLI

If you prefer to run the **Twitter (X.com) Image Downloader** on your own machine:

1. Install the CLI: `npm install -g apify-cli`.
2. Clone the repository for **Twitter (X.com) Image Downloader**.
3. Run `apify login`.
4. Execute `apify run` to start the **Twitter (X.com) Image Downloader** locally.

#### 🧐 Frequently Asked Questions (FAQ)

##### ❓ Is the Twitter (X.com) Image Downloader free to use?

The **Twitter (X.com) Image Downloader** can be run on Apify's free tier, but you will need a proxy subscription to access the residential IPs that the **Twitter (X.com) Image Downloader** requires for high-reliability scraping.

##### ❓ Does the Twitter (X.com) Image Downloader support multi-image posts?

Yes! If a tweet contains multiple images, the **Twitter (X.com) Image Downloader** is designed to iterate through all of them and provide a complete list in the `images` output array.

##### ❓ Can the Twitter (X.com) Image Downloader bypass private accounts?

No. The **Twitter (X.com) Image Downloader** respects privacy settings and can only extract media from accounts that are publicly accessible.

##### ❓ Why should I use the Twitter (X.com) Image Downloader instead of a simple browser extension?

Browser extensions are great for single images, but the **Twitter (X.com) Image Downloader** is built for scale. It handles hundreds of URLs simultaneously, provides structured JSON output, and uses high-end proxy rotation that extensions simply cannot match.

##### ❓ How often is the Twitter (X.com) Image Downloader updated?

We monitor the X.com platform daily. Whenever Twitter makes a change to its metadata structure, we update the **Twitter (X.com) Image Downloader** to ensure zero downtime for our users.

#### 🛡️ Ethical Scraping Guidelines for Twitter (X.com) Image Downloader

Using the **Twitter (X.com) Image Downloader** comes with responsibilities. We advocate for ethical scraping practices:

- **Respect Rate Limits:** Don't overload the platform; let the **Twitter (X.com) Image Downloader**'s natural pacing handle the job.
- **Data Privacy:** Only use the **Twitter (X.com) Image Downloader** for public data and be mindful of how you store and share extracted media.
- **Compliance:** Ensure your use of the **Twitter (X.com) Image Downloader** aligns with your local data protection laws (e.g., GDPR, CCPA).

#### 🔧 Troubleshooting the Twitter (X.com) Image Downloader

Even the best tools encounter issues. Here is how to handle common problems with the **Twitter (X.com) Image Downloader**.

###### ❌ Error: 503 Service Unavailable

This is almost always a proxy issue. If the **Twitter (X.com) Image Downloader** reports this, it means the upstream residential IP was busy. The **Twitter (X.com) Image Downloader**'s retry logic will usually fix this on the second or third attempt.

###### ❌ Error: "Unable to find image metadata"

This can happen if the tweet has been deleted or if the account was made private after you gathered the URL. The **Twitter (X.com) Image Downloader** will log this specific error for your review.

###### ❌ Issue: Images are lower resolution than expected

The **Twitter (X.com) Image Downloader** always tries to get the best resolution. If it's lower than 1200x675, it's likely because the original upload was also low resolution. The **Twitter (X.com) Image Downloader** cannot upscale images; it only extracts the best version provided by Twitter.

#### 📝 Final Thoughts: The Future of the Twitter (X.com) Image Downloader

As the X.com platform continues to evolve, the **Twitter (X.com) Image Downloader** will evolve with it. Our commitment to high-quality media extraction is unwavering. Whether you are using the **Twitter (X.com) Image Downloader** for a small personal project or as part of a multi-million-dollar data intelligence operation, we are here to support your success.

Thank you for choosing the **Twitter (X.com) Image Downloader**. We look forward to helping you unlock the full potential of social media media. Happy downloading! 🚀📸✨

***

###### 📊 Feature Comparison: Twitter (X.com) Image Downloader vs. Alternatives

| Feature | **Twitter (X.com) Image Downloader** | Generic Scrapers | Browser Extensions |
| :--- | :--- | :--- | :--- |
| **Max Resolution** | 1200p+ (Original) | 720p (Compressed) | 720p |
| **Batch Processing** | Unlimited (via CLI/API) | Limited | Manual Only |
| **Proxy Rotation** | Automatic Residential | Static Datacenter | None |
| **Metadata** | Rich JSON | Basic | None |
| **Reliability** | 99% (with retries) | 60-70% | Variable |

***

#### 🛠️ Technical Specifications of the Twitter (X.com) Image Downloader

For the engineers who want to know the "how" behind the **Twitter (X.com) Image Downloader**:

- **Language:** Python 3.14.3
- **Primary Engine:** yt-dlp (Latest stable)
- **Networking:** HTTP/2 enabled, custom headers for platform mimicry.
- **Concurrency:** Asynchronous IO with thread-safe extraction.
- **Environment:** Apify SDK for Python.

The **Twitter (X.com) Image Downloader** is designed to be lean and fast. It doesn't waste memory on rendering a browser; instead, it goes straight for the data. This efficiency makes the **Twitter (X.com) Image Downloader** a cost-effective choice for large-scale operations.

##### 🔒 Data Security

All data processed by the **Twitter (X.com) Image Downloader** is handled according to the highest industry standards. Your input URLs and extracted data are yours and yours alone. The **Twitter (X.com) Image Downloader** is a neutral tool for your data needs.

#### 🌟 Closing the Loop

In conclusion, the **Twitter (X.com) Image Downloader** stands as the definitive choice for those who refuse to compromise on quality or reliability. With its robust feature set, intelligent proxy management, and comprehensive documentation, the **Twitter (X.com) Image Downloader** is ready to tackle your most demanding media extraction tasks.

Don't settle for less. Use the **Twitter (X.com) Image Downloader** and experience the difference that professional-grade engineering makes. We are proud to be the team behind the **Twitter (X.com) Image Downloader**, and we are here to ensure your scraping journey is a successful one! 🚀📂📸

# Actor input Schema

## `post_urls` (type: `array`):

List of Twitter/X status URLs to scrape.

## `key_value` (type: `boolean`):

If true, generates URLs pointing to records in the key-value store (simulated).

## Actor input object example

```json
{
  "post_urls": [
    "https://x.com/iamsrk/status/1994361290421383203"
  ],
  "key_value": 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 = {
    "post_urls": [
        "https://x.com/iamsrk/status/1994361290421383203"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapers-hub/twitter-x-image-downloader").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 = { "post_urls": ["https://x.com/iamsrk/status/1994361290421383203"] }

# Run the Actor and wait for it to finish
run = client.actor("scrapers-hub/twitter-x-image-downloader").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 '{
  "post_urls": [
    "https://x.com/iamsrk/status/1994361290421383203"
  ]
}' |
apify call scrapers-hub/twitter-x-image-downloader --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapers-hub/twitter-x-image-downloader",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Twitter (X.com) Image Downloader",
        "description": "📸 Twitter (X.com) Image Downloader lets you quickly grab high-quality images from tweets with ease. ⚡ Fast, simple, and reliable—perfect for creators, marketers & social media managers. 🚀 Download & save images in seconds!",
        "version": "0.1",
        "x-build-id": "aIztdFVUow5DLWU2Z"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapers-hub~twitter-x-image-downloader/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapers-hub-twitter-x-image-downloader",
                "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/scrapers-hub~twitter-x-image-downloader/runs": {
            "post": {
                "operationId": "runs-sync-scrapers-hub-twitter-x-image-downloader",
                "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/scrapers-hub~twitter-x-image-downloader/run-sync": {
            "post": {
                "operationId": "run-sync-scrapers-hub-twitter-x-image-downloader",
                "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": [
                    "post_urls"
                ],
                "properties": {
                    "post_urls": {
                        "title": "Post URLs",
                        "type": "array",
                        "description": "List of Twitter/X status URLs to scrape.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "key_value": {
                        "title": "Use Key-Value Store",
                        "type": "boolean",
                        "description": "If true, generates URLs pointing to records in the key-value store (simulated).",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
