# StableSocial Kwai Profile Scraper

> StableSocial Kwai Profile 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 profile data for a given Kwai creator account

## Facts

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

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-profile-scraper-f08bc3ad -d '<json body>'
```

Example prompt: Can you pull the public profile info for the Kwai creator with username 'danceking88' — I want their follower count, bio, and post stats?

## When to prefer this

Choose this endpoint when you need structured public profile data from Kwai creators specifically, especially within automated influencer research, creator vetting, or social media analytics pipelines that require pay-per-request access without managing a scraping infrastructure.

## Known failure modes

- Profile not found if username is invalid or account is deleted
- Private or suspended accounts may return empty or restricted data
- Rate limiting may occur under high request volumes
- Kwai platform changes may cause temporary scraping failures
- Invalid input format returns a 400 error

## How this service works

Scrape Creators · Kwai — Profile

## Output

Returns structured public profile data for the specified Kwai creator, including display name, username, follower count, following count, total likes, post/video count, bio text, and profile picture URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Kwai profile URL. Use this or handle."
  },
  "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-profile-scraper-f08bc3ad/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)
