SocialCrawl

Kwai

Extract data from Kwai

Kwai

Extract data from Kwai.

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

When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

엔드포인트 3개를 제공해요.

엔드포인트경로크레딧 등급
Get a Kwai post/v1/kwai/poststandard (1cr)
Get a Kwai user profile/v1/kwai/profilestandard (1cr)
List a Kwai user's posts/v1/kwai/user/postsstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema