Rumble Video Downloader

Rumble Video Downloader

Extract and download videos from Rumble.com in multiple quality options (240p to 1080p). Get detailed metadata including title, author, duration, and thumbnail. Perfect for content archiving, research, and offline viewing. Supports batch processing of multiple URLs. 🎥✨

VIDEOSSOCIAL_MEDIAApify

Rumble Video Downloader 🎥

A powerful Actor that helps you download videos from Rumble.com with multiple quality options. Perfect for content creators, researchers, and anyone who needs to save Rumble videos for offline use! 🚀

Features ✨

  • 🎯 Download videos in multiple quality options (240p to 1080p)
  • 📦 Support both MP4 and WebM formats
  • 🔄 Batch processing of multiple video URLs
  • 📊 Detailed metadata extraction (title, author, duration, thumbnail)
  • ⚡ Fast and efficient processing
  • 💾 Automatic error handling and retry mechanism

Use Cases 🎯

  • Content archiving and backup
  • Offline viewing
  • Research and analysis
  • Content repurposing
  • Educational purposes
  • Media monitoring

Output Data 📊

For each processed video URL, you'll receive:

  • Video source details
  • Author information
  • Video duration
  • Thumbnail URL
  • Available quality options
  • Download URLs for each quality
  • File sizes and formats

Usage Tips 💡

  1. Input a single URL or multiple URLs in an array
  2. Choose your preferred video quality
  3. Get download links and metadata in structured JSON format
  4. Process multiple videos in one run

Limitations ⚠️

  • Only works with public Rumble.com videos
  • Respects Rumble's terms of service
  • Rate limiting may apply
  • Some videos might be region-restricted

Input Example

A full explanation of an input example in JSON.

1{
2    "links": [
3		"https://rumble.com/v2awtm4-dynasty-rookie-mock-draft-with-trades-and-landing-spots.html"
4	] 
5}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"url": "https://rumble.com/v2awtm4-dynasty-rookie-mock-draft-with-trades-and-landing-spots.html",
4		"source": "rumble",
5		"title": "Dynasty Rookie Mock Draft (With Trades & Landing Spots)",
6		"author": "Dynasty Football Flock",
7		"thumbnail": "https://1a-1791.com/video/s8/1/S/_/o/t/S_oti.qR4e-small-Dynasty-Rookie-Mock-Draft-W.jpg",
8		"duration": 1177,
9		"medias": [
10			{
11				"url": "https://1a-1791.com/video/s8/2/S/_/o/t/S_oti.oaa.mp4",
12				"quality": "240p",
13				"size": 29844488,
14				"extension": "mp4",
15				"type": "video"
16			},
17			{
18				"url": "https://1a-1791.com/video/s8/2/S/_/o/t/S_oti.baa.mp4",
19				"quality": "360p",
20				"size": 94256628,
21				"extension": "mp4",
22				"type": "video"
23			},
24			{
25				"url": "https://1a-1791.com/video/s8/2/S/_/o/t/S_oti.caa.mp4",
26				"quality": "480p",
27				"size": 120761975,
28				"extension": "mp4",
29				"type": "video"
30			},
31			{
32				"url": "https://1a-1791.com/video/s8/2/S/_/o/t/S_oti.gaa.mp4",
33				"quality": "720p",
34				"size": 290256970,
35				"extension": "mp4",
36				"type": "video"
37			},
38			{
39				"url": "https://1a-1791.com/video/s8/2/S/_/o/t/S_oti.haa.mp4",
40				"quality": "1080p",
41				"size": 398008123,
42				"extension": "mp4",
43				"type": "video"
44			},
45			{
46				"url": "https://1a-1791.com/video/s8/2/S/_/o/t/S_oti.daa.webm",
47				"quality": "480p",
48				"size": 120390679,
49				"extension": "webm",
50				"type": "video"
51			}
52		],
53		"type": "multiple",
54		"error": false
55	},
56    ...
57]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!