Rumble Explorer avatar

Rumble Explorer

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Rumble Explorer

Rumble Explorer

jupri/rumble-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

💫 Scrape Rumble.com

You can access the Rumble Explorer programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.2",
5    "x-build-id": "09sbiPbYjjlntrzNj"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~rumble-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-rumble-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/jupri~rumble-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-rumble-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/jupri~rumble-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-rumble-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "query": {
135            "title": "❓ Query",
136            "type": "array",
137            "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>",
138            "items": {
139              "type": "string"
140            }
141          },
142          "limit": {
143            "title": "♾️ Limit",
144            "type": "integer",
145            "description": "💡 Number of results <code><i>(per-query)</i></code>."
146          },
147          "sort": {
148            "title": "Sort",
149            "enum": [
150              "date",
151              "likes",
152              "views"
153            ],
154            "type": "string",
155            "description": "Video Sorting"
156          },
157          "date": {
158            "title": "Date",
159            "enum": [
160              "today",
161              "week",
162              "month",
163              "year"
164            ],
165            "type": "string",
166            "description": "Video Upload Date"
167          },
168          "duration": {
169            "title": "Duration",
170            "enum": [
171              "short",
172              "long"
173            ],
174            "type": "string",
175            "description": "Video Duration"
176          },
177          "dev_proxy_config": {
178            "title": "🌐 PROXY NETWORKING",
179            "type": "object",
180            "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>"
181          },
182          "dev_custom_headers": {
183            "title": "📜 HTTP HEADERS",
184            "type": "array",
185            "description": "💡 Additional HTTP Headers",
186            "items": {
187              "type": "object",
188              "required": [
189                "key",
190                "value"
191              ],
192              "properties": {
193                "key": {
194                  "type": "string",
195                  "title": "Key"
196                },
197                "value": {
198                  "type": "string",
199                  "title": "Value"
200                }
201              }
202            }
203          },
204          "dev_custom_cookies": {
205            "title": "🍰 HTTP COOKIES",
206            "type": "array",
207            "description": "💡 Additional HTTP Cookies",
208            "items": {
209              "type": "object",
210              "required": [
211                "key",
212                "value"
213              ],
214              "properties": {
215                "key": {
216                  "type": "string",
217                  "title": "Key"
218                },
219                "value": {
220                  "type": "string",
221                  "title": "Value"
222                }
223              }
224            }
225          },
226          "dev_transform_fields": {
227            "title": "♻️ CUSTOM FIELD",
228            "type": "array",
229            "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>",
230            "items": {
231              "type": "object",
232              "required": [
233                "key",
234                "value"
235              ],
236              "properties": {
237                "key": {
238                  "type": "string",
239                  "title": "Key"
240                },
241                "value": {
242                  "type": "string",
243                  "title": "Value"
244                }
245              }
246            }
247          },
248          "dev_dataset_name": {
249            "title": "📁 CUSTOM STORAGE",
250            "type": "string",
251            "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>"
252          },
253          "dev_dataset_clear": {
254            "title": "Clear Storage",
255            "type": "boolean",
256            "description": "Clear Dataset before insert/update."
257          },
258          "dev_no_strip": {
259            "title": "Disable data cleansing",
260            "type": "boolean",
261            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
262          }
263        }
264      },
265      "runsResponseSchema": {
266        "type": "object",
267        "properties": {
268          "data": {
269            "type": "object",
270            "properties": {
271              "id": {
272                "type": "string"
273              },
274              "actId": {
275                "type": "string"
276              },
277              "userId": {
278                "type": "string"
279              },
280              "startedAt": {
281                "type": "string",
282                "format": "date-time",
283                "example": "2025-01-08T00:00:00.000Z"
284              },
285              "finishedAt": {
286                "type": "string",
287                "format": "date-time",
288                "example": "2025-01-08T00:00:00.000Z"
289              },
290              "status": {
291                "type": "string",
292                "example": "READY"
293              },
294              "meta": {
295                "type": "object",
296                "properties": {
297                  "origin": {
298                    "type": "string",
299                    "example": "API"
300                  },
301                  "userAgent": {
302                    "type": "string"
303                  }
304                }
305              },
306              "stats": {
307                "type": "object",
308                "properties": {
309                  "inputBodyLen": {
310                    "type": "integer",
311                    "example": 2000
312                  },
313                  "rebootCount": {
314                    "type": "integer",
315                    "example": 0
316                  },
317                  "restartCount": {
318                    "type": "integer",
319                    "example": 0
320                  },
321                  "resurrectCount": {
322                    "type": "integer",
323                    "example": 0
324                  },
325                  "computeUnits": {
326                    "type": "integer",
327                    "example": 0
328                  }
329                }
330              },
331              "options": {
332                "type": "object",
333                "properties": {
334                  "build": {
335                    "type": "string",
336                    "example": "latest"
337                  },
338                  "timeoutSecs": {
339                    "type": "integer",
340                    "example": 300
341                  },
342                  "memoryMbytes": {
343                    "type": "integer",
344                    "example": 1024
345                  },
346                  "diskMbytes": {
347                    "type": "integer",
348                    "example": 2048
349                  }
350                }
351              },
352              "buildId": {
353                "type": "string"
354              },
355              "defaultKeyValueStoreId": {
356                "type": "string"
357              },
358              "defaultDatasetId": {
359                "type": "string"
360              },
361              "defaultRequestQueueId": {
362                "type": "string"
363              },
364              "buildNumber": {
365                "type": "string",
366                "example": "1.0.0"
367              },
368              "containerUrl": {
369                "type": "string"
370              },
371              "usage": {
372                "type": "object",
373                "properties": {
374                  "ACTOR_COMPUTE_UNITS": {
375                    "type": "integer",
376                    "example": 0
377                  },
378                  "DATASET_READS": {
379                    "type": "integer",
380                    "example": 0
381                  },
382                  "DATASET_WRITES": {
383                    "type": "integer",
384                    "example": 0
385                  },
386                  "KEY_VALUE_STORE_READS": {
387                    "type": "integer",
388                    "example": 0
389                  },
390                  "KEY_VALUE_STORE_WRITES": {
391                    "type": "integer",
392                    "example": 1
393                  },
394                  "KEY_VALUE_STORE_LISTS": {
395                    "type": "integer",
396                    "example": 0
397                  },
398                  "REQUEST_QUEUE_READS": {
399                    "type": "integer",
400                    "example": 0
401                  },
402                  "REQUEST_QUEUE_WRITES": {
403                    "type": "integer",
404                    "example": 0
405                  },
406                  "DATA_TRANSFER_INTERNAL_GBYTES": {
407                    "type": "integer",
408                    "example": 0
409                  },
410                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
411                    "type": "integer",
412                    "example": 0
413                  },
414                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
415                    "type": "integer",
416                    "example": 0
417                  },
418                  "PROXY_SERPS": {
419                    "type": "integer",
420                    "example": 0
421                  }
422                }
423              },
424              "usageTotalUsd": {
425                "type": "number",
426                "example": 0.00005
427              },
428              "usageUsd": {
429                "type": "object",
430                "properties": {
431                  "ACTOR_COMPUTE_UNITS": {
432                    "type": "integer",
433                    "example": 0
434                  },
435                  "DATASET_READS": {
436                    "type": "integer",
437                    "example": 0
438                  },
439                  "DATASET_WRITES": {
440                    "type": "integer",
441                    "example": 0
442                  },
443                  "KEY_VALUE_STORE_READS": {
444                    "type": "integer",
445                    "example": 0
446                  },
447                  "KEY_VALUE_STORE_WRITES": {
448                    "type": "number",
449                    "example": 0.00005
450                  },
451                  "KEY_VALUE_STORE_LISTS": {
452                    "type": "integer",
453                    "example": 0
454                  },
455                  "REQUEST_QUEUE_READS": {
456                    "type": "integer",
457                    "example": 0
458                  },
459                  "REQUEST_QUEUE_WRITES": {
460                    "type": "integer",
461                    "example": 0
462                  },
463                  "DATA_TRANSFER_INTERNAL_GBYTES": {
464                    "type": "integer",
465                    "example": 0
466                  },
467                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
468                    "type": "integer",
469                    "example": 0
470                  },
471                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
472                    "type": "integer",
473                    "example": 0
474                  },
475                  "PROXY_SERPS": {
476                    "type": "integer",
477                    "example": 0
478                  }
479                }
480              }
481            }
482          }
483        }
484      }
485    }
486  }
487}

Rumble Explorer OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Rumble Explorer from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 6 monthly users

  • 3 bookmarks

  • >99% runs succeeded

  • Created in Jan 2024

  • Modified 3 months ago