Kwai
Extract data from Kwai
Kwai
Extract data from Kwai. 3 endpoints available.
Base URL: /v1/kwai/...
Getting Started
1. Fetch a profile
curl "https://www.socialcrawl.dev/v1/kwai/profile" \
-H "x-api-key: sc_your_api_key_here"2. Fetch their content
curl "https://www.socialcrawl.dev/v1/kwai/user/posts" \
-H "x-api-key: sc_your_api_key_here"3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
Endpoints
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get a Kwai user profile | /v1/kwai/profile | standard (1cr) |
| List a Kwai user's posts | /v1/kwai/user/posts | standard (1cr) |
| Get a Kwai post | /v1/kwai/post | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
