Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
custom:开始时间:结束时间/custom:start_time:end_timecustom:2025-09-08: # 只选开始日期/Start date only
custom:2025-09-08-0: # 开始日期+时间(小时)/Start date + hour
custom:2025-09-08-0:2025-09-08 # 开始日期到结束日期/Start to end date
custom:2025-09-08-0:2025-09-08-23 # 完整时间范围/Complete time range# 搜索热门内容/Search hot content
GET /fetch_advanced_search?q=python&search_type=hot
# 搜索含图片的原创内容/Search original content with images
GET /fetch_advanced_search?q=编程&search_type=original&include_type=pic
# 按时间范围搜索/Search by time range
GET /fetch_advanced_search?q=AI×cope=custom:2025-09-01-0:2025-09-08-23
# 分页搜索/Paginated search
GET /fetch_advanced_search?q=科技&page=2&search_type=hot{
"code": 200,
"data": {
"parsed_data": {
"results": [
{
"weibo_id": "微博MID",
"user_name": "发布者用户名",
"user_url": "用户主页链接",
"user_nick": "昵称(可选)",
"user_avatar": "头像(可选)",
"publish_time": "发布时间",
"post_url": "微博链接",
"content": "微博内容文本",
"media": {
"has_image": true,
"images": [
"https://...jpg"
],
"has_video": true,
"videos": [
{
"type": "video",
"src": "https://f.video.weibocdn.com/...mp4?...",
"streams": [
"https://f.video.weibocdn.com/...720p.mp4?...",
"https://f.video.weibocdn.com/...480p.mp4?..."
],
"poster": "https://...jpg",
"duration": "02:02",
"page_url": "https://video.weibo.com/show?fid=1034:...",
"fid": "1034:..."
}
]
},
"interaction": {
"repost_count": 12,
"comment_count": 34,
"like_count": 56
}
}
],
"result_count": 10,
"pagination": {
"current_page": 1,
"has_next_page": true,
"next_page_url": "https://s.weibo.com/...&page=2"
},
"search_stats": {
"search_stats": "搜索统计信息"
},
"parse_success": true
}
}
}Authorization: Bearer ********************curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_advanced_search?q=yu7&search_type=hot&include_type=pic×cope=custom:2025-09-01-0:2025-09-08-23&page=1' \
--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
}