# Rumble Explorer (`jupri/rumble-scraper`) Actor

💫 All-in-One Rumble.com Scraper

- **URL**: https://apify.com/jupri/rumble-scraper.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** Videos, Social media
- **Stats:** 61 total users, 2 monthly users, 100.0% runs succeeded, 7 bookmarks
- **User rating**: 1.00 out of 5 stars

## Pricing

$30.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

## Welcome to Rumble Scraper

<img height="32" src="https://apify.com/actor-badge?actor=jupri~rumble-scraper" align="right">

![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)

### 🌽 About Rumble.com

<img src="https://upload.wikimedia.org/wikipedia/commons/1/1f/Rumble_logo_2022.svg" width="320">

**Rumble** is an [online video platform](https://en.wikipedia.org/wiki/Online_video_platform "Online video platform"), [web hosting](https://en.wikipedia.org/wiki/Web_hosting "Web hosting") and [cloud services](https://en.wikipedia.org/wiki/Cloud_service "Cloud service") business[[2]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-2)[[3]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-3) headquartered in [Toronto, Ontario](https://en.wikipedia.org/wiki/Toronto,_Ontario "Toronto, Ontario"), with its U.S. headquarters in [Longboat Key, Florida](https://en.wikipedia.org/wiki/Longboat_Key,_Florida "Longboat Key, Florida").[[4]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-4)[[5]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-bbc65050160-5) It was founded in 2013 by Chris Pavlovski, a Canadian technology entrepreneur.[[6]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-:0-6) Rumble's cloud services business hosts [Truth Social](https://en.wikipedia.org/wiki/Truth_Social "Truth Social"), and the video platform is popular among [American right](https://en.wikipedia.org/wiki/Conservatism_in_the_United_States "Conservatism in the United States") and [far-right](https://en.wikipedia.org/wiki/Far-right "Far-right") users.[[7]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-nytimesFarRight-7) Rumble has been described as "[alt-tech](https://en.wikipedia.org/wiki/Alt-tech "Alt-tech")".[[5]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-bbc65050160-5)[[8]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-8)[[9]](https://en.wikipedia.org/wiki/Rumble_(company)#cite_note-9)

### 🌽 Tutorial

#### 🍿 Parameters

| Input| Type |  Description |
|-|-|-|
| `query` | ***string array*** | Query, Search Terms or URL |
| `limit` | ***integer*** | Number of results (per-query)|

#### 🍿 Basic Usage
 
 Search for videos
 
```yaml 
{ "query": ["sponge bobs"], "limit": 10 } 
````

Autodetect `URL` for possible contents

```yaml
{ 
	"query": ["https://rumble.com/vckelm-sponge-bob-opening-theme.html"], 
} 
```

#### 🍿 Advanced Usage

***RUMBLE Query Language (RQL)***

```html
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ] 
```

***Possible QUERY  values***

| Format | Example | Description |
|-|-|-|
| **<*KEYWORDS*>** | `square pants` | ***Search Videos*** |
| `channels:<KEYWORDS>` | `channels:sport` | Search channels |
| **@<*CHANNEL*>**<br>**@<*USER*>** | `@BannonsWarRoom` | ***Channel/User Data*** |
| `/info` | `@BannonsWarRoom/info` | Channel info |
| `/videos` | `@BannonsWarRoom/videos` | Channel videos |
| `/playlists` | `@BannonsWarRoom/playlists` | Channel playlists |
| **video:<*VIDEO\_ID*>** | `video:v5p9avz` | ***Video Data*** |
| `/info` | `video:v5p9avz/info` | Video info |
| `/comments` | `video:v5p9avz/comments` | Video comments |
| **playlist:<*PLAYLIST*>** | `playlist:GeiAaHFzet8` | ***Playlist Data*** |
| `/info` | `playlist:GeiAaHFzet8/info` | Playlist info |
| `/videos` | `playlist:GeiAaHFzet8/videos` | Playlist videos |
| **category:<*CATEGORY*>** | `category:news` | ***Category Data*** |
| `/info` | `category:news/info` | Category info |
| `/videos` | `category:news/videos` | Category videos |
| `/recorded` | `category:news/recorded` | Recorded videos |
| `/live` | `category:news/live` | Live videos |
| `/categories` | `category:news/categories` | Sub categories |
| **https:<*URL*>** | `https://rumble.com/...` | ***Start URL*** |
| | `https://rumble.com/search/...` | |
| | `https://rumble.com/category/...` | |
| | `https://rumble.com/user/...` | |
| | `https://rumble.com/c/...` | |
| | `https://rumble.com/playlists/...` | |

### 🌽 Output Samples

#### 🍿 VIDEO

