# 快手评论导出 API | Kuaishou Kwai comments

**Use case:** 

快手评论导出 API，导出单条快手作品的一级评论、用户信息、互动数据和分页信息，支持 CSV、Excel、JSON 和 Apify Dataset。Kuaishou / Kwai comments export by SocialDataX.

## Input

```json
{
  "operation": "get_video_comments",
  "keyword": "露营",
  "url": "https://www.kuaishou.com/short-video/3xga9bnxzfggi29",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_url": {
    "label": "Query video URL",
    "format": "string"
  },
  "query_photo_id": {
    "label": "Query photo ID",
    "format": "string"
  },
  "photo_id": {
    "label": "Photo ID",
    "format": "string"
  },
  "comment_id": {
    "label": "Comment ID",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "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"
  },
  "has_replies": {
    "label": "Has replies",
    "format": "boolean"
  },
  "create_time": {
    "label": "Create 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.