100 free credits — no credit card required.Start building
Logo
100 free credits — no credit card required

Rumble Video API

Scrape Rumble Video data with one API call. Returns title, description, thumbnail, channel, publish date, view count, likes, dislikes, captions, and media metadata when available.

Last updated July 2026Maintained by the SocialCrawl team

Try the Rumble Video API

See real data before writing a single line

GET/v1/rumble/video

Rumble video URL.

Searching 44 platforms in parallel

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Google Finance logoGoogle Finance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility·Universal Search logoUniversal Search
Rumble API

What can you do with the Video API?

The Video endpoint gives you structured Rumble data with computed fields in a single request. No scraping infrastructure to build or maintain.

Example Request

curl -H "x-api-key: YOUR_API_KEY" \
  "https://www.socialcrawl.dev/v1/rumble/video?url=https%3A%2F%2Frumble.com%2Fv79xhhm-discovery-example.html"
import requests

response = requests.get(
    "https://www.socialcrawl.dev/v1/rumble/video",
    params={
    'url': 'https://rumble.com/v79xhhm-discovery-example.html',
    },
    headers={"x-api-key": "YOUR_API_KEY"},
)

data = response.json()
const response = await fetch(
  "https://www.socialcrawl.dev/v1/rumble/video?url=https%3A%2F%2Frumble.com%2Fv79xhhm-discovery-example.html",
  {
    headers: { "x-api-key": "YOUR_API_KEY" },
  },
);

const data = await response.json();

Parameters

ParameterRequiredDescription
urlYesRumble video URL.
Example Response

What does the Rumble Video API return?

Every response follows one unified schema. Here is a real, unmodified response body, so you can see the exact fields you get back before spending a credit.

Example response
{
  "success": true,
  "platform": "youtube",
  "endpoint": "/v1/youtube/video",
  "data": {
    "post": {
      "id": "dQw4w9WgXcQ",
      "content": {
        "text": "Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)",
        "thumbnail_url": "https://i.ytimg.com/vi/dQw4w9WgXcQ/hqdefault.jpg",
        "duration_seconds": 214,
        "media_urls": "https://www.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw"
      },
      "author": {
        "username": "UCuAXFkgsw1L7xaCfnd5JJOw",
        "display_name": "Rick Astley",
        "avatar_url": null,
        "verified": null
      },
      "engagement": {
        "views": 1789065639,
        "likes": 19216844,
        "comments": 2443809,
        "shares": null,
        "saves": null
      },
      "published_at": "2009-10-25T06:57:33Z",
      "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
      "ext": {
        "content_type": "video",
        "tags": [
          "rick astley",
          "Never Gonna Give You Up",
          "nggyu",
          "never gonna give you up lyrics",
          "rick rolled",
          "Rick Roll",
          "rick astley official",
          "rickrolled",
          "Fortnite song",
          "Fortnite event",
          "Fortnite dance",
          "fortnite never gonna give you up",
          "rick roll",
          "rickrolling",
          "rick rolling",
          "never gonna give you up",
          "80s music",
          "rick astley new",
          "animated video",
          "rickroll",
          "meme songs",
          "never gonna give u up lyrics",
          "Rick Astley 2022",
          "never gonna let you down",
          "animated",
          "rick rolls 2022",
          "never gonna give you up karaoke"
        ],
        "categoryId": "10",
        "categoryTitle": "Music",
        "topicCategories": [
          "https://en.wikipedia.org/wiki/Electronic_music",
          "https://en.wikipedia.org/wiki/Music",
          "https://en.wikipedia.org/wiki/Pop_music",
          "https://en.wikipedia.org/wiki/Rhythm_and_blues",
          "https://en.wikipedia.org/wiki/Soul_music"
        ],
        "duration": "PT3M34S",
        "license": "youtube",
        "madeForKids": false,
        "defaultAudioLanguage": "en",
        "hasPaidProductPlacement": false,
        "caption": "true",
        "description": "The official video for “Never Gonna Give You Up” by Rick Astley. \n\nNever: The Autobiography 📚 OUT NOW! \nFollow this link to get your copy and listen to Rick’s ‘Never’ playlist ❤️ #RickAstleyNever\nhttps://linktr.ee/rickastleynever\n\n“Never Gonna Give You Up” was a global smash on its release in July 1987, topping the charts in 25 countries including Rick’s native UK and the US Billboard Hot 100.  It also won the Brit Award for Best single in 1988. Stock Aitken and Waterman wrote and produced the track which was the lead-off single and lead track from Rick’s debut LP “Whenever You Need Somebody”.  The album was itself a UK number one and would go on to sell over 15 million copies worldwide.\n\nThe legendary video was directed by Simon West – who later went on to make Hollywood blockbusters such as Con Air, Lara Croft – Tomb Raider and The Expendables 2.  The video passed the 1bn YouTube views milestone on 28 July 2021.\n\nSubscribe to the official Rick Astley YouTube channel: https://RickAstley.lnk.to/YTSubID\n\nFollow Rick Astley:\nFacebook: https://RickAstley.lnk.to/FBFollowID \nTwitter: https://RickAstley.lnk.to/TwitterID \nInstagram: https://RickAstley.lnk.to/InstagramID \nWebsite: https://RickAstley.lnk.to/storeID \nTikTok: https://RickAstley.lnk.to/TikTokID\n\nListen to Rick Astley:\nSpotify: https://RickAstley.lnk.to/SpotifyID \nApple Music: https://RickAstley.lnk.to/AppleMusicID \nAmazon Music: https://RickAstley.lnk.to/AmazonMusicID \nDeezer: https://RickAstley.lnk.to/DeezerID \n\nLyrics:\nWe’re no strangers to love\nYou know the rules and so do I\nA full commitment’s what I’m thinking of\nYou wouldn’t get this from any other guy\n\nI just wanna tell you how I’m feeling\nGotta make you understand\n\nNever gonna give you up\nNever gonna let you down\nNever gonna run around and desert you\nNever gonna make you cry\nNever gonna say goodbye\nNever gonna tell a lie and hurt you\n\nWe’ve known each other for so long\nYour heart’s been aching but you’re too shy to say it\nInside we both know what’s been going on\nWe know the game and we’re gonna play it\n\nAnd if you ask me how I’m feeling\nDon’t tell me you’re too blind to see\n\nNever gonna give you up\nNever gonna let you down\nNever gonna run around and desert you\nNever gonna make you cry\nNever gonna say goodbye\nNever gonna tell a lie and hurt you\n\n#RickAstley #NeverGonnaGiveYouUp #WheneverYouNeedSomebody #OfficialMusicVideo",
        "default_language": "en"
      },
      "flags": {
        "deleted": false,
        "nsfw": null,
        "spoiler": null,
        "pinned": null
      }
    },
    "computed": {
      "engagement_rate": 0.012107,
      "language": "en",
      "content_category": "entertainment",
      "estimated_reach": 2146878767
    }
  },
  "credits_used": 1,
  "credits_remaining": 9999,
  "request_id": "req_example000000",
  "cached": false
}

