Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
cursor 值cursor: 下一页游标,配合 hasMore 使用hasMore: 是否还有更多作品,为 false 时表示已翻到最后一页id 去重后再统计或入库tt_chain_token 才能访问,否则会返回 HTTP 403。Cookie: tt_chain_token={tt_chain_token},其中 {tt_chain_token} 替换为接口返回的值。https://www.tiktok.com/aweme/v1/play/ 开头的视频链接(位于 video 下各 UrlList 中)tt_chain_token 会导致 HTTP 403/fetch_post_detail 或 TikTok APP V3 目录下的接口。cursor value returned by the previous response.cursor: Cursor for the next page, use together with hasMorehasMore: Whether more posts are available; false means the last page has been reachedid before counting or storingtt_chain_token to be accessed, otherwise HTTP 403 will be returned.Cookie: tt_chain_token={tt_chain_token} in the request header, where {tt_chain_token} is the value returned by this interface.https://www.tiktok.com/aweme/v1/play/ from the response instead (found in the UrlList fields under video)tt_chain_token will cause HTTP 403/fetch_post_detail or the interfaces under the TikTok APP V3 directory.Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/tiktok/web/fetch_user_post?secUid=MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM&cursor=0&count=15&coverFormat=2&post_item_list_request_type=0' \
--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
}