Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
data.count
: 评论总数data.items
: 评论数组,每个评论包含:id
: 评论唯一标识符text
: 评论文本内容user
: 评论者信息like_count
: 点赞数pagination_token
: 分页令牌data.count
: Total comments countdata.items
: Comments array, each comment contains:id
: Comment unique identifiertext
: Comment text contentuser
: Commenter infolike_count
: Likes countpagination_token
: Pagination tokenAuthorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/instagram/web_app/fetch_post_comments_by_url?url=https://www.instagram.com/p/C3OqtMeRxrV/'
{
"code": 200,
"router": "",
"params": {},
"data": null
}