Example captured from the YouTube API. Every SocialCrawl endpoint returns this same unified schema, so your Rumble Video response has the same fields.

API Details

How does the Rumble Video API work?

Send a GET request with your API key and get back clean, structured JSON. Every response follows our unified schema with computed fields.

Method

GET

Response

JSON

Why SocialCrawl

Why use SocialCrawl for Rumble Video data?

We handle the complexity of Rumble data extraction so you can focus on building. Unified schema, AI enrichment, and zero platform logic in your code.

Developer First

How do you scrape social media data in seconds?

The fastest social media scraping API for developers. Scrape profiles, posts, comments, and analytics from 44 platforms covering 10B+ monthly active users.

One schema, every platform

Query 44 platforms with identical response structures. Write your integration once.

Computed fields, not just scraped

Every response includes engagement_rate, estimated_reach, content_category, and language — ready to use.

See your data before you code

Visual Data Explorer — paste any URL, get rich result cards, sortable tables, CSV export.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 44 platforms
FAQ

Have a question? We got answers

Find answers to frequently asked questions about SocialCrawl's API, pricing, and capabilities.

Contact us
How do I get Rumble video details with an API?
Send a GET request to /v1/rumble/video with the full Rumble video URL in the url parameter. SocialCrawl returns the title, description, thumbnail, channel, publish date, view count, likes, dislikes, and caption availability in one JSON payload.
What fields does the Rumble Video API return?
The response includes title, description, thumbnail, channel info, publish date, view count, like count, dislike count, captions metadata, and media details when available — normalized into the unified Post schema shared with YouTube and Twitch.
Does the Rumble Video API return dislikes?
Yes. Unlike YouTube, Rumble still exposes public dislike counts, and the endpoint returns both likes and dislikes — useful for measuring audience sentiment on a video, not just raw reach.
How much does the Rumble Video API cost?
Each request costs 1 credit on the standard tier. New accounts get 100 free credits with no credit card required — enough to fetch 100 videos while you evaluate the schema.
Can I track a Rumble video's performance over time?
Yes. Poll the video URL on a schedule and store view, like, and dislike counts to chart growth curves. Because the response uses the unified engagement object, the same charting code works for your YouTube and Twitch data.

Ask AI about SocialCrawl

Ready to scrape Rumble Video data?

Get your API key and start pulling Rumble data in under 60 seconds.

Start for free

🤖 AI agent or LLM? Read this page as markdown