Skip to main content
POST
Kwai Post API

Get Kwai Posts

Fetch normalized posts data from Kwai. Each successful task costs a fixed 0.19 credits.

Request Body

Request Constraints

  • url is required and must be non-empty. Its parsed hostname must be kwai.com, kwai-video.com, or a subdomain of either host.
  • Any scheme is accepted when the reference contains an authority and hostname; protocol-relative references are also accepted. Bare domains, hostless references, and other hosts are rejected.
  • The backend does not enforce a specific post path pattern. A supported hostname with a non-post or otherwise unsupported path may still fail at the provider.
  • Only url is accepted. Source cursors, results_limit, and other request fields are rejected. Each task makes one provider request.

Use with MCP

A successful request returns a task_id. Poll it with socq_get_task, then read normalized records from results.items.

Result Fields

Completed Task Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required

A non-empty post reference whose parsed hostname is kwai.com, kwai-video.com, or a subdomain of either host. Any scheme is accepted when an authority and hostname are present; protocol-relative references are also accepted.

Minimum string length: 1

Response

Task accepted

code
integer
data
object