Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
edges
: 帖子边缘数据数组,每个节点包含:node.id
: 帖子唯一标识符node.code
: 帖子短代码node.caption
: 帖子描述node.taken_at
: 创建时间戳node.like_count
: 点赞数node.comment_count
: 评论数node.user
: 发布者信息page_info
: 分页信息,包含has_next_page和end_cursoredges
: Posts edge data array, each node contains:node.id
: Post unique identifiernode.code
: Post shortcodenode.caption
: Post captionnode.taken_at
: Creation timestampnode.like_count
: Likes countnode.comment_count
: Comments countnode.user
: Publisher infopage_info
: Pagination info, includes has_next_page and end_cursorAuthorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/instagram/web_app/fetch_location_posts_by_location_id?location_id=115412053922647&tab=ranked&end_cursor' \
--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": "2025-09-20 00:25:53",
"time_stamp": 1758353153,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}