```yaml
{
    "availability": null,
    "by": {
        "badge_type": "premium",
        "blocked": false,
        "followed": false,
        "followers": 445873,
        "id": "_c482047",
        "locals_community": {
            "counts": {
                "comments": 509,
                "likes": 22615,
                "members": 4037,
                "posts": 10895
            },
            "description": "At Rebel News, we tell the other side of the story.\n\nWe follow the facts wherever they may lead — even if that conflicts with the official narrative of the establishment.\n\nRebel News is one of the few media outlets that has the power, freedom, and reach to challenge the views presented in the mainstream media.\n\nBecome a supporter today — and enjoy our exclusive premium content such as The Ezra Levant Show, The Gunn Show, all of our documentaries and more!",
            "join_button_text": "Join",
            "logo_url": "https://media3.locals.com/images/groups/663497/663497_8fw1csuf5f5qg9s_big.png",
            "owner_name": "Rebel News",
            "show_premium": true,
            "title": "Rebel News",
            "urls": {
                "channel": "https://rebelnewsnetwork.locals.com/track/rumble/click/channel?source_app=android",
                "video": "https://rebelnewsnetwork.locals.com/track/rumble/click/video?source_app=android"
            }
        },
        "name": "Rebel News",
        "relative_url": "/c/RebelNews",
        "sticker_mule_url": null,
        "subscribers": 0,
        "thumb": "https://1a-1791.com/video/z8/_/R/1/b/_R1ba.baa.1-RebelNews-rme5uh.png",
        "title": "Rebel News",
        "type": "channel",
        "url": "https://rumble.com/c/RebelNews",
        "verified_badge": true
    },
    "categories": {
        "primary": {
            "slug": "news",
            "title": "News"
        },
        "secondary": null
    },
    "comments": {
        "count": 39
    },
    "description": "http://NoGreenReset.com | MORE: https://rebelne.ws/3CuHuvM\nDavid Menzies questions whether there's a future for Ford's Oakville assembly plant after the manufacturer was forced to ditch plans to build electric vehicles over high costs and low demand.\n\nRebel News: Telling the other side of the story.\n►https://www.RebelNews.com for more great content.\nWe rely on our generous audience to help keep us reporting, so please consider supporting us through one of the following:\n►Donating to help fund our independent journalism - https://rebelne.ws/donation\n►Signing up for our free emails and newsletters - https://rebelne.ws/emails\n►Becoming a Premium Content subscriber - https://rebelne.ws/plus\n►Buying Rebel gear - https://rebelne.ws/store\n►LISTEN to our FREE podcast - https://rebelne.ws/podcast\nMake sure to follow Rebel News on social media too!\nFACEBOOK - https://rebelne.ws/fbook\nTWITTER - https://rebelne.ws/twitter\nINSTAGRAM - https://rebelne.ws/Instagram",
    "duration": 352,
    "id": 343328225,
    "is_age_restricted": false,
    "live": false,
    "live_datetime": null,
    "live_placeholder": false,
    "live_streamed_on": null,
    "livestream_has_dvr": null,
    "livestream_status": null,
    "object_type": "video",
    "related": [ ... ],
    "reposts_count": 0,
    "rumble_votes": {
        "content_id": 343328225,
        "content_type": 1,
        "num_votes_down": 9,
        "num_votes_up": 132,
        "score": 123,
        "user_vote": 0,
        "votes": 141
    },
    "tags": [],
    "thumb": "https://1a-1791.com/video/s8/1/f/N/i/S/fNiSu.OvCc-small-Is-there-a-future-for-Fords.jpg",
    "title": "Is there a future for Ford's Oakville assembly plant? Sources say things look bleak…",
    "upload_date": "2024-11-18T18:29:00+00:00",
    "url": "https://rumble.com/v5qnuth-is-there-a-future-for-fords-oakville-assembly-plant-sources-say-things-look.html",
    "video_height": 1080,
    "video_stats": {
        "revenue": 6.66,
        "revenue_units": "dollars",
        "rumble_plays": 1669,
        "youtube_views": 0
    },
    "video_width": 1920,
    "videos": [
        {
            "bitrate_kbps": 3978,
            "bitrate_text": "4.0 mbps",
            "quality_text": "1080p",
            "res": 1080,
            "resolution": 1080,
            "type": "mp4",
            "url": "https://1a-1791.com/video/s8/2/f/N/i/S/fNiSu.haa.mp4?b=1&u=6"
        },
        {
            "bitrate_kbps": 2056,
            "bitrate_text": "2.1 mbps",
            "quality_text": "720p",
            "res": 720,
            "resolution": 720,
            "type": "mp4",
            "url": "https://1a-1791.com/video/s8/2/f/N/i/S/fNiSu.gaa.mp4?b=1&u=6"
        },
        {
            "bitrate_kbps": 998,
            "bitrate_text": "1.0 mbps",
            "quality_text": "480p",
            "res": 480,
            "resolution": 480,
            "type": "mp4",
            "url": "https://1a-1791.com/video/s8/2/f/N/i/S/fNiSu.caa.mp4?b=1&u=6"
        },
        {
            "bitrate_kbps": 631,
            "bitrate_text": "630 kbps",
            "quality_text": "360p",
            "res": 360,
            "resolution": 360,
            "type": "mp4",
            "url": "https://1a-1791.com/video/s8/2/f/N/i/S/fNiSu.baa.mp4?b=1&u=6"
        }
    ],
    "views": 14643,
    "visibility": "public",
    "watching_now": null
}
```

