# 抖音作品详情 API | Douyin video details

**Use case:** 

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

## Input

```json
{
  "operation": "get_video_detail",
  "keyword": "露营",
  "sort_type": "general",
  "publish_time_range": "all",
  "duration_range": "all",
  "content_type": "all",
  "url": "https://www.douyin.com/video/7648208200076573925",
  "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_aweme_id": {
    "label": "Query aweme ID",
    "format": "string"
  },
  "aweme_id": {
    "label": "Aweme 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_sec_user_id": {
    "label": "Author sec 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"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "collect_count": {
    "label": "Collect 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 [抖音 / Douyin API - 热榜、搜索、评论、博主数据](https://apify.com/socialdatax/socialdatax-douyin-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-douyin-data-api) to learn more, explore other use cases, and run it yourself.