weibo_hot_list
Fetch Weibo's real-time trending topics (hot search list) with top 50 entries and pinned government topics. No login required.
Instructions
获取微博实时热搜榜。无需登录!
原理: 调用 weibo.com/ajax/side/hotSearch(游客可访问)。 返回实时热搜 50 条 + 置顶政务话题。
并发安全: ✅ 纯 HTTP/REST API,无共享状态,任意并发调用安全。
Returns: {count, items: [{rank, word, num, url, label}], hotgov: {name, url}|null}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||