SocialCrawl

Rumble

Extract videos, channels, transcripts, comments, and search results from Rumble

Rumble

Extract videos, channels, transcripts, comments, and search results from Rumble.

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

When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

엔드포인트 5개를 제공해요.

엔드포인트경로크레딧 등급
List videos for a Rumble channel/v1/rumble/channel/videosstandard (1cr)
Search Rumble videos/v1/rumble/searchstandard (1cr)
Get a Rumble video/v1/rumble/videostandard (1cr)
List top-level comments on a Rumble video/v1/rumble/video/commentsstandard (1cr)
Get a Rumble video transcript/v1/rumble/video/transcriptpremium (10cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema