# StableSocial Kick Clip Scraper

> StableSocial Kick 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 for a Kick clip given its URL, with pay-per-request access at $0.06 USDC.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/kick/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-kick-clip-scraper-53acbf01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X4Q5f2TNZvo93_WeTVHKN

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-kick-clip-scraper-53acbf01 -d '<json body>'
```

Example prompt: Can you pull the metadata for this Kick clip — https://kick.com/clips/abc123xyz — I want to see the title, view count, creator, and duration?

## When to prefer this

Use this endpoint when you need structured metadata from a specific Kick.com clip URL without building your own scraper. It's ideal for one-off lookups, content monitoring pipelines, or research tasks where you have a direct Kick clip link and need data fast with no subscription overhead. Prefer this over building custom scrapers or using general-purpose browser automation when cost-per-call ($0.06 USDC) is acceptable and you want a maintained, reliable extraction service specifically for Kick clips.

## Known failure modes

- Invalid or malformed Kick clip URL returns an error
- Clip has been deleted or made private — returns not found error
- Rate limits or Kick platform changes may cause scraping failures
- Payment failure or insufficient USDC balance blocks the request
- URL pointing to a non-clip Kick page (e.g. channel page) returns unexpected results

## 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 Kick clip including metadata such as title, creator/channel information, view count, duration, thumbnail URL, and clip creation timestamp extracted from the Kick.com platform.

## Request schema (JSON Schema)

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

## More

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