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. 🎥✨
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! 🚀
For each processed video URL, you'll receive:
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}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!