rumble
rumble
Extract data from rumble
rumble
Extract data from rumble. 5 endpoints available.
Base URL: /v1/rumble/...
Getting Started
2. Fetch their content
curl "https://www.socialcrawl.dev/v1/rumble/channel/videos" \
-H "x-api-key: sc_your_api_key_here"3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
Endpoints
| Endpoint | Path | Credit Tier |
|---|---|---|
| Search Rumble videos | /v1/rumble/search | standard (1cr) |
| List videos for a Rumble channel | /v1/rumble/channel/videos | standard (1cr) |
| Get a Rumble video | /v1/rumble/video | standard (1cr) |
| Get a Rumble video transcript | /v1/rumble/video/transcript | premium (10cr) |
| List top-level comments on a Rumble video | /v1/rumble/video/comments | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
