- name
- baidu-hot
- description
- 百度热榜监控 | Baidu Hot Topics Monitor. 获取百度热搜榜、搜索趋势、关键词热度 | Get Baidu trending searches, trends, keyword popularity. 触发词:百度、热搜、baidu.
- homepage
- https://github.com/yourusername/baidu-hot
- metadata
- {"clawdbot":{"emoji":"🔥","requires":{"bins":["curl"]}}
Baidu Hot 百度热搜
一键获取百度热搜榜,掌握实时热点!
Features
- 🔥 获取百度实时热搜榜
- 📊 热搜排名和热度指数
- 🔄 支持刷新最新数据
- 💾 历史记录(可选)
Quick Start
# 获取当前热搜榜
baidu-hot
# 只看前10名
baidu-hot --top 10
# 保存到文件
baidu-hot --output hot.txtUsage
# 基本使用
baidu-hot
# 输出示例:
# 🔥 百度热搜榜 - 2026-03-16 12:00
# 1. AI大模型新突破 (热度: 999999)
# 2. 开源AI代理工具成趋势 (热度: 888888)
# 3. ...How it works
使用百度公开的热搜API,无需API key!
curl -s "https://top.baidu.com/api/board?platform=wise&tab=realtime"Customization
编辑 ~/.baidu-hot/config.json 配置:
- 默认显示条数
- 是否显示热度指数
- 刷新间隔
Made with ❤️ for OpenClaw