# Kwai Post API (https://www.socialcrawl.dev/platforms/kwai/post) > Returns public Kwai post details — caption, video and cover URLs, view/like/comment/share counts, author info, and music metadata. TL;DR: `GET /v1/kwai/post` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | no | Full URL of the Kwai post | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/kwai/post" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I fetch a Kwai video with an API? Send a GET request to /v1/kwai/post with the video's kwai.com URL — for example https://www.kwai.com/@KwaiBrasilOficial/photo/5193363430624671876. SocialCrawl returns the caption, video and cover URLs, engagement counts, author info, and music metadata in one JSON payload. ### What fields does the Kwai Post API return? The response includes the caption, video URL, cover image URL, view/like/comment/share counts, the author's profile info, and music metadata — the track used in the video — normalized into the unified Post schema shared with TikTok video endpoints. ### Does the Kwai Post API include music metadata? Yes. Each video carries the music track it uses, so you can spot which songs are fueling trends on Brazil's biggest short-video app — the same sound-tracking workflow teams already run against TikTok, now for the LatAm market. ### How much does the Kwai Post API cost? Each request costs 1 credit on the standard tier. New accounts get 100 free credits with no credit card required — enough to fetch 100 videos with full engagement counts while you evaluate. ### Can I track how a Kwai video goes viral? Yes. Poll the video URL on a schedule and store viewCount, likeCount, commentCount, and shareCount over time to chart its spread. The counts are normalized into the same engagement object as TikTok and Instagram, so your charting code is reusable. See the full Kwai API: https://www.socialcrawl.dev/platforms/kwai ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to fetch a Kwai video's stats with the SocialCrawl API - What does the SocialCrawl Kwai Post API return?