Baidu Hot

Monitor and fetch real-time Baidu hot search topics, rankings, trends, and keyword popularity without needing an API key.

Audits

Pass

Install

openclaw skills install baidu-hot

Baidu Hot 百度热搜

一键获取百度热搜榜,掌握实时热点!

Features

  • 🔥 获取百度实时热搜榜
  • 📊 热搜排名和热度指数
  • 🔄 支持刷新最新数据
  • 💾 历史记录(可选)

Quick Start

# 获取当前热搜榜
baidu-hot

# 只看前10名
baidu-hot --top 10

# 保存到文件
baidu-hot --output hot.txt

Usage

# 基本使用
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