Tophub APItophub.today ↗
Track trending topics across China's top social platforms like Weibo, Zhihu, Bilibili, and Hupu by retrieving real-time hot search rankings from a single unified source. Stay ahead of viral trends and discover what's capturing audience attention across multiple Chinese communities at any given moment.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/5a2bd56a-a6c2-4bba-83d6-72456543feac/get_hot_list' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns the full aggregated hot search ranking list from tophub.today. This combines trending topics across all major Chinese platforms (Zhihu, Weibo, Hupu, Douyin, etc.) ranked by composite hot value. Returns approximately 100 items sorted by popularity. No pagination needed as the full list is returned in a single call.
No input parameters required.
{
"type": "object",
"fields": {
"items": "array of hot ranking items, each containing id, title, description, url, thumbnail, hot_value, extra, source_site, source_domain, source_logo, and timestamp",
"total": "integer count of items returned"
},
"sample": {
"data": {
"items": [
{
"id": 246013438,
"url": "https://www.zhihu.com/question/2071625579925869050",
"extra": "2188 万热度",
"title": "旺旺董事长发内部信,直言遭遇重大经营危机,没有贡献的员工要被淘汰,这种方式能救企业吗?",
"hot_value": "1493万热度",
"thumbnail": "https://picx.zhimg.com/v2-29e0a6a5fbe435d93157d038e8b69c1c.png",
"timestamp": 1786750209,
"description": "据蓝鲸新闻报道,2026 年 8 月初,旺旺集团董事长蔡衍明发布致全体旺旺人的公开信...",
"source_logo": "https://file.ipadown.com/tophub/assets/images/media/zhihu.com.png_50x50.png",
"source_site": "知乎",
"source_domain": "zhihu.com"
}
],
"total": 100
},
"status": "success"
}
}About the Tophub API
The Tophub API on Parse exposes 1 endpoint for the publicly available data on tophub.today. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.