# 抖音评论回复 API | Douyin comment replies

**Use case:** 

抖音评论回复 API，导出指定一级评论下的二级评论回复，适合评论分析、用户反馈研究和表格处理。Use aweme_id and comment_id from the comments Dataset. Powered by SocialDataX.

## Input

```json
{
  "operation": "get_video_sub_comments",
  "keyword": "露营",
  "sort_type": "general",
  "publish_time_range": "all",
  "duration_range": "all",
  "content_type": "all",
  "aweme_id": "7648208200076573925",
  "comment_id": "7648330123242324788",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_aweme_id": {
    "label": "Query aweme ID",
    "format": "string"
  },
  "query_comment_id": {
    "label": "Query comment ID",
    "format": "string"
  },
  "aweme_id": {
    "label": "Aweme ID",
    "format": "string"
  },
  "comment_id": {
    "label": "Comment ID",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "author_sec_user_id": {
    "label": "Author sec user ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "reply_count": {
    "label": "Reply count",
    "format": "integer"
  },
  "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 [抖音 / 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.