Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
next_min_id字段获取comment_count: 评论总数comments: 评论列表,每个评 论包含:pk: 评论IDtext: 评论内容created_at/created_at_utc: 评论时间戳user: 评论者信息(pk, username, full_name, is_verified, profile_pic_url等)comment_like_count: 评论点赞数child_comment_count: 子评论数量preview_child_comments: 子评论预览列表is_liked_by_media_owner: 是否被帖子作者点赞has_translation: 是否有翻译next_min_id: 下一页游标(JSON格式字符串)has_more_headload_comments: 是否有更多评论caption: 帖子描述信息next_min_idcomment_count: Total comments countcomments: Comments list, each comment contains:pk: Comment IDtext: Comment contentcreated_at/created_at_utc: Comment timestampuser: Commenter info (pk, username, full_name, is_verified, profile_pic_url etc.)comment_like_count: Comment likes countchild_comment_count: Child comments countpreview_child_comments: Child comments preview listis_liked_by_media_owner: Whether liked by post authorhas_translation: Whether translation availablenext_min_id: Next page cursor (JSON format string)has_more_headload_comments: Whether more comments availablecaption: Post caption infoAuthorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/instagram/v1/fetch_post_comments_v2?media_id=3766120364183949816&sort_order=recent&min_id=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}