---
title: "User Posts"
method: GET
path: "/v1/kwai/user/posts"
tags: ["Kwai"]
---

# User Posts

`GET /v1/kwai/user/posts`

Fetches a paginated list of public Kwai posts for a user, including captions, media URLs, covers, counts, author info, and the next cursor when more results are available. Uses Kwai's public web API endpoint, not HTML scraping.

## Query parameters

- `handle` string
- `url` string
- `cursor` string
- `count` number

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
