# StableSocial Rumble Video Comments

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

Fetches comments on a Rumble video given its URL, with no auth or subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/rumble/video/comments
- 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-video-comments-97846762
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UgmwlkCC42EohyH-Au4hk

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-comments-97846762 -d '<json body>'
```

Example prompt: Can you pull all the comments from this Rumble video for me? Here's the URL: https://rumble.com/v3abc123-example-video.html

## When to prefer this

Choose this endpoint when you need comment data specifically from Rumble videos without setting up authentication or subscriptions. Ideal for one-off or pay-per-use scraping tasks where you want to avoid per-platform API keys. Prefer this over building custom scrapers when you need quick, structured comment extraction from Rumble.

## Known failure modes

- Invalid or malformed Rumble URL returns an error
- Video is private or removed and comments cannot be accessed
- Rate limiting or temporary scraping block from Rumble returns no data
- Payment of 0.06 USDC not fulfilled causes 402 rejection
- Empty comment section returns empty array

## 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 a list of comments posted on the specified Rumble video, likely including comment text, author/username, timestamp, and engagement metrics such as likes per comment.

## 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-comments-97846762/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)
