# StableSocial Rumble Channel Videos Scraper

> StableSocial Rumble Channel Videos Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Scrapes and returns a paginated list of videos from a Rumble channel by URL or handle

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/rumble/channel/videos
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-rumble-channel-videos-scraper-af5c0d15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ChQhKg9xfxFWXOAT53CBd

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stablesocial-rumble-channel-videos-scraper-af5c0d15 -d '<json body>'
```

Example prompt: Can you pull the list of videos from the Rumble channel at https://rumble.com/c/RealAmericasVoice and show me what they've uploaded recently?

## When to prefer this

Use this endpoint when you need programmatic, pay-per-request access to Rumble channel video data without managing your own scraping infrastructure. Prefer this over building a custom scraper when you need reliable pagination support or when integrating Rumble data into an agent workflow alongside other social platforms supported by StableSocial.

## Known failure modes

- Invalid or non-existent Rumble channel URL returns an error or empty result
- Neither url nor handle provided causes a validation error
- Rumble blocks or rate-limits the scrape returning partial or no data
- Invalid cursor value results in an error or unexpected page
- Channel has no videos returns an empty list

## How this service works

Scrape Creators · Rumble — Channel Videos

## Output

Returns a list of videos from the specified Rumble channel, including metadata such as video titles, URLs, thumbnails, view counts, upload dates, and a cursor value for fetching the next page of results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Rumble channel URL. If you'd prefer to use the handle instead, use the handle parameter."
  },
  "cursor": {
   "type": "string",
   "description": "Cursor from the previous response. This is the next page number, like 2 or 3."
  },
  "handle": {
   "type": "string",
   "description": "Rumble channel handle. If you'd prefer to use the URL instead, use the url parameter."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-rumble-channel-videos-scraper-af5c0d15/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
