# StableSocial Kwai User Posts Scraper

> StableSocial Kwai User Posts 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-14).

Scrapes and returns public post data for a given Kwai user account

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/kwai/user/posts
- 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-kwai-user-posts-scraper-4c44abb2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gUelcRih_FVXmCRKYO0rT

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-user-posts-scraper-4c44abb2 -d '<json body>'
```

Example prompt: Pull the recent posts from the Kwai user account 'dancestar_kwai' — I want their video titles, view counts, and upload dates.

## When to prefer this

Choose this endpoint when you need structured post-level data from a specific Kwai creator account, especially for influencer research, competitive analysis, or content monitoring on the Kwai short-video platform. Prefer it over general social scraping tools when Kwai-specific data is required.

## Known failure modes

- Invalid or non-existent Kwai username returns empty results or 404 error
- Private or restricted Kwai accounts may return no posts
- Rate limiting or platform-side blocks may result in partial data or errors
- Kwai platform changes may break scraping and return malformed responses
- Payment failure via x402 protocol blocks the request

## How this service works

Scrape Creators · Kwai — User Posts

## Output

Returns a list of posts for the specified Kwai user, including video metadata such as titles/captions, view counts, like counts, share counts, upload timestamps, and video URLs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Kwai profile URL. Use this or handle."
  },
  "count": {
   "type": "number",
   "description": "Number of posts to return, max 50"
  },
  "cursor": {
   "type": "string",
   "description": "Cursor from the previous response for the next page"
  },
  "handle": {
   "type": "string",
   "description": "Kwai profile handle. Use this or url."
  }
 }
}
```

## More

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