KonbiniAPI · Example Payload

Konbiniapi Tiktokgetcommentreplies Example

APISocial MediaInstagramTikTokActivityStreams 2.0ScrapingData ExtractionPublic DataInfluencer MarketingSocial ListeningCreator ToolsMCPModel Context Protocol

Konbiniapi Tiktokgetcommentreplies Example is an example object payload from KonbiniAPI, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "tiktokGetCommentReplies",
  "summary": "Get Comment Replies",
  "request": {
    "method": "GET",
    "url": "https://api.konbiniapi.com/v1/tiktok/videos/7611615657754381599/comments/7611616052479869736/replies?count=50&cursor=0",
    "headers": {
      "Authorization": "Bearer knbn_your_api_key",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "X-Credits-Remaining": 24999,
      "X-Credits-Used": 1
    },
    "body": {
      "data": {
        "@context": [
          "https://www.w3.org/ns/activitystreams#",
          "https://konbiniapi.com/ns/social#"
        ],
        "type": "OrderedCollectionPage",
        "partOf": "https://api.konbiniapi.com/v1/tiktok/videos/7611615657754381599/comments/7611646895321105170/replies",
        "totalItems": 1309,
        "cursor": "0",
        "nextCursor": "1772217402000",
        "next": "https://api.konbiniapi.com/v1/tiktok/videos/7611615657754381599/comments/7611646895321105170/replies?cursor=1772217402000&count=30",
        "itemCount": 30,
        "orderedItems": [
          {
            "type": "Note",
            "id": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599/comment/7611646895321105170",
            "url": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599/comment/7611646895321105170",
            "entityId": "7611646895321105170",
            "content": "This man hasn't been in my fyp for so long",
            "language": "en",
            "published": "2026-02-27T20:37:38.000Z",
            "likeCount": 93210,
            "replyCount": 96,
            "status": "1",
            "isPinned": false,
            "isLiked": false,
            "inReplyTo": "https://www.tiktok.com/@khaby.lame/video/7611615657754381599"
          }
        ]
      }
    }
  }
}