Rumble
Rumble videos are discovered and collected through generic keyword searches.
Average volumes - ~25000 new videos
Videos field name | Field description | Data example |
video | The parent element that contains information about an individual video | "video": { |
id | An ID generated by the crawler to uniquely identify each video. | 74db69fc16a7df5622eff022a1023d1e |
siteid | A unique text value that identifies the video site (e.g. youtube). | rumble |
site_videoid | An identifier created by the video site to uniquely identify each video | 74db69fc16a7df5622eff022a1023d1e |
title | The title of the video. | 'Inconceivable': Andy McCarthy Blasts Trump Verdict As ‘Very Political Exercise’ |
description | The description of the video which is not always included. | njoy content without interruptions! 'Inconceivable': Andy McCarthy Blasts Trump Verdict As 'Very Political Exercise' Enjoy an ad-free viewing experience and other benefits |
thumb_url_code | The image of the screenshot of the actual video. |
|
tags | Tags that describe the content of the video. Not always included. |
|
category | The category the video was assigned |
|
published | The date/time the video was published (UTC) | 2024-05-30T17:19:17Z |
crawled | The date/time the video was harvested (UTC) | 2024-08-15T12:42:11Z |
duration | The length of the video in seconds | 241 |
videourl | The URL where the video was found. |
|
author | The parent element that contains author information | The Daily Caller |
author/name | The name of the author who submitted the video | Entertainments |
author/site_authorid | An identifier created by the video site to uniquely identify each author |
|
author/authorurl | The URL to the author's profile page | |
lang | The language code to identify the language used in comment. | en |
langid | The socialgist internal mapped id for this language | 22 |
SAMPLE MESSAGE TYPES
Video
{
"video": {
"id": "74db69fc16a7df5622eff022a1023d1e",
"siteid": "rumble",
"site_videoid": "74db69fc16a7df5622eff022a1023d1e",
"title": "'Inconceivable': Andy McCarthy Blasts Trump Verdict As 'Very Political Exercise'",
"description": "Enjoy content without interruptions! 'Inconceivable': Andy McCarthy Blasts Trump Verdict As 'Very Political Exercise' Enjoy an ad-free viewing experience and other benefits",
"thumb_url_code": "",
"category": "",
"published": "2024-05-30T17:19:17Z",
"crawled": "2024-08-15T12:42:11Z",
"duration": "80",
"videourl": "https://rumble.com/v4yitde-inconceivable-andy-mccarthy-blasts-trump-verdict-as-very-political-exercise.html",
"author": {
"name": "2 months ago 'Inconceivable': Andy McCarthy Blasts Trump Verdict As 'Very Political Exercise' The Daily Caller Verified 56 3 34.7K 10 The Daily Caller Verified 56 3 56 3 56 3 34.7K 10 34.7K 10",
"site_authorid": "",
"authorurl": "https://rumble.com/c/DailyCaller"
},
"lang": "en",
"langid": "22"
}
}