How to run a Rumble search
GET request to /v1/rumble/search with your input. You get clean JSON back in seconds for 12 credits per call — no OAuth, scraping or platform SDKs. Search Rumble programmatically and get structured, ranked results.How to run a Rumble search (step by step)
- 1
Get a free API key
Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.
- 2
Call the Rumble Search API
Send an authenticated GET request to /v1/rumble/search with your input. No OAuth, no scraping setup.
- 3
Read the JSON response
Parse the clean JSON response. Results are cached for 24 hours, so repeat calls are free.
Code example
curl "https://api.captapi.com/v1/rumble/search?q=skincare" \
-H "Authorization: Bearer capt_live_..."What the response looks like
{
"success": true,
"cached": false,
"creditsUsed": 12,
"data": {
"query": "space",
"totalReturned": 5,
"results": [
{
"platform": "rumble",
"id": "v7c6kd6",
"url": "https://rumble.com/shorts/v7c6kd6",
"title": "SPACE FORCE",
"description": null,
"channel": "The Fall Of The Cabal Series.",
"channelUrl": "https://rumble.com/c/TheFallOftheCabalSeries",
"views": null,
"likes": 37,
"dislikes": 4,
"duration": null,
"publishedAt": "2026-07-03T03:51:55-04:00",
"thumbnail": "https://1a-1791.com/video/fwe2/45/s8/6/A/s/R/C/AsRCA.O-xb.jpg",
"comments": 2
},
{
"platform": "rumble",
"id": "v7c2pio",
"url": "https://rumble.com/v7c2pio-space-revolution-ep.-25.html",
"title": "Space Revolution Ep. 25: Independence Day, the Shape & Pattern of Truth",
"description": null,
"channel": "Badlands Media",
"channelUrl": "https://rumble.com/c/BadlandsMedia",
"views": null,
"likes": 348,
"dislikes": 7,
"duration": "1:07:34",
"publishedAt": "2026-06-30T22:46:28-04:00",
"thumbnail": "https://1a-1791.com/video/fwe2/fd/s8/1/W/w/_/B/Ww_BA.oq1b-small-Space-Revolution-Ep.-25..jpg",
"comments": 9
},
{
"platform": "rumble",
"id": "v7c4ivc",
"url": "https://rumble.com/v7c4ivc-the-truth-about-birthright-citizenship-xtwitter-space.html",
"title": "The Truth About Birthright Citizenship! X/Twitter Space",
"description": null,
"channel": "Freedomain",
"channelUrl": "https://rumble.com/c/freedomain",
"views": 866,
"likes": 13,
"dislikes": null,
"duration": "1:57:54",
"publishedAt": "2026-07-01T23:10:14-04:00",
"thumbnail": "https://1a-1791.com/video/fww1/9c/s8/1/i/c/u/C/icuCA.oq1b-small-The-Truth-About-Birthright-..jpg",
"comments": null
},
{
"platform": "rumble",
"id": "v7c5whs",
"url": "https://rumble.com/v7c5whs-air-and-space.html",
"title": "Air and Space",
"description": null,
"channel": "Just the News",
"channelUrl": "https://rumble.com/c/JustTheNews",
"views": null,
"likes": 15,
"dislikes": null,
"duration": "1:49",
"publishedAt": "2026-07-02T18:08:21-04:00",
"thumbnail": "https://1a-1791.com/video/fwe2/1a/s8/6/a/V/J/C/aVJCA.oq1b.jpg",
"comments": null
},
{
"platform": "rumble",
"id": "v7c0kcc",
"url": "https://rumble.com/shorts/v7c0kcc",
"title": "Our Home in Space Part 2: \"Leaks\" from Deep Space",
"description": null,
"channel": "Science Fictions",
"channelUrl": "https://rumble.com/c/Sciencefictions",
"views": null,
"likes": 13,
"dislikes": 1,
"duration": null,
"publishedAt": "2026-07-01T11:00:00-04:00",
"thumbnail": "https://1a-1791.com/video/fwe2/fd/s8/6/8/7/M/B/87MBA.O-xb.jpg",
"comments": null
}
]
}
}Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| q | string | Yes | Keywords or search query (min 2 characters). |
| limit | integer | No | Max items to return (default 20, max 200). Billed per result. |
Frequently asked questions
What does the Rumble Search API do?
The Rumble Search API lets you search and return matching results from a public Rumble query using one GET request to /v1/rumble/search. It returns clean JSON — no OAuth or scraping setup required.
How many credits does the Rumble Search API cost?
Each successful call costs 12 credits. Responses are cached for 24 hours, and cached results cost 0 credits. Failed or empty results are never charged.
Do I need a Rumble API key or OAuth?
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, and Rumble. We handle proxies, rate limits, retries, and authentication for you.
Is the Rumble Search API suitable for production use?
Yes. It is a stable REST endpoint with predictable JSON, automatic retries, and a shared 24-hour cache. Use it for RAG pipelines, analytics, monitoring, and content automation.
Ready to run a Rumble search?
Start free with 100 credits — no credit card required.
Get your free API key