# 快手博主作品列表 API | Kuaishou Kwai creator videos

**Use case:** 

快手博主作品列表 API，通过主页链接或用户 ID 导出快手博主发布的作品列表，支持自动翻页、CSV、Excel、JSON 和 Apify Dataset。Kuaishou / Kwai creator videos export by SocialDataX.

## Input

```json
{
  "operation": "list_user_videos",
  "keyword": "露营",
  "profile_url": "https://www.kuaishou.com/profile/3xn3uu4z6qqtvz4",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_user_id": {
    "label": "Query user ID",
    "format": "string"
  },
  "query_profile_url": {
    "label": "Query profile URL",
    "format": "string"
  },
  "photo_id": {
    "label": "Photo ID",
    "format": "string"
  },
  "content_type": {
    "label": "Content type",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "cover_image_url": {
    "label": "Cover image URL",
    "format": "string"
  },
  "share_url": {
    "label": "Share URL",
    "format": "string"
  },
  "author_user_id": {
    "label": "Author user ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "view_count": {
    "label": "View count",
    "format": "integer"
  },
  "collect_count": {
    "label": "Collect count",
    "format": "integer"
  },
  "publish_time": {
    "label": "Publish time",
    "format": "integer"
  },
  "page_request_index": {
    "label": "Page request index",
    "format": "integer"
  },
  "page_item_count": {
    "label": "Page item count",
    "format": "integer"
  },
  "page_has_more": {
    "label": "Has more",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [快手 / Kuaishou / Kwai API - 热榜、搜索、评论、博主数据](https://apify.com/socialdatax/socialdatax-kuaishou-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-kuaishou-data-api) to learn more, explore other use cases, and run it yourself.