# StableSocial Rumble Video Scraper

> StableSocial Rumble Video 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-15).

Fetches metadata and details for a Rumble video given its URL, with pay-per-request access and no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/rumble/video
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-rumble-video-scraper-83d1a550
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_efS2U8uNo4R5fQ-I7S8Bo

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-video-scraper-83d1a550 -d '<json body>'
```

Example prompt: Can you pull the details for this Rumble video — title, view count, upload date, and description? Here's the URL: https://rumble.com/v4xyz-example-video.html

## When to prefer this

Choose this endpoint when you need to retrieve metadata for a specific Rumble video without setting up a scraping infrastructure, managing auth, or committing to a subscription. Ideal for one-off lookups, pay-as-you-go pipelines, and agents that occasionally need Rumble data alongside other social platforms covered by StableSocial.

## Known failure modes

- Invalid or malformed Rumble URL returns an error
- Private or deleted videos may return empty or error responses
- Rumble platform changes can break scraping and cause failures
- Payment failure (insufficient USDC) blocks the request
- Rate limiting or anti-bot measures on Rumble's side may cause timeouts

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns structured metadata for the specified Rumble video, typically including the video title, description, view count, like count, upload date, channel/creator name, and other available engagement metrics scraped from the Rumble platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Rumble video URL."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-rumble-video-scraper-83d1a550/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)
