# TikTok Comment Replies API | TikTok replies

**Use case:** 

Export TikTok comment replies with SocialDataX using post and comment IDs. Includes reply text, authors, likes and pagination.

## Input

```json
{
  "operation": "get_post_comment_replies",
  "keyword": "AI",
  "page_token": "***",
  "content_type": "all",
  "url": "",
  "post_id": "7640149043431214350",
  "comment_id": "7640183598754906901",
  "tiktok_id": "",
  "profile_url": "",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "comment_id": {
    "label": "Comment ID",
    "format": "string"
  },
  "content": {
    "label": "Content",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "author_username": {
    "label": "Author username",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "reply_count": {
    "label": "Reply count",
    "format": "integer"
  },
  "page_request_index": {
    "label": "Page request index",
    "format": "integer"
  },
  "page_has_more": {
    "label": "Page has more",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok API | search comments creator videos](https://apify.com/socialdatax/socialdatax-tiktok-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-tiktok-data-api) to learn more, explore other use cases, and run it yourself.