ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Kuaishou (China)

Kuaishou Video API

Fetch one Kuaishou (China) video by photo id or URL — caption, play / like / comment / share counts, duration, resolution, publish time, cover image, the MP4 URL, and the author's own follower and video totals — as JSON. Costs 2 credits. Kuaishou is priced per endpoint (1, 2, 10 or 40), never per platform. This is kuaishou.com only; Kwai international (kwai.com) is not served.

POST/api/v1/kuaishou/video

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
photo_idstring

Kuaishou photo (video) id, non-empty. Both id forms work here: the alphanumeric form (3xtdqvdnqd3psuc) and the numeric form (5211790816292981090). Either photo_id or url must be sent.

Example: 3xtdqvdnqd3psuc

urlstring (url)

A kuaishou.com or v.kuaishou.com video URL, as an alternative to photo_id. Must be a syntactically valid URL. Sent on its own it takes a different upstream route than the id form. Kwai international (kwai.com) URLs are not supported.

Example: https://v.kuaishou.com/GKTpYm

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")

# 2 credits. photo_id or url - one of the two is required.
video = client.kuaishou.video(photo_id="3xtdqvdnqd3psuc")
photo = video["data"]["photo"]

# camelCase here, snake_case on the feed endpoints
print(photo["caption"], photo["viewCount"], photo["likeCount"])
print(photo["mainMvUrls"][0]["url"])          # MP4
print(video["data"]["counts"]["fanCount"])    # author followers, no profile call

Response

"result": 1,
},
"response_time": 4612,
"credits_used": 2,
"credits_remaining": 4815
}
PreviousKuaishou Share Link ResolverNextKuaishou Video Comments
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy