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
: 帖子唯一标识符code
: 帖子短代码caption
: 帖子描述/标题media_type
: 媒体类型(1:图片,2:视频,8:轮播)taken_at
: 创建时间戳like_count
: 点赞数comment_count
: 评论数user
: 发布者信息end_cursor
: 下一页的游标data.count
: Total posts countdata.items
: Posts array, each post contains:id
: Post unique identifiercode
: Post shortcodecaption
: Post caption/titlemedia_type
: Media type(1:photo,2:video,8:carousel)taken_at
: Creation timestamplike_count
: Likes countcomment_count
: Comments countuser
: Publisher infoend_cursor
: Cursor for next pageAuthorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/instagram/web_app/fetch_user_posts_by_user_id?user_id=25025320'
{
"code": 200,
"request_id": "string",
"router": "",
"params": {},
"data": null
}