# StableSocial Twitch Clip Scraper

> StableSocial Twitch Clip 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 data from a Twitch clip URL via a pay-per-request API

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/twitch/clip
- 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-twitch-clip-scraper-1bcfc4fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k7uyMKTs6v13cu1LuGIgh

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-twitch-clip-scraper-1bcfc4fc -d '<json body>'
```

Example prompt: Can you pull all the details from this Twitch clip — https://www.twitch.tv/clips/SomeClipSlug — like who made it, what game it's from, and how many views it has?

## When to prefer this

Use this endpoint when you need Twitch clip metadata without setting up OAuth credentials with the Twitch API. Ideal for one-off lookups, lightweight integrations, or automated pipelines that need pay-per-request pricing with no subscription overhead. Prefer this over direct Twitch API calls when avoiding credential management is a priority.

## Known failure modes

- Invalid or malformed Twitch clip URL returns an error
- Clip has been deleted or made private and returns no data
- Rate limit or payment failure prevents request from completing
- Twitch platform changes break scraping and return empty/partial data
- Non-Twitch-clip URLs (e.g. channel or stream URLs) may be rejected

## 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 data about the specified Twitch clip, including metadata such as clip title, creator/broadcaster name, game or category, view count, clip duration, thumbnail image URL, and publication timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Twitch clip URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-twitch-clip-scraper-1bcfc4fc/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)
