# StableSocial Kwai Post Scraper

> StableSocial Kwai Post 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 data from a Kwai (short-video platform) post by URL, returning post details on a pay-per-request basis with no subscription required.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/kwai/post
- 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-kwai-post-scraper-895aa463
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7oqrxsJzwgtfOHNpw_gum

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-kwai-post-scraper-895aa463 -d '<json body>'
```

Example prompt: Can you pull the post details for this Kwai video — https://www.kwai.com/short-video/12345 — I want to see the engagement stats and description?

## When to prefer this

Choose this endpoint when you need to retrieve data from a specific Kwai post by URL without managing authentication, subscriptions, or API keys. Ideal for one-off lookups or lightweight integrations where pay-per-request pricing is preferred over a subscription model. Use when Kwai is the specific target platform (not TikTok, Instagram, or other short-video platforms served by sibling endpoints).

## Known failure modes

- Invalid or malformed Kwai post URL returns an error or empty result
- Post has been deleted or made private, resulting in a not-found response
- Kwai platform changes its structure causing scrape failure
- Payment of 0.06 USDC not processed, blocking the request
- Rate limiting or temporary ban from Kwai's platform causing failed scrape

## How this service works

Scrape Creators · Kwai — Post

## Output

Returns structured data about the specified Kwai post, including video metadata, engagement metrics (views, likes, comments, shares), creator information, post description or caption, and any available timestamps or tags.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Kwai post URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-kwai-post-scraper-895aa463/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)