### 🌽  Support

⚡️ Feel free to [reach out](https://console.apify.com/actors/fLWU4uuf3VuLR6mXv/issues) to the developer for any issues or suggestions for improvement.

<img src="https://apify-uploads-prod.s3.us-east-1.amazonaws.com/5SxZhwYwpknFk8ek9-cat.gif" width="240">

# Actor input Schema

## `query` (type: `array`):

<p><b>💡 Possible QUERY values :</b><li>Search Terms</li><li>rumble.com URL</li></p><p><b>Special Commands :</b><li>explore:categories</li></p>
## `limit` (type: `integer`):

💡 Number of results <code><i>(per-query)</i></code>.

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

Video Sorting

## `date` (type: `string`):

Video Upload Date

## `duration` (type: `string`):

Video Duration

## `dev_proxy_config` (type: `object`):

💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>

## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers

## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies

## `dev_transform_fields` (type: `array`):

💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>

## `dev_dataset_name` (type: `string`):

💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>

## `dev_dataset_clear` (type: `boolean`):

Clear Dataset before insert/update.

## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>

## Actor input object example

```json
{
  "query": [
    "square pants",
    "explore:categories",
    "https://rumble.com/search/video?q=sponge%20bob"
  ],
  "limit": 5
}
```

# 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 = {
    "query": [
        "square pants",
        "explore:categories",
        "https://rumble.com/search/video?q=sponge%20bob"
    ],
    "limit": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/rumble-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 = {
    "query": [
        "square pants",
        "explore:categories",
        "https://rumble.com/search/video?q=sponge%20bob",
    ],
    "limit": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("jupri/rumble-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 '{
  "query": [
    "square pants",
    "explore:categories",
    "https://rumble.com/search/video?q=sponge%20bob"
  ],
  "limit": 5
}' |
apify call jupri/rumble-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Rumble Explorer",
        "description": "💫 All-in-One Rumble.com Scraper",
        "version": "0.2",
        "x-build-id": "XdjZLTxKxgKQyvE9B"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jupri~rumble-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jupri-rumble-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/jupri~rumble-scraper/runs": {
            "post": {
                "operationId": "runs-sync-jupri-rumble-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/jupri~rumble-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-jupri-rumble-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": {
                    "query": {
                        "title": "❓ Query",
                        "type": "array",
                        "description": "<p><b>💡 Possible QUERY values :</b><li>Search Terms</li><li>rumble.com URL</li></p><p><b>Special Commands :</b><li>explore:categories</li></p>",
                        "items": {
                            "type": "string"
                        }
                    },
                    "limit": {
                        "title": "♾️ Limit",
                        "type": "integer",
                        "description": "💡 Number of results <code><i>(per-query)</i></code>."
                    },
                    "sort": {
                        "title": "Sort",
                        "enum": [
                            "date",
                            "likes",
                            "views"
                        ],
                        "type": "string",
                        "description": "Video Sorting"
                    },
                    "date": {
                        "title": "Date",
                        "enum": [
                            "today",
                            "week",
                            "month",
                            "year"
                        ],
                        "type": "string",
                        "description": "Video Upload Date"
                    },
                    "duration": {
                        "title": "Duration",
                        "enum": [
                            "short",
                            "long"
                        ],
                        "type": "string",
                        "description": "Video Duration"
                    },
                    "dev_proxy_config": {
                        "title": "🌐 PROXY NETWORKING",
                        "type": "object",
                        "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
                    },
                    "dev_custom_headers": {
                        "title": "📜 HTTP HEADERS",
                        "type": "array",
                        "description": "💡 Additional HTTP Headers",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_custom_cookies": {
                        "title": "🍰 HTTP COOKIES",
                        "type": "array",
                        "description": "💡 Additional HTTP Cookies",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_transform_fields": {
                        "title": "♻️ CUSTOM FIELD",
                        "type": "array",
                        "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_dataset_name": {
                        "title": "📁 CUSTOM STORAGE",
                        "type": "string",
                        "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
                    },
                    "dev_dataset_clear": {
                        "title": "Clear Storage",
                        "type": "boolean",
                        "description": "Clear Dataset before insert/update."
                    },
                    "dev_no_strip": {
                        "title": "Disable data cleansing",
                        "type": "boolean",
                        "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
