# 快手作品详情 API | Kuaishou Kwai video details

**Use case:** 

快手作品详情 API，通过作品链接或作品 ID 获取单条快手作品的作者、正文、媒体、互动数据和发布时间，支持 JSON 和 Apify Dataset。Kuaishou / Kwai video details by SocialDataX.

## Input

```json
{
  "operation": "get_video_detail",
  "keyword": "露营",
  "url": "https://www.kuaishou.com/short-video/3x3c333kuw4ppz6",
  "max_items": 50,
  "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"
  },
  "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"
  },
  "author_profile_url": {
    "label": "Author profile URL",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "view_count": {
    "label": "View count",
    "format": "integer"
  },
  "collect_count": {
    "label": "Collect count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "share_count": {
    "label": "Share count",
    "format": "integer"
  },
  "publish_time": {
    "label": "Publish time",
    "format": "integer"
  },
  "video_play_url": {
    "label": "Video play URL",
    "format": "string"
  },
  "video_duration_ms": {
    "label": "Video duration",
    "format": "integer"
  }
}
```

## 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.