
Trending Hub Top10
- 230 installs
- 316 repo stars
- Updated August 4, 2026
- redfox-data/redfox-community
Use trending-hub-top10 for development tasks
About
trending-hub-top10: A skill for development. This provides functionality for development workflows.
- trending-hub-top10
Trending Hub Top10 by the numbers
- 230 all-time installs (skills.sh)
- +14 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #1,715 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/redfox-data/redfox-community --skill trending-hub-top10Add your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 230 |
|---|---|
| repo stars | ★ 316 |
| Last updated | August 4, 2026 |
| Repository | redfox-data/redfox-community ↗ |
What it does
Use trending-hub-top10 for development tasks
Files
全网聚合热点榜
1. 简介
一句话定位:全网聚合热点TOP10榜,基于每小时收录的7大平台热点数据,通过智能事件识别和跨平台归并,输出综合热度最高的TOP10热点事件。
核心价值:解决内容创作者、市场运营者在热点追踪中的三大痛点:
- 热点分散难整合:无需逐个平台查看,一次聚合7大平台热榜
- 跨平台对比困难:自动识别同一事件在不同平台的讨论差异和热度表现
- 趋势判断模糊:基于热度值、上榜时长、平台覆盖等维度智能预测热点走势
适用对象:内容创作者、市场运营人员、媒体编辑、品牌策划、数据分析师。
不支持:该技能不支持查询特定热词详情,仅提供全网热点榜聚合查询。
2. 功能特性
核心功能
| 功能模块 | 能力描述 | 核心价值 |
|---|---|---|
| 🔍 全网热榜聚合 | 实时抓取7大平台热搜数据 | 一键获取全网热点,告别逐平台查看 |
| 🔗 跨平台事件识别 | 智能识别同一事件在不同平台的表述 | 自动归并相似话题,避免重复统计 |
| 📊 热度趋势预测 | 基于热度值、时长、平台覆盖预测走势 | 提前判断热点生命周期,把握创作窗口 |
| 📈 TOP10榜单提供 | 按综合热度排序输出TOP10热点 | 快速定位高价值选题 |
| 💬 跨平台讨论分析 | 展示不同平台的讨论焦点和差异 | 深度洞察舆论生态,精准定位受众 |
| 📄 HTML报告导出 | 生成美观的可视化报告 | 支持图片导出,便于分享存档 |
| ⏰ 订阅推送服务 | 定时推送最新热榜/昨日热榜 | 持续追踪热点动态,不错过关键机会 |
特色亮点
- 智能事件识别:从所有标题中独立识别和归纳具体热点事件,不直接使用原标题
- 可视化HTML报告:自动生成精美HTML报告,支持PDF/图片导出
- 跨平台讨论对比:展示同一事件在不同平台的讨论焦点和差异
- 热度趋势预测:综合分析热度值、上榜时长、排名变化,输出趋势预测
3. 一键安装
鉴权
获取 API Key
请前往 红狐hub 获取API KEY
配置 API Key
方案1: 以OpenClaw为例,将REDFOX_API_KEY添加到~/.openclaw/openclaw.json中,部分内容如下:
{ "env": { "REDFOX_API_KEY": "ak_xxxx..." } }方案2: 终端配置:
export REDFOX_API_KEY="ak_xxxx..."依赖安装
pip install python-dateutil==2.8.2
mkdir -p output环境变量配置
| 变量名 | 说明 | 必填 |
|---|---|---|
REDFOX_API_KEY | 红狐 API Key | 是 |
4. 使用指南
基础使用
查询最新热榜(默认)
python scripts/fetch_hotspot.py --output json自动计算当前时间的前一个小时作为查询范围。例如:当前时间为 2026-04-16 08:30:00,则查询 2026-04-16 07:00:00 到 2026-04-16 08:00:00 的数据。
查询历史热榜
# 查询昨日热榜(假设今天是2026-04-16)
python scripts/fetch_hotspot.py --start-date "2026-04-15 00:00:00" --end-date "2026-04-16 00:00:00"日期范围规则:
- 时间格式为
YYYY-MM-DD HH:MM:SS,也可简写为YYYY-MM-DD(自动补全为 00:00:00) - 日期范围是
[start_date, end_date)左闭右开区间 - 最长查询范围:7天
高级使用
标准执行流程
重要原则:智能体完成数据分析并保存JSON后,直接生成HTML报告,不在对话中输出详细榜单。
1. 获取热点数据:调用脚本获取原始JSON数据 2. 智能体分析并保存JSON:执行热点事件识别,按热度值降序排列取TOP10,保存为 structured_report.json 3. 自动生成HTML报告:python scripts/generate_html_report.py --input structured_report.json --output 热点榜报告.html 4. 对话中输出简要信息:标题 > 统计时间 > HTML报告 > 订阅推送服务询问
智能体时间判断逻辑
| 用户意图 | 查询方式 |
|---|---|
| "今日热榜" / "今日热点" | 查询今日0:00到当前整点:--start-date "T 00:00:00" --end-date "T {当前小时}:00:00" |
| "最新热榜" / "热点榜" | 查询当前时间前一小时:--start-date "T {当前小时-1}:00:00" --end-date "T {当前小时}:00:00" |
| "昨日热榜" / "昨天热榜" | --start-date "T-1 00:00:00" --end-date "T 00:00:00" |
| "近7天热榜" / "一周热榜" | --start-date "T-7 00:00:00" --end-date "T 00:00:00" |
| "X月X日热榜" | --start-date "X月X日 00:00:00" --end-date "X月X日+1天 00:00:00" |
对比查询:需分别查询多天数据,不能合并查询:
# 对比昨天和今天的热榜(假设今天是2026-04-16)
python scripts/fetch_hotspot.py --start-date "2026-04-15 00:00:00" --end-date "2026-04-16 00:00:00" # 昨日
python scripts/fetch_hotspot.py --start-date "2026-04-16 00:00:00" --end-date "2026-04-17 00:00:00" # 今日实时热点事件识别规则
核心原则:完全忽略接口返回的keyword和分类,独立从所有标题中识别并归纳具体热点事件。
识别流程(必须按顺序执行): 1. 收集所有标题:遍历 hotspots 数组,提取 title 和 platName 2. 识别具体事件:判断标题是否描述同一事件(相同主体、相同事件核心、时间连续性) 3. 归纳事件热词:为每个事件提炼简洁热词(5-15个字)
- ✅ 正确:U20女足中日对决、2026大学排名发布
- ❌ 错误:中国相关热点、体育新闻
4. 按热度值排序:取TOP10
热度值处理与输出规范
- 热度换算:
maxHotScore // 10000(整数除法),拼接"万"。例如:9384468 → 938万 - 热度值格式:必须是"数字+万",禁止包含其他字符
- 持续时长:
topOfTheDayTime为 0 时显示"刚上热搜",否则显示"{N}h" - URL链接:有
url时显示为超链接,无URL时仅显示文本 - 平台图标:使用emoji区分(微博🌐、抖音🎵、知乎📚、B站📺、快手🎬、头条📰、百度🔍)
综合预测规则
| 热度范围 | 预测emoji | 说明 |
|---|---|---|
| ≥ 1000万 | 🔥🔥🔥 | 爆款 |
| 500-999万 | 🔥🔥 | 高热 |
| 100-499万 | 🔥 | 中等 |
| < 100万 | 📉 | 低热 |
预测内容不少于30字,需根据话题类型(突发事件/娱乐八卦/社会民生/行业动态)、热度值、上榜时长、平台覆盖表现综合分析。
结构化报告JSON格式
智能体完成分析后保存为 structured_report.json:
{
"query_range": { "start_date": "...", "end_date": "..." },
"hotspots": [
{
"rank": 1,
"title": "归纳的事件热词",
"hot_score": "938万",
"platform_count": 4,
"duration": "14h",
"max_position": 3,
"platforms": ["微博", "抖音", "头条", "快手"],
"discussions": [
{
"platform": "微博",
"focus": "讨论焦点描述,不少于10个字",
"topics": [{"title": "原始标题1", "url": "https://..."}]
}
],
"prediction": "预测内容文字",
"prediction_emoji": "🔥🔥🔥"
}
]
}关键规则:
discussions必须覆盖platforms中所有在榜平台hot_score必须为"数字+万"格式- 每个平台的讨论焦点不少于10个字
- 每个平台展示2-3个具体话题标题
命令速查表
| 场景 | 命令 |
|---|---|
| 最新热榜 | python scripts/fetch_hotspot.py --output json |
| 今日热榜 | python scripts/fetch_hotspot.py --start-date "T 00:00:00" --end-date "T HH:00:00" --output json |
| 昨日热榜 | python scripts/fetch_hotspot.py --start-date "T-1 00:00:00" --end-date "T 00:00:00" --output json |
| 生成HTML报告 | python scripts/generate_html_report.py --input structured_report.json --output 热点榜报告.html |
数据结构说明
{
"status": "success",
"stat_time": "2026-04-16 08:30:00",
"query_range": { "type": "realtime", "start_date": "...", "end_date": "..." },
"total_count": 50,
"hotspots": [
{
"hotId": "0DFEC...",
"title": "匈牙利总理用三个最描述中国",
"platName": "头条",
"plat": 11,
"url": "https://www.toutiao.com/trending/...",
"firstRankTime": "2026-04-15 21:00:00",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 4427099,
"maxPosition": 15,
"topOfTheDayTime": "3",
"source_keyword": "中国"
}
]
}| 字段 | 含义 | 可分析维度 |
|---|---|---|
| hotId | 热点唯一ID | - |
| title | 热点标题 | 事件识别、跨平台归并 |
| platName | 平台名称 | 平台覆盖分析 |
| plat | 平台代码 | - |
| url | 跳转链接 | 查看详情、跳转访问 |
| firstRankTime | 首次上榜时间 | 热点发酵起点、时效性 |
| latestRankDate | 最新上榜日期 | 热点是否仍在榜 |
| maxHotScore | 最高热度值 | 热度排行、热度对比 |
| maxPosition | 最高排名位置 | 热度峰值、排名变化 |
| topOfTheDayTime | 榜单停留时长(小时) | 热度持续性、生命周期预测 |
| source_keyword | 接口分组关键词 | 仅供参考,不用于输出 |
可分析维度:
- 停留<3小时:短期热点,快速衰减
- 停留3-10小时:中等持续
- 停留>10小时:长期热点,持续发酵
5. 使用场景
场景一:内容创作者选题决策
角色:短视频/自媒体创作者 需求:每天早晨快速了解全网最热的10个话题,判断哪个值得创作 使用方式:输入"今日热点",获取TOP10聚合热点 + HTML可视化报告 预期收益:5分钟内定位高价值选题,提升内容曝光率
场景二:品牌舆情监测
角色:品牌公关经理 需求:快速了解当前最热事件中是否涉及自家品牌或竞品 使用方式:查看全网聚合TOP10,关注跨平台讨论差异 预期收益:第一时间发现潜在舆情信号,及时制定应对策略
场景三:热点趋势研究
角色:数据分析师/研究员 需求:分析近期热点演变趋势,输出热点研究报告 使用方式:查询近7天热榜数据,生成HTML报告用于分享汇报 预期收益:基于数据的热点趋势分析,支持决策和报告撰写
场景四:运营活动策划
角色:活动运营策划 需求:借势当前最热话题策划营销活动 使用方式:查看TOP10热点 + 热度趋势预测,选择处于上升期的热点借力 预期收益:精准借势热点,提升活动参与度和传播效果
6. 项目架构
目录结构
trending-hub-top10/
├── SKILL.md # 技能描述文件
├── scripts/
│ ├── fetch_hotspot.py # 热点数据获取脚本
│ └── generate_html_report.py # HTML报告生成脚本
├── references/
│ ├── output-templates.md # 输出格式模板参考
│ └── prediction-logic.md # 热度趋势预测规则
└── assets/
└── report-template.html # HTML报告模板技术栈
| 组件 | 技术 | 说明 |
|---|---|---|
| 脚本语言 | Python 3 | 数据获取与报告生成 |
| 外部依赖 | python-dateutil | 日期处理 |
| 数据接口 | Redfox API | 多平台热点数据聚合 |
| 报告模板 | HTML/CSS/JS | 可视化HTML报告 |
| 输出格式 | JSON / HTML | 结构化数据和可视化报告 |
核心模块说明
| 模块 | 功能 |
|---|---|
fetch_hotspot.py | 从API获取多平台热点数据,支持时间范围查询 |
generate_html_report.py | 读取 structured_report.json 生成HTML报告(参数:--input JSON路径 --output输出路径) |
output-templates.md | HTML报告格式参考模板 |
prediction-logic.md | 热度趋势预测规则参考 |
report-template.html | HTML报告模板,用于渲染最终报告 |
资源索引
- 脚本: 见 scripts/fetch_hotspot.py(用途与参数:从API获取热点数据)
- 脚本: 见 scripts/generate_html_report.py(用途与参数:读取structured_report.json生成HTML报告,参数--input JSON路径 --output输出路径)
- 参考: 见 references/output-templates.md(何时读取:HTML报告格式参考)
- 参考: 见 references/prediction-logic.md(何时读取:生成热度趋势预测时参考预测规则)
- 资产: 见 assets/report-template.html(直接用于生成:HTML报告模板)
7. 常见问答
安装相关
Q: 脚本运行报错 "ModuleNotFoundError: No module named 'dateutil'" A: 请安装依赖:pip install python-dateutil==2.8.2
Q: 提示 "REDFOX_API_KEY not found" A: 请确保已配置环境变量 REDFOX_API_KEY,可参考上方鉴权章节配置。
使用相关
Q: TOP10的排序依据是什么? A: 按热度值(maxHotScore)降序排列,热度最高的排第1位。排序前必须逐一核对热度值是否递减。
Q: 为什么有些热点只在一个平台出现? A: 这是正常现象。不同平台有不同用户群体和内容偏好,一些热点可能只在特定平台发酵。
Q: 对话中为什么看不到详细榜单? A: 本技能设计为对话中仅输出简要信息(标题、统计时间、订阅提示),详细内容在HTML报告中展示,方便分享和导出。
Q: 支持查询多久之前的数据? A: 最长查询范围为7天。
故障排除
Q: HTML报告生成失败? A: 请检查:1) structured_report.json 是否存在且格式正确;2) discussions 是否覆盖了所有platforms中的平台;3) 热度值格式是否正确("数字+万")。
Q: 报告中的热度值与对话不一致? A: 请确保 structured_report.json 中的数据与对话输出完全一致。HTML报告脚本只负责模板渲染,不进行数据分析。
Q: 事件识别不准确? A: 热点事件识别由AI完成。如果识别不准确,请尝试使用更具体的时间范围查询,或使用 trending-hub 技能查看按平台分类的榜单。
{
"code": 2000,
"data": [
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 21:00:00",
"hotId": "0DFEC94708F044A64E88818174FDD003",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 4427099,
"maxPosition": 15,
"plat": 11,
"platName": "头条",
"title": "匈牙利总理用“三个最”描述中国",
"topOfTheDayTime": "3",
"url": "https://www.toutiao.com/trending/7628053353528033321/"
},
{
"firstRankTime": "2026-04-15 02:00:00",
"hotId": "199DD4DAB751F508BD6706C232DCD96B",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 391729,
"maxPosition": 133,
"plat": 24,
"platName": "B站",
"title": "不是网传的“黑猪”!中国治沙的真正实力,才是世界级奇迹【主播说三农】",
"topOfTheDayTime": "20",
"url": ""
},
{
"firstRankTime": "2026-04-15 19:00:00",
"hotId": "1AF815EEBB930C8EB67EDFF42C3987BD",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 7714086,
"maxPosition": 3,
"plat": 25,
"platName": "百度",
"title": "美歌手在联合国高唱《我爱你中国》",
"topOfTheDayTime": "5",
"url": "https://www.baidu.com/s?wd=美歌手在联合国高唱《我爱你中国》"
},
{
"firstRankTime": "2026-04-15 23:00:00",
"hotId": "1BEE11483ED27E2A04FDC9FF8A0B0A0D",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 660000,
"maxPosition": 26,
"plat": 9,
"platName": "知乎",
"title": "中国本土推理小说有哪些值得关注的作家与代表作,特色是什么?",
"topOfTheDayTime": "1",
"url": "https://www.zhihu.com/question/2019532391279011589"
},
{
"firstRankTime": "2026-04-15 18:00:00",
"hotId": "1CA4E716555E0062683394C2F22CAC59",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 1450000,
"maxPosition": 13,
"plat": 9,
"platName": "知乎",
"title": "斯坦福报告称「美国 AI 投资规模是中国的 23 倍,但模型基本没差距了」,如何看待差距「基本抹平」的结论?",
"topOfTheDayTime": "6",
"url": "https://www.zhihu.com/question/2027689506711630551"
},
{
"firstRankTime": "2026-04-15 19:00:00",
"hotId": "24804F88CAF2875B73F3F4EFC92B8D02",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 12116405,
"maxPosition": 2,
"plat": 10,
"platName": "抖音",
"title": "2026软科中国大学排名发布",
"topOfTheDayTime": "5",
"url": "https://www.douyin.com/search/2026软科中国大学排名发布"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "3B8655DAA28308F61D8694281DA857F3",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 11859730,
"maxPosition": 2,
"plat": 19,
"platName": "快手",
"title": "联合国中文日唱响中国",
"topOfTheDayTime": "13",
"url": "https://www.kuaishou.com/search/video?searchKey=联合国中文日唱响中国"
},
{
"firstRankTime": "2026-04-15 21:00:00",
"hotId": "44AE07F9AB0556C7FEF72B6471EE1FB4",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 2602258,
"maxPosition": 21,
"plat": 11,
"platName": "头条",
"title": "国际政要在中国为什么都爱坐高铁",
"topOfTheDayTime": "3",
"url": "https://www.toutiao.com/trending/7628935060484620307/"
},
{
"firstRankTime": "2026-04-16 00:00:00",
"hotId": "566756798B468EC8665BE99EE5EBF83A",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 9384468,
"maxPosition": 8,
"plat": 10,
"platName": "抖音",
"title": "中国U20女足0:2日本",
"topOfTheDayTime": "14",
"url": "https://www.douyin.com/search/中国U20女足0:2日本"
},
{
"firstRankTime": "2026-04-15 19:00:00",
"hotId": "824F4A49965055763201A6D68920A712",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 5796886,
"maxPosition": 16,
"plat": 11,
"platName": "头条",
"title": "国台办谈丹麦把台湾人“国籍”改中国",
"topOfTheDayTime": "5",
"url": "https://www.toutiao.com/trending/7628206506260958739/"
}
],
"keyword": "中国",
"plats": [
"抖音",
"头条",
"知乎",
"百度"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "339708640F94C68F4FB05D3879D1A714",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 11247126,
"maxPosition": 6,
"plat": 19,
"platName": "快手",
"title": "揭露间谍的N副面孔",
"topOfTheDayTime": "6",
"url": "https://www.kuaishou.com/search/video?searchKey=揭露间谍的N副面孔"
},
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "352B605238F670D3A784E5C92EADA625",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 10566250,
"maxPosition": 10,
"plat": 19,
"platName": "快手",
"title": "间谍其实离我们并不远",
"topOfTheDayTime": "7",
"url": "https://www.kuaishou.com/search/video?searchKey=间谍其实离我们并不远"
},
{
"firstRankTime": "2026-04-15 12:00:00",
"hotId": "4FEE180D9E6D98BBF02115676B9C61C2",
"latestRankDate": "2026-04-15 23:00:00",
"maxHotScore": 10038051,
"maxPosition": 14,
"plat": 19,
"platName": "快手",
"title": "间谍是如何进行策反工作的",
"topOfTheDayTime": "5",
"url": "https://www.kuaishou.com/search/video?searchKey=间谍是如何进行策反工作的"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "FCD8CE5DBE20B62B8EFBA6C9F2CEAEBB",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 11303551,
"maxPosition": 2,
"plat": 19,
"platName": "快手",
"title": "大学生一定要避雷的间谍手段",
"topOfTheDayTime": "9",
"url": "https://www.kuaishou.com/search/video?searchKey=大学生一定要避雷的间谍手段"
},
{
"firstRankTime": "2026-04-15 12:00:00",
"hotId": "AD257DF86C4832826873046075868E3C",
"latestRankDate": "2026-04-15 12:00:00",
"maxHotScore": 68175,
"maxPosition": 50,
"plat": 3,
"platName": "微博",
"title": "间谍伪装旅行博主被大学生识破",
"topOfTheDayTime": "1",
"url": "https://s.weibo.com/weibo?q=%23间谍伪装旅行博主被大学生识破"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "2B22869F5A74F3A7CCAB8F91BBBC1FF1",
"latestRankDate": "2026-04-15 09:00:00",
"maxHotScore": 79586,
"maxPosition": 38,
"plat": 3,
"platName": "微博",
"title": "间谍伪装成旅游博主策反我境内人员",
"topOfTheDayTime": "1",
"url": "https://s.weibo.com/weibo?q=%23间谍伪装成旅游博主策反我境内人员"
}
],
"keyword": "间谍",
"plats": [
"快手",
"头条",
"微博"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 16:00:00",
"hotId": "F022DDDDE6BBC0B913266B9D5CC8DC36",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 10320356,
"maxPosition": 18,
"plat": 19,
"platName": "快手",
"title": "男子为讲课费出卖国家秘密",
"topOfTheDayTime": "6",
"url": "https://www.kuaishou.com/search/video?searchKey=男子为讲课费出卖国家秘密"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "344FD79D71F4CB36608E0427B8813004",
"latestRankDate": "2026-04-15 19:00:00",
"maxHotScore": 37998920,
"maxPosition": 4,
"plat": 11,
"platName": "头条",
"title": "驻外人员嫖娼遭仙人跳出卖国家秘密",
"topOfTheDayTime": "9",
"url": "https://www.toutiao.com/trending/7628781733667766314/"
},
{
"firstRankTime": "2026-04-15 12:00:00",
"hotId": "C5C46AF7E306E1EC8BE4D3258AB7D262",
"latestRankDate": "2026-04-15 18:00:00",
"maxHotScore": 1142670,
"maxPosition": 1,
"plat": 3,
"platName": "微博",
"title": "驻外人员嫖娼遭仙人跳出卖国家秘密",
"topOfTheDayTime": "7",
"url": "https://s.weibo.com/weibo?q=%23驻外人员嫖娼遭仙人跳出卖国家秘密"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "6ADD81621A56AA00FFDC7D1A13164566",
"latestRankDate": "2026-04-15 16:00:00",
"maxHotScore": 7713605,
"maxPosition": 3,
"plat": 25,
"platName": "百度",
"title": "驻外人员落入桃色陷阱出卖国家秘密",
"topOfTheDayTime": "6",
"url": "https://www.baidu.com/s?wd=驻外人员落入桃色陷阱出卖国家秘密"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "64408429A0596AA6EAC7B3DA764466D3",
"latestRankDate": "2026-04-15 14:00:00",
"maxHotScore": 5683446,
"maxPosition": 23,
"plat": 11,
"platName": "头条",
"title": "男子贪图“讲课费”出卖国家秘密被抓",
"topOfTheDayTime": "4",
"url": "https://www.toutiao.com/trending/7628779615020924937/"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "0FCA35E455FC174A1B69A8F0E5C27602",
"latestRankDate": "2026-04-15 11:00:00",
"maxHotScore": 3502313,
"maxPosition": 47,
"plat": 25,
"platName": "百度",
"title": "驻外人员为“讲课费”出卖国家秘密",
"topOfTheDayTime": "1",
"url": "https://www.baidu.com/s?wd=驻外人员为“讲课费”出卖国家秘密"
}
],
"keyword": "国家秘密",
"plats": [
"头条",
"微博",
"百度"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "8305DC4804C501C597AD386FCB591572",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 9144195,
"maxPosition": 7,
"plat": 10,
"platName": "抖音",
"title": "欧冠大巴黎总比分4:0利物浦",
"topOfTheDayTime": "12",
"url": "https://www.douyin.com/search/欧冠大巴黎总比分4:0利物浦"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "E964297C76D903E8943E4FBF756DB599",
"latestRankDate": "2026-04-15 16:00:00",
"maxHotScore": 10118814,
"maxPosition": 11,
"plat": 19,
"platName": "快手",
"title": "巴黎4比0淘汰利物浦",
"topOfTheDayTime": "6",
"url": "https://www.kuaishou.com/search/video?searchKey=巴黎4比0淘汰利物浦"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "1281CC2930C7D7F62D7C20F02DBCD8F3",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 6475178,
"maxPosition": 16,
"plat": 25,
"platName": "百度",
"title": "大巴黎双杀利物浦晋级欧冠四强",
"topOfTheDayTime": "7",
"url": "https://www.baidu.com/s?wd=大巴黎双杀利物浦晋级欧冠四强"
},
{
"firstRankTime": "2026-04-15 14:00:00",
"hotId": "B7242141FF55D8A4559BB66209F270CB",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 990000,
"maxPosition": 23,
"plat": 9,
"platName": "知乎",
"title": "25/26 赛季,巴黎 2-0 总比分 4-0 淘汰利物浦,如何评价本场比赛?",
"topOfTheDayTime": "2",
"url": "https://www.zhihu.com/question/2027657242938196416"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "1D27905F1A06A69FE88812B64EEF9A7A",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 25619826,
"maxPosition": 7,
"plat": 11,
"platName": "头条",
"title": "马竞淘汰巴萨 大巴黎双杀利物浦",
"topOfTheDayTime": "3",
"url": "https://www.toutiao.com/trending/7628756994576354870/"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "CB2815FC0976A74A5DAA4D1E037870FD",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 944940,
"maxPosition": 40,
"plat": 11,
"platName": "头条",
"title": "登贝莱当选巴黎2-0利物浦全场最佳",
"topOfTheDayTime": "2",
"url": "https://www.toutiao.com/trending/7628259404367020038/"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "B1B6D1F41CA173A9BE69590B892FCE6F",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 52909,
"maxPosition": 45,
"plat": 3,
"platName": "微博",
"title": "利物浦0比2巴黎圣日耳曼",
"topOfTheDayTime": "1",
"url": "https://s.weibo.com/weibo?q=%23利物浦0比2巴黎圣日耳曼"
}
],
"keyword": "利物浦",
"plats": [
"抖音",
"B站",
"快手",
"百度",
"知乎"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 15:00:00",
"hotId": "36393A7725F53110821D5C274B57F36F",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 11453576,
"maxPosition": 5,
"plat": 19,
"platName": "快手",
"title": "何润东cos项羽霸王本色",
"topOfTheDayTime": "8",
"url": "https://www.kuaishou.com/search/video?searchKey=何润东cos项羽霸王本色"
},
{
"firstRankTime": "2026-04-15 15:00:00",
"hotId": "7554D38F226FD1754047FEFE43389EED",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 7805177,
"maxPosition": 16,
"plat": 10,
"platName": "抖音",
"title": "何润东cos项羽霸王本色",
"topOfTheDayTime": "9",
"url": "https://www.douyin.com/search/何润东cos项羽霸王本色"
},
{
"firstRankTime": "2026-04-15 15:00:00",
"hotId": "BBE5FB2BAEE2AD291126D02BEEC67B53",
"latestRankDate": "2026-04-15 19:00:00",
"maxHotScore": 147084,
"maxPosition": 16,
"plat": 3,
"platName": "微博",
"title": "何润东cos项羽",
"topOfTheDayTime": "5",
"url": "https://s.weibo.com/weibo?q=%23何润东cos项羽"
},
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "62B03427A012A2A860AFAFC036539ABC",
"latestRankDate": "2026-04-15 16:00:00",
"maxHotScore": 9978550,
"maxPosition": 20,
"plat": 19,
"platName": "快手",
"title": "何润东将以项羽造型亮相宿迁主场",
"topOfTheDayTime": "4",
"url": "https://www.kuaishou.com/search/video?searchKey=何润东将以项羽造型亮相宿迁主场"
},
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "5B907F69AF1FB655A6FEBCF44B52B505",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 299477,
"maxPosition": 6,
"plat": 3,
"platName": "微博",
"title": "项羽当年是缺创可贴吗",
"topOfTheDayTime": "3",
"url": "https://s.weibo.com/weibo?q=%23项羽当年是缺创可贴吗"
}
],
"keyword": "项羽",
"plats": [
"微博",
"抖音",
"快手"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "E93E1B7CEA467300CFD829BF127A60A3",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 10540130,
"maxPosition": 5,
"plat": 10,
"platName": "抖音",
"title": "欧冠马竞淘汰巴萨进四强",
"topOfTheDayTime": "15",
"url": "https://www.douyin.com/search/欧冠马竞淘汰巴萨进四强"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "8305DC4804C501C597AD386FCB591572",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 9144195,
"maxPosition": 7,
"plat": 10,
"platName": "抖音",
"title": "欧冠大巴黎总比分4:0利物浦",
"topOfTheDayTime": "12",
"url": "https://www.douyin.com/search/欧冠大巴黎总比分4:0利物浦"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "251F067562F23F83EFDF4F1CCC53FC47",
"latestRankDate": "2026-04-15 17:00:00",
"maxHotScore": 1260000,
"maxPosition": 19,
"plat": 9,
"platName": "知乎",
"title": "2526 欧冠 1/4 决赛次回合,马德里竞技 1:2 巴塞罗那,如何评价这场比赛?",
"topOfTheDayTime": "2",
"url": "https://www.zhihu.com/question/2027582928540936159"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "1281CC2930C7D7F62D7C20F02DBCD8F3",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 6475178,
"maxPosition": 16,
"plat": 25,
"platName": "百度",
"title": "大巴黎双杀利物浦晋级欧冠四强",
"topOfTheDayTime": "7",
"url": "https://www.baidu.com/s?wd=大巴黎双杀利物浦晋级欧冠四强"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "C5B3412ADBCA11B6B77142E292F8709C",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 6659270,
"maxPosition": 14,
"plat": 25,
"platName": "百度",
"title": "巴萨无缘欧冠四强",
"topOfTheDayTime": "7",
"url": "https://www.baidu.com/s?wd=巴萨无缘欧冠四强"
},
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "5EB26F71E46149E6FF0050D2DD7F93B8",
"latestRankDate": "2026-04-15 13:00:00",
"maxHotScore": 768146,
"maxPosition": 40,
"plat": 11,
"platName": "头条",
"title": "巴萨总比分2-3马竞无缘欧冠4强",
"topOfTheDayTime": "1",
"url": "https://www.toutiao.com/trending/7628719297522614298/"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "A3ED73B40F0AA73F36B99E8D0A60E4BA",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 1230000,
"maxPosition": 10,
"plat": 9,
"platName": "知乎",
"title": "2526 欧冠联赛欧冠 1/4 决赛次回合马德里竞技 1:2 巴塞罗那,如何评价这场比赛?",
"topOfTheDayTime": "2",
"url": "https://www.zhihu.com/question/2027582928540936159"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "AE989758513D803E665F44F67D31637B",
"latestRankDate": "2026-04-15 09:00:00",
"maxHotScore": 68214,
"maxPosition": 45,
"plat": 3,
"platName": "微博",
"title": "马竞主帅回应欧冠淘汰巴萨",
"topOfTheDayTime": "1",
"url": "https://s.weibo.com/weibo?q=%23马竞主帅回应欧冠淘汰巴萨"
},
{
"firstRankTime": "2025-08-29 02:00:00",
"hotId": "2913BD6E6284EBD328DDDD214CED2875",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 427242,
"maxPosition": 7,
"plat": 3,
"platName": "微博",
"title": "欧冠联赛",
"topOfTheDayTime": "6",
"url": "https://s.weibo.com/weibo?q=%23欧冠联赛"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "E10C51099F4D7EAF44757242EDF0188C",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 3203417,
"maxPosition": 50,
"plat": 25,
"platName": "百度",
"title": "欧冠马竞淘汰巴萨进四强",
"topOfTheDayTime": "1",
"url": "https://www.baidu.com/s?wd=欧冠马竞淘汰巴萨进四强"
}
],
"keyword": "欧冠",
"plats": [
"百度",
"抖音",
"知乎"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 19:00:00",
"hotId": "BD6DCE96A133FF6EF3BAB7238DAD97B8",
"latestRankDate": "2026-04-15 22:00:00",
"maxHotScore": 4464959,
"maxPosition": 37,
"plat": 25,
"platName": "百度",
"title": "中方回应俄称帮助弥补中国资源短缺",
"topOfTheDayTime": "4",
"url": "https://www.baidu.com/s?wd=中方回应俄称帮助弥补中国资源短缺"
},
{
"firstRankTime": "2026-04-15 16:00:00",
"hotId": "2B2FE832A520E6D9FB26DCBAA9017C2F",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 29988237,
"maxPosition": 1,
"plat": 11,
"platName": "头条",
"title": "中方回应美财长“中国不可靠”言论",
"topOfTheDayTime": "6",
"url": "https://www.toutiao.com/trending/7628886103948496411/"
},
{
"firstRankTime": "2026-04-15 17:00:00",
"hotId": "79D8A60F830639947D91180C96837F5C",
"latestRankDate": "2026-04-15 20:00:00",
"maxHotScore": 7042386,
"maxPosition": 10,
"plat": 25,
"platName": "百度",
"title": "中方回应美财长“中国不可靠”言论",
"topOfTheDayTime": "4",
"url": "https://www.baidu.com/s?wd=中方回应美财长“中国不可靠”言论"
},
{
"firstRankTime": "2026-04-15 16:00:00",
"hotId": "FF155BF63BC6F34CD1E2CB10FE85295F",
"latestRankDate": "2026-04-15 20:00:00",
"maxHotScore": 7233337,
"maxPosition": 8,
"plat": 25,
"platName": "百度",
"title": "中方回应丹麦把台湾人“国籍”改中国",
"topOfTheDayTime": "5",
"url": "https://www.baidu.com/s?wd=中方回应丹麦把台湾人“国籍”改中国"
},
{
"firstRankTime": "2026-04-15 17:00:00",
"hotId": "30B5E3C55CD53647B6F5FB64AD4D0448",
"latestRankDate": "2026-04-15 19:00:00",
"maxHotScore": 1624453,
"maxPosition": 29,
"plat": 11,
"platName": "头条",
"title": "中方回应美国再次威胁古巴",
"topOfTheDayTime": "3",
"url": "https://www.toutiao.com/trending/7628887239283998770/"
},
{
"firstRankTime": "2026-04-15 01:00:00",
"hotId": "6DBD2714A668D11F83F13B9DF3377A26",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 149325,
"maxPosition": 12,
"plat": 3,
"platName": "微博",
"title": "中方回应美封锁伊海上交通",
"topOfTheDayTime": "8",
"url": "https://s.weibo.com/weibo?q=%23中方回应美封锁伊海上交通"
}
],
"keyword": "中方回应",
"plats": [
"百度",
"头条"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-14 16:00:00",
"hotId": "CB9F567A970A816D48555118EA491D1F",
"latestRankDate": "2026-04-15 16:00:00",
"maxHotScore": 11842309,
"maxPosition": 2,
"plat": 10,
"platName": "抖音",
"title": "西双版纳万人齐放孔明灯",
"topOfTheDayTime": "8",
"url": "https://www.douyin.com/search/西双版纳万人齐放孔明灯"
},
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "D3CBD1E1860D9C995AA52B3E6B915E3D",
"latestRankDate": "2026-04-15 16:00:00",
"maxHotScore": 9709030,
"maxPosition": 33,
"plat": 19,
"platName": "快手",
"title": "西双版纳万人齐放水灯祈福",
"topOfTheDayTime": "4",
"url": "https://www.kuaishou.com/search/video?searchKey=西双版纳万人齐放水灯祈福"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "241F0D655F083FC43E760BB0F27E4552",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 10317346,
"maxPosition": 23,
"plat": 19,
"platName": "快手",
"title": "西双版纳万人齐放孔明灯",
"topOfTheDayTime": "3",
"url": "https://www.kuaishou.com/search/video?searchKey=西双版纳万人齐放孔明灯"
},
{
"firstRankTime": "2026-04-15 06:00:00",
"hotId": "65F82E9DB7C82C8D98F791E163C404F6",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 10219885,
"maxPosition": 17,
"plat": 19,
"platName": "快手",
"title": "西双版纳泼水节龙舟赛燃爆全场",
"topOfTheDayTime": "5",
"url": "https://www.kuaishou.com/search/video?searchKey=西双版纳泼水节龙舟赛燃爆全场"
},
{
"firstRankTime": "2026-04-15 05:00:00",
"hotId": "A5D636514388D1F9DD5707524353458A",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 11079910,
"maxPosition": 5,
"plat": 19,
"platName": "快手",
"title": "一杯水泼到西双版纳了",
"topOfTheDayTime": "6",
"url": "https://www.kuaishou.com/search/video?searchKey=一杯水泼到西双版纳了"
},
{
"firstRankTime": "2026-04-15 06:00:00",
"hotId": "D5D9CB6482EE7FDC809287AC96FB7D51",
"latestRankDate": "2026-04-15 09:00:00",
"maxHotScore": 9763063,
"maxPosition": 24,
"plat": 19,
"platName": "快手",
"title": "西双版纳泼水节泼水洗霉运接好运",
"topOfTheDayTime": "4",
"url": "https://www.kuaishou.com/search/video?searchKey=西双版纳泼水节泼水洗霉运接好运"
}
],
"keyword": "西双版纳",
"plats": [
"抖音",
"快手"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 18:00:00",
"hotId": "6D623379CC0188EEBD8C537CA781FF73",
"latestRankDate": "2026-04-15 18:00:00",
"maxHotScore": 9747122,
"maxPosition": 47,
"plat": 19,
"platName": "快手",
"title": "牡丹花也太美了吧",
"topOfTheDayTime": "1",
"url": "https://www.kuaishou.com/search/video?searchKey=牡丹花也太美了吧"
}
],
"keyword": "牡丹花",
"plats": [
"快手",
"抖音"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 16:00:00",
"hotId": "31F83CCCDC2DB490641A050F9EE8192C",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 711612,
"maxPosition": 91,
"plat": 24,
"platName": "B站",
"title": "【鬼畜全明星】心愿便利贴(❌)万通筋骨贴(✅)",
"topOfTheDayTime": "8",
"url": ""
},
{
"firstRankTime": "2026-04-14 20:00:00",
"hotId": "3F1C9F16A49C7CFC23843EC2C3348903",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 7767328,
"maxPosition": 20,
"plat": 10,
"platName": "抖音",
"title": "当我挑战李小冉心愿便利贴",
"topOfTheDayTime": "4",
"url": "https://www.douyin.com/search/当我挑战李小冉心愿便利贴"
},
{
"firstRankTime": "2026-04-15 23:00:00",
"hotId": "FC137C53F35C5359787228F12FBB0FE9",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 7756812,
"maxPosition": 22,
"plat": 10,
"platName": "抖音",
"title": "心愿便利贴激起的翻唱挑战欲",
"topOfTheDayTime": "1",
"url": "https://www.douyin.com/search/心愿便利贴激起的翻唱挑战欲"
},
{
"firstRankTime": "2026-04-14 15:00:00",
"hotId": "926A167D1D59C38B15F119C4B2218F7F",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 7767900,
"maxPosition": 15,
"plat": 10,
"platName": "抖音",
"title": "心愿便利贴适用场景挑战",
"topOfTheDayTime": "9",
"url": "https://www.douyin.com/search/心愿便利贴适用场景挑战"
},
{
"firstRankTime": "2026-04-15 14:00:00",
"hotId": "ED846F3FC5471E60723F8A58EB0D4AD2",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 208264,
"maxPosition": 162,
"plat": 24,
"platName": "B站",
"title": "【鬼畜全明星】心愿便利贴(×)万通筋骨贴(√)",
"topOfTheDayTime": "2",
"url": ""
},
{
"firstRankTime": "2026-04-15 05:00:00",
"hotId": "C89946B87DAC596C2A1D40FDC3E67E6F",
"latestRankDate": "2026-04-15 07:00:00",
"maxHotScore": 10047483,
"maxPosition": 19,
"plat": 19,
"platName": "快手",
"title": "心愿便利贴名场面模仿",
"topOfTheDayTime": "3",
"url": "https://www.kuaishou.com/search/video?searchKey=心愿便利贴名场面模仿"
},
{
"firstRankTime": "2026-04-15 06:00:00",
"hotId": "5BB7FDAD737243DA20FBAB96DDEF0ABD",
"latestRankDate": "2026-04-15 06:00:00",
"maxHotScore": 10022013,
"maxPosition": 22,
"plat": 19,
"platName": "快手",
"title": "越南喜剧节目恶搞心愿便利贴舞台",
"topOfTheDayTime": "1",
"url": "https://www.kuaishou.com/search/video?searchKey=越南喜剧节目恶搞心愿便利贴舞台"
},
{
"firstRankTime": "2026-04-14 14:00:00",
"hotId": "CFDD6B940DF5F7F990E4C1BCBEFBC156",
"latestRankDate": "2026-04-15 03:00:00",
"maxHotScore": 910000,
"maxPosition": 17,
"plat": 9,
"platName": "知乎",
"title": "如何看待《乘风 2026》中李小冉、唐艺昕、王濛演绎《心愿便利贴》被评「好美好难听」?",
"topOfTheDayTime": "10",
"url": "https://www.zhihu.com/question/2026612268037579309"
}
],
"keyword": "心愿便利贴",
"plats": [
"抖音",
"快手"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 20:00:00",
"hotId": "8C283207F357E739F733A7C0DDBA3F90",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 2180000,
"maxPosition": 8,
"plat": 9,
"platName": "知乎",
"title": "如何看待俄罗斯外长拉夫罗夫访华?中俄在热点问题上还有哪些对表空间?",
"topOfTheDayTime": "4",
"url": "https://www.zhihu.com/question/2027713242340803426"
},
{
"firstRankTime": "2026-04-15 12:00:00",
"hotId": "96C7119F06C267B44E975889DE431059",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 13301856,
"maxPosition": 2,
"plat": 19,
"platName": "快手",
"title": "王毅同俄罗斯外长拉夫罗夫会谈",
"topOfTheDayTime": "11",
"url": "https://www.kuaishou.com/search/video?searchKey=王毅同俄罗斯外长拉夫罗夫会谈"
},
{
"firstRankTime": "2026-04-15 18:00:00",
"hotId": "F68E4D46C21274DC55E53C53F85D38E1",
"latestRankDate": "2026-04-15 20:00:00",
"maxHotScore": 7904889,
"maxPosition": 1,
"plat": 25,
"platName": "百度",
"title": "习近平会见俄罗斯外长拉夫罗夫",
"topOfTheDayTime": "3",
"url": "https://www.baidu.com/s?wd=习近平会见俄罗斯外长拉夫罗夫"
},
{
"firstRankTime": "2026-04-15 07:00:00",
"hotId": "0944417DEDCA22F4473E43F32AE56173",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 10533333,
"maxPosition": 15,
"plat": 19,
"platName": "快手",
"title": "拉夫罗夫到访中国要聊些什么",
"topOfTheDayTime": "4",
"url": "https://www.kuaishou.com/search/video?searchKey=拉夫罗夫到访中国要聊些什么"
},
{
"firstRankTime": "2026-04-14 23:00:00",
"hotId": "4D18B2334211DF0373310DAEC037748C",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 5609792,
"maxPosition": 25,
"plat": 25,
"platName": "百度",
"title": "王毅同俄罗斯外长拉夫罗夫会谈",
"topOfTheDayTime": "1",
"url": "https://www.baidu.com/s?wd=王毅同俄罗斯外长拉夫罗夫会谈"
},
{
"firstRankTime": "2026-04-14 12:00:00",
"hotId": "4D211A349B8FB50597E21A42786F6B6F",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 9116875,
"maxPosition": 10,
"plat": 10,
"platName": "抖音",
"title": "拉夫罗夫开启2日访华行程",
"topOfTheDayTime": "12",
"url": "https://www.douyin.com/search/拉夫罗夫开启2日访华行程"
},
{
"firstRankTime": "2026-04-15 05:00:00",
"hotId": "1CC0ADA18C223767CAEB200B7AF53F76",
"latestRankDate": "2026-04-15 07:00:00",
"maxHotScore": 10128608,
"maxPosition": 18,
"plat": 19,
"platName": "快手",
"title": "俄外长拉夫罗夫已抵达中国",
"topOfTheDayTime": "3",
"url": "https://www.kuaishou.com/search/video?searchKey=俄外长拉夫罗夫已抵达中国"
},
{
"firstRankTime": "2026-04-14 23:00:00",
"hotId": "825AA1A6D6B1B87C0745388692C322C5",
"latestRankDate": "2026-04-15 07:00:00",
"maxHotScore": 43692199,
"maxPosition": 2,
"plat": 11,
"platName": "头条",
"title": "王毅同俄罗斯外长拉夫罗夫会谈",
"topOfTheDayTime": "1",
"url": "https://www.toutiao.com/trending/7628621884783005230/"
}
],
"keyword": "拉夫罗夫",
"plats": [
"百度",
"快手",
"抖音",
"头条"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 19:00:00",
"hotId": "7815EEF54E4B1F4C4B1C5D677E2E0992",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 7331357,
"maxPosition": 7,
"plat": 25,
"platName": "百度",
"title": "受美制裁船只通过霍尔木兹驶入伊朗",
"topOfTheDayTime": "5",
"url": "https://www.baidu.com/s?wd=受美制裁船只通过霍尔木兹驶入伊朗"
},
{
"firstRankTime": "2026-04-15 18:00:00",
"hotId": "F36077E6460C4A5B05C4D1AFE02078F1",
"latestRankDate": "2026-04-15 23:00:00",
"maxHotScore": 18188785,
"maxPosition": 6,
"plat": 11,
"platName": "头条",
"title": "曝受美制裁船只通过霍尔木兹驶入伊朗",
"topOfTheDayTime": "6",
"url": "https://www.toutiao.com/trending/7628919854560448051/"
}
],
"keyword": "制裁",
"plats": [
"头条",
"快手",
"百度"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "E6E75E2ECE3B8AD18500B931B00BC7F9",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 318422,
"maxPosition": 140,
"plat": 24,
"platName": "B站",
"title": "杀入四强!费兰传射 埃里克加西亚直红 马竞1比2巴萨 总分3比2晋级四强",
"topOfTheDayTime": "11",
"url": ""
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "E93E1B7CEA467300CFD829BF127A60A3",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 10540130,
"maxPosition": 5,
"plat": 10,
"platName": "抖音",
"title": "欧冠马竞淘汰巴萨进四强",
"topOfTheDayTime": "15",
"url": "https://www.douyin.com/search/欧冠马竞淘汰巴萨进四强"
},
{
"firstRankTime": "2026-04-15 12:00:00",
"hotId": "07C4333FF234857BF0B326C326A22CDA",
"latestRankDate": "2026-04-15 14:00:00",
"maxHotScore": 9054509,
"maxPosition": 48,
"plat": 19,
"platName": "快手",
"title": "巴萨2比3马竞",
"topOfTheDayTime": "2",
"url": "https://www.kuaishou.com/search/video?searchKey=巴萨2比3马竞"
},
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "5EB26F71E46149E6FF0050D2DD7F93B8",
"latestRankDate": "2026-04-15 13:00:00",
"maxHotScore": 768146,
"maxPosition": 40,
"plat": 11,
"platName": "头条",
"title": "巴萨总比分2-3马竞无缘欧冠4强",
"topOfTheDayTime": "1",
"url": "https://www.toutiao.com/trending/7628719297522614298/"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "1D27905F1A06A69FE88812B64EEF9A7A",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 25619826,
"maxPosition": 7,
"plat": 11,
"platName": "头条",
"title": "马竞淘汰巴萨 大巴黎双杀利物浦",
"topOfTheDayTime": "3",
"url": "https://www.toutiao.com/trending/7628756994576354870/"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "068B3CEBB6434AD6A1D9541A40516032",
"latestRankDate": "2026-04-15 09:00:00",
"maxHotScore": 87230,
"maxPosition": 30,
"plat": 3,
"platName": "微博",
"title": "马竞1比2巴萨",
"topOfTheDayTime": "2",
"url": "https://s.weibo.com/weibo?q=%23马竞1比2巴萨"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "AE989758513D803E665F44F67D31637B",
"latestRankDate": "2026-04-15 09:00:00",
"maxHotScore": 68214,
"maxPosition": 45,
"plat": 3,
"platName": "微博",
"title": "马竞主帅回应欧冠淘汰巴萨",
"topOfTheDayTime": "1",
"url": "https://s.weibo.com/weibo?q=%23马竞主帅回应欧冠淘汰巴萨"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "E10C51099F4D7EAF44757242EDF0188C",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 3203417,
"maxPosition": 50,
"plat": 25,
"platName": "百度",
"title": "欧冠马竞淘汰巴萨进四强",
"topOfTheDayTime": "1",
"url": "https://www.baidu.com/s?wd=欧冠马竞淘汰巴萨进四强"
}
],
"keyword": "马竞",
"plats": [
"抖音",
"知乎",
"头条"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 18:00:00",
"hotId": "0CEAE104B2D9953C676E72E17F742C15",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 11749992,
"maxPosition": 4,
"plat": 19,
"platName": "快手",
"title": "第十一个全民国家安全教育日",
"topOfTheDayTime": "4",
"url": "https://www.kuaishou.com/search/video?searchKey=第十一个全民国家安全教育日"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "52B1397C5691BA1B59ABE35B2460B151",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 10098245,
"maxPosition": 16,
"plat": 19,
"platName": "快手",
"title": "今天是第11个全民国家安全教育日",
"topOfTheDayTime": "5",
"url": "https://www.kuaishou.com/search/video?searchKey=今天是第11个全民国家安全教育日"
},
{
"firstRankTime": "2026-04-15 12:00:00",
"hotId": "6755527A1CBB6EC06418B77C12C8D73F",
"latestRankDate": "2026-04-15 15:00:00",
"maxHotScore": 655350,
"maxPosition": 3,
"plat": 3,
"platName": "微博",
"title": "全民国家安全教育日",
"topOfTheDayTime": "4",
"url": "https://s.weibo.com/weibo?q=%23全民国家安全教育日"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "669E5C229D4A8A7AAD873F58A92DA4D0",
"latestRankDate": "2026-04-15 11:00:00",
"maxHotScore": 6945749,
"maxPosition": 11,
"plat": 25,
"platName": "百度",
"title": "今天是全民国家安全教育日",
"topOfTheDayTime": "4",
"url": "https://www.baidu.com/s?wd=今天是全民国家安全教育日"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "CFC3DAF18B1E6B542801A8F945A8101A",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 9829153,
"maxPosition": 35,
"plat": 19,
"platName": "快手",
"title": "明天是第11个全民国家安全教育日",
"topOfTheDayTime": "2",
"url": "https://www.kuaishou.com/search/video?searchKey=明天是第11个全民国家安全教育日"
}
],
"keyword": "全民国家安全教育",
"plats": [
"头条",
"百度",
"快手"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "E93E1B7CEA467300CFD829BF127A60A3",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 10540130,
"maxPosition": 5,
"plat": 10,
"platName": "抖音",
"title": "欧冠马竞淘汰巴萨进四强",
"topOfTheDayTime": "15",
"url": "https://www.douyin.com/search/欧冠马竞淘汰巴萨进四强"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "1D27905F1A06A69FE88812B64EEF9A7A",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 25619826,
"maxPosition": 7,
"plat": 11,
"platName": "头条",
"title": "马竞淘汰巴萨 大巴黎双杀利物浦",
"topOfTheDayTime": "3",
"url": "https://www.toutiao.com/trending/7628756994576354870/"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "E10C51099F4D7EAF44757242EDF0188C",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 3203417,
"maxPosition": 50,
"plat": 25,
"platName": "百度",
"title": "欧冠马竞淘汰巴萨进四强",
"topOfTheDayTime": "1",
"url": "https://www.baidu.com/s?wd=欧冠马竞淘汰巴萨进四强"
}
],
"keyword": "马竞淘汰巴萨",
"plats": [
"头条",
"抖音",
"百度"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-16 00:00:00",
"hotId": "0A042A19AC330F0E7D9C3BEC6B71B568",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 7696843,
"maxPosition": 38,
"plat": 10,
"platName": "抖音",
"title": "郑丽文:大陆会成为我们的底气",
"topOfTheDayTime": "9",
"url": "https://www.douyin.com/search/郑丽文:大陆会成为我们的底气"
},
{
"firstRankTime": "2026-04-15 19:00:00",
"hotId": "0F5B892BF01A62686B63677AAEBC32CD",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 6947249,
"maxPosition": 11,
"plat": 25,
"platName": "百度",
"title": "郑丽文返台身穿中山装动情发声",
"topOfTheDayTime": "5",
"url": "https://www.baidu.com/s?wd=郑丽文返台身穿中山装动情发声"
},
{
"firstRankTime": "2026-04-15 20:00:00",
"hotId": "12A23CC46C57777E74097401E5E947D5",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 5335490,
"maxPosition": 28,
"plat": 25,
"platName": "百度",
"title": "郑丽文:看到了什么叫站在巨人肩膀",
"topOfTheDayTime": "4",
"url": "https://www.baidu.com/s?wd=郑丽文:看到了什么叫站在巨人肩膀"
},
{
"firstRankTime": "2026-04-15 22:00:00",
"hotId": "CCF0958513F9C9DCED66A49578A67387",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 132917,
"maxPosition": 27,
"plat": 3,
"platName": "微博",
"title": "郑丽文返台后穿大陆定制中山装亮相",
"topOfTheDayTime": "2",
"url": "https://s.weibo.com/weibo?q=%23郑丽文返台后穿大陆定制中山装亮相"
},
{
"firstRankTime": "2026-04-15 17:00:00",
"hotId": "DDD9A178DCED2D791A898E5451B02282",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 27134479,
"maxPosition": 2,
"plat": 11,
"platName": "头条",
"title": "郑丽文:大陆会成为我们的底气",
"topOfTheDayTime": "7",
"url": "https://www.toutiao.com/trending/7627829276180234283/"
},
{
"firstRankTime": "2026-04-15 18:00:00",
"hotId": "EDEC2AC42F40A937747B185E138816CA",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 23507532,
"maxPosition": 2,
"plat": 11,
"platName": "头条",
"title": "郑丽文老公全身除优衣库外都是小米",
"topOfTheDayTime": "6",
"url": "https://www.toutiao.com/trending/7628893799423148078/"
},
{
"firstRankTime": "2026-04-15 19:00:00",
"hotId": "5F15B9D6F0C2AEBC6839DF880E66D8D7",
"latestRankDate": "2026-04-15 23:00:00",
"maxHotScore": 5889690,
"maxPosition": 22,
"plat": 25,
"platName": "百度",
"title": "郑丽文老公全身除优衣库外都是小米",
"topOfTheDayTime": "5",
"url": "https://www.baidu.com/s?wd=郑丽文老公全身除优衣库外都是小米"
},
{
"firstRankTime": "2026-04-15 20:00:00",
"hotId": "AFA1AE382E6EFFEA068588F4D5F7B39F",
"latestRankDate": "2026-04-15 23:00:00",
"maxHotScore": 2622710,
"maxPosition": 21,
"plat": 11,
"platName": "头条",
"title": "国民党彰化县长人选卡关?郑丽文回应",
"topOfTheDayTime": "4",
"url": "https://www.toutiao.com/trending/7628930946754543642/"
},
{
"firstRankTime": "2026-04-15 21:00:00",
"hotId": "0A7AAF9B2D66A803F9A1515D146FCAD7",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 127700,
"maxPosition": 10,
"plat": 3,
"platName": "微博",
"title": "郑丽文感谢大陆",
"topOfTheDayTime": "1",
"url": "https://s.weibo.com/weibo?q=%23郑丽文感谢大陆"
},
{
"firstRankTime": "2026-04-15 18:00:00",
"hotId": "AFA1D4831CA4649769B20FD1AF9879F8",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 7520901,
"maxPosition": 5,
"plat": 25,
"platName": "百度",
"title": "郑丽文:大陆会成为我们的底气",
"topOfTheDayTime": "4",
"url": "https://www.baidu.com/s?wd=郑丽文:大陆会成为我们的底气"
}
],
"keyword": "郑丽文",
"plats": [
"百度",
"头条",
"微博"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-14 19:00:00",
"hotId": "53BDBEF50A7C84F251A00B1FFFB643B3",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 45108496,
"maxPosition": 2,
"plat": 11,
"platName": "头条",
"title": "外卖员总结最不能吃的外卖",
"topOfTheDayTime": "5",
"url": "https://www.toutiao.com/trending/7628009593335349302/"
},
{
"firstRankTime": "2026-04-14 20:00:00",
"hotId": "3E22A5FE07EAC1D8B6FB6E5751015E8C",
"latestRankDate": "2026-04-15 07:00:00",
"maxHotScore": 7234516,
"maxPosition": 8,
"plat": 25,
"platName": "百度",
"title": "外卖员总结最不能点的外卖",
"topOfTheDayTime": "4",
"url": "https://www.baidu.com/s?wd=外卖员总结最不能点的外卖"
},
{
"firstRankTime": "2026-04-15 00:00:00",
"hotId": "5F8B8BAD7DBA8950D08D435AC04D835D",
"latestRankDate": "2026-04-15 07:00:00",
"maxHotScore": 150905,
"maxPosition": 9,
"plat": 3,
"platName": "微博",
"title": "外卖员说最不能点的外卖是黄焖鸡",
"topOfTheDayTime": "8",
"url": "https://s.weibo.com/weibo?q=%23外卖员说最不能点的外卖是黄焖鸡"
},
{
"firstRankTime": "2026-04-14 23:00:00",
"hotId": "0AFAB61151F187BBB0BA38A18C86FD3C",
"latestRankDate": "2026-04-15 02:00:00",
"maxHotScore": 9777040,
"maxPosition": 29,
"plat": 19,
"platName": "快手",
"title": "外卖员总结最不能点的外卖",
"topOfTheDayTime": "1",
"url": "https://www.kuaishou.com/search/video?searchKey=外卖员总结最不能点的外卖"
}
],
"keyword": "外卖员",
"plats": [
"百度",
"头条"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 05:00:00",
"hotId": "AAF78B6DF8551B1F26984D100BE97272",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 10070570,
"maxPosition": 13,
"plat": 19,
"platName": "快手",
"title": "比亚迪深圳车库火灾后现场实况",
"topOfTheDayTime": "6",
"url": "https://www.kuaishou.com/search/video?searchKey=比亚迪深圳车库火灾后现场实况"
},
{
"firstRankTime": "2026-04-15 06:00:00",
"hotId": "E255A081ABB8AE55EEC190CF9FBBEA05",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 9609427,
"maxPosition": 34,
"plat": 19,
"platName": "快手",
"title": "比亚迪深圳车库火灾目击者发声",
"topOfTheDayTime": "3",
"url": "https://www.kuaishou.com/search/video?searchKey=比亚迪深圳车库火灾目击者发声"
},
{
"firstRankTime": "2026-04-15 05:00:00",
"hotId": "ECDC583BEDC2A152C083474A4FA9D96C",
"latestRankDate": "2026-04-15 07:00:00",
"maxHotScore": 9751735,
"maxPosition": 30,
"plat": 19,
"platName": "快手",
"title": "比亚迪回应深圳车库火灾",
"topOfTheDayTime": "3",
"url": "https://www.kuaishou.com/search/video?searchKey=比亚迪回应深圳车库火灾"
},
{
"firstRankTime": "2026-04-14 10:00:00",
"hotId": "45D7DBA043707420DE1239B20EC7ED70",
"latestRankDate": "2026-04-15 00:00:00",
"maxHotScore": 15829379,
"maxPosition": 12,
"plat": 11,
"platName": "头条",
"title": "官方通报深圳比亚迪火灾",
"topOfTheDayTime": "14",
"url": "https://www.toutiao.com/trending/7628416832629902875/"
},
{
"firstRankTime": "2026-04-14 16:00:00",
"hotId": "7005D6908021562A27F6B80BA6F974B3",
"latestRankDate": "2026-04-15 00:00:00",
"maxHotScore": 1030000,
"maxPosition": 15,
"plat": 9,
"platName": "知乎",
"title": "深圳比亚迪一立体车库发生火情,比亚迪称车库为试验及报废车辆专用,起火原因可能是什么?对比亚迪影响大吗?",
"topOfTheDayTime": "8",
"url": "https://www.zhihu.com/question/2027305938130924161"
},
{
"firstRankTime": "2026-04-13 23:00:00",
"hotId": "A482165161C1A752F8DDB6AAD2319A8B",
"latestRankDate": "2026-04-15 00:00:00",
"maxHotScore": 590000,
"maxPosition": 29,
"plat": 9,
"platName": "知乎",
"title": "比亚迪财务总监年薪 1013 万元,多名高管薪酬迈入千万级,在业内是什么水平?车企薪资在市场上竞争力如何?",
"topOfTheDayTime": "1",
"url": "https://www.zhihu.com/question/2027000572734169725"
},
{
"firstRankTime": "2026-04-14 11:00:00",
"hotId": "BCDA9DF6CC75E3A85C535853DDDB403F",
"latestRankDate": "2026-04-15 00:00:00",
"maxHotScore": 7673631,
"maxPosition": 39,
"plat": 10,
"platName": "抖音",
"title": "官方通报深圳比亚迪车库起火",
"topOfTheDayTime": "13",
"url": "https://www.douyin.com/search/官方通报深圳比亚迪车库起火"
}
],
"keyword": "比亚迪",
"plats": [
"快手",
"头条"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "557E6E773009895FCAA6FC8B7591FCF2",
"latestRankDate": "2026-04-15 17:00:00",
"maxHotScore": 10288344,
"maxPosition": 16,
"plat": 19,
"platName": "快手",
"title": "五一假期首日火车票本周五开售",
"topOfTheDayTime": "5",
"url": "https://www.kuaishou.com/search/video?searchKey=五一假期首日火车票本周五开售"
},
{
"firstRankTime": "2026-04-15 11:00:00",
"hotId": "D4F7E4A66B095AF333B6DC751FB8D3F9",
"latestRankDate": "2026-04-15 14:00:00",
"maxHotScore": 4464493,
"maxPosition": 37,
"plat": 25,
"platName": "百度",
"title": "“五一”假期首日火车票今日开售",
"topOfTheDayTime": "4",
"url": "https://www.baidu.com/s?wd=“五一”假期首日火车票今日开售"
}
],
"keyword": "五一假期",
"plats": [
"快手",
"抖音",
"头条"
]
},
{
"hotSpotList": [
{
"firstRankTime": "2026-04-16 00:00:00",
"hotId": "AE7EF56F10607571908F80B93375A71D",
"latestRankDate": "2026-04-16 00:00:00",
"maxHotScore": 7774810,
"maxPosition": 19,
"plat": 10,
"platName": "抖音",
"title": "“苏超”的“足球野心”",
"topOfTheDayTime": "15",
"url": "https://www.douyin.com/search/“苏超”的“足球野心”"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "5F862DDBA20247F7FF7D1E695A1D219D",
"latestRankDate": "2026-04-15 22:00:00",
"maxHotScore": 10542272,
"maxPosition": 5,
"plat": 10,
"platName": "抖音",
"title": "苏超赛场来了颗邪恶水蜜桃",
"topOfTheDayTime": "13",
"url": "https://www.douyin.com/search/苏超赛场来了颗邪恶水蜜桃"
},
{
"firstRankTime": "2026-04-15 16:00:00",
"hotId": "0062E61A1AC5DBF4BF46AA355DF79D08",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 12199839,
"maxPosition": 2,
"plat": 19,
"platName": "快手",
"title": "快手老铁热议苏超开幕式",
"topOfTheDayTime": "6",
"url": "https://www.kuaishou.com/search/video?searchKey=快手老铁热议苏超开幕式"
},
{
"firstRankTime": "2026-04-15 21:00:00",
"hotId": "8207B58F9F170481FB47EE462F0FAA71",
"latestRankDate": "2026-04-15 21:00:00",
"maxHotScore": 290604,
"maxPosition": 43,
"plat": 11,
"platName": "头条",
"title": "媒体:苏超“技术平权”时代来了",
"topOfTheDayTime": "1",
"url": "https://www.toutiao.com/trending/7628928216937270830/"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "F4937A7A5EF1F24A98FA09146631B3FF",
"latestRankDate": "2026-04-15 16:00:00",
"maxHotScore": 10455890,
"maxPosition": 6,
"plat": 10,
"platName": "抖音",
"title": "我来聊聊苏超首轮名场面",
"topOfTheDayTime": "9",
"url": "https://www.douyin.com/search/我来聊聊苏超首轮名场面"
},
{
"firstRankTime": "2026-04-15 13:00:00",
"hotId": "B1A440A09D30B22E3949653872C166A4",
"latestRankDate": "2026-04-15 13:00:00",
"maxHotScore": 848932,
"maxPosition": 39,
"plat": 11,
"platName": "头条",
"title": "苏超泰州队拍定妆照",
"topOfTheDayTime": "1",
"url": "https://www.toutiao.com/trending/7628387725154041899/"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "AB8A613BB803AAD1AD6D2070AEE84A11",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 10504648,
"maxPosition": 11,
"plat": 19,
"platName": "快手",
"title": "江苏这是要把苏超办成世界杯呀",
"topOfTheDayTime": "3",
"url": "https://www.kuaishou.com/search/video?searchKey=江苏这是要把苏超办成世界杯呀"
},
{
"firstRankTime": "2026-04-15 09:00:00",
"hotId": "E7CAD56F464961EFDBEE4DEBB2F4A355",
"latestRankDate": "2026-04-15 10:00:00",
"maxHotScore": 1721793,
"maxPosition": 34,
"plat": 11,
"platName": "头条",
"title": "去徐州看苏超享文旅大礼包",
"topOfTheDayTime": "2",
"url": "https://www.toutiao.com/trending/7627826231232921643/"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "183DA639E039146BBA9A3D93F1FF92C2",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 9178435,
"maxPosition": 46,
"plat": 19,
"platName": "快手",
"title": "苏超吉祥物太有小节目了",
"topOfTheDayTime": "1",
"url": "https://www.kuaishou.com/search/video?searchKey=苏超吉祥物太有小节目了"
},
{
"firstRankTime": "2026-04-15 08:00:00",
"hotId": "1D379E90EBF219E2BBE47BB6294D827B",
"latestRankDate": "2026-04-15 08:00:00",
"maxHotScore": 9424250,
"maxPosition": 37,
"plat": 19,
"platName": "快手",
"title": "苏超开幕式为啥能整这么好",
"topOfTheDayTime": "1",
"url": "https://www.kuaishou.com/search/video?searchKey=苏超开幕式为啥能整这么好"
}
],
"keyword": "苏超",
"plats": [
"快手",
"抖音"
]
}
],
"msg": "成功"
}<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>全网热点榜报告</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
background: linear-gradient(135deg, #f0f4f8 0%, #e8f4f8 100%);
min-height: 100vh;
padding: 20px;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
/* 导出按钮区域 */
.export-bar {
position: fixed;
top: 20px;
right: 20px;
z-index: 1000;
display: flex;
gap: 10px;
}
.export-btn {
padding: 12px 24px;
border: none;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}
.export-btn.image {
background: linear-gradient(135deg, #55efc4, #00b894);
color: white;
box-shadow: 0 4px 15px rgba(85, 239, 196, 0.4);
}
.export-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
/* 报告头部 */
.report-header {
background: white;
border-radius: 20px;
padding: 40px;
margin-bottom: 30px;
text-align: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.report-header h1 {
font-size: 36px;
background: linear-gradient(135deg, #74b9ff, #0984e3);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 20px;
}
.report-meta {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.meta-item {
display: flex;
align-items: center;
gap: 8px;
color: #636e72;
font-size: 14px;
}
.meta-item .icon {
font-size: 20px;
}
/* TOP10 表格区域 */
.top10-section {
background: white;
border-radius: 20px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.section-title {
font-size: 24px;
color: #2d3436;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.section-title .emoji {
font-size: 28px;
}
.top10-table {
width: 100%;
border-collapse: collapse;
}
.top10-table th {
background: linear-gradient(135deg, #74b9ff, #a29bfe);
color: white;
padding: 15px;
font-size: 14px;
font-weight: 600;
}
.top10-table th:first-child {
border-radius: 10px 0 0 0;
}
.top10-table th:last-child {
border-radius: 0 10px 0 0;
}
.top10-table td {
padding: 15px;
border-bottom: 1px solid #f0f0f0;
font-size: 14px;
}
.top10-table tr:hover {
background: #f8f9ff;
}
.rank-badge {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
font-weight: 700;
font-size: 14px;
}
.rank-1 { background: linear-gradient(135deg, #ffeaa7, #fdcb6e); color: #6c5ce7; }
.rank-2 { background: linear-gradient(135deg, #dfe6e9, #b2bec3); color: #2d3436; }
.rank-3 { background: linear-gradient(135deg, #fab1a0, #e17055); color: white; }
.rank-other { background: #f0f0f0; color: #636e72; }
.hot-score {
font-weight: 600;
color: #e17055;
}
.platform-count {
color: #0984e3;
font-weight: 600;
}
.duration {
color: #00b894;
}
/* 热点卡片区域 */
.hotspot-cards {
display: grid;
gap: 25px;
}
.hotspot-card {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease;
}
.hotspot-card:hover {
transform: translateY(-5px);
}
.card-header {
padding: 25px;
color: white;
position: relative;
}
.card-header.rank-1-header { background: linear-gradient(135deg, #ffeaa7, #fdcb6e); color: #6c5ce7; }
.card-header.rank-2-header { background: linear-gradient(135deg, #dfe6e9, #b2bec3); color: #2d3436; }
.card-header.rank-3-header { background: linear-gradient(135deg, #fab1a0, #e17055); color: white; }
.card-header.rank-hot { background: linear-gradient(135deg, #ff7675, #d63031); color: white; }
.card-header.rank-medium { background: linear-gradient(135deg, #74b9ff, #0984e3); color: white; }
.card-header.rank-normal { background: linear-gradient(135deg, #55efc4, #00b894); color: white; }
.card-rank {
position: absolute;
top: 15px;
right: 20px;
font-size: 48px;
font-weight: 900;
opacity: 0.2;
}
.card-title {
font-size: 22px;
font-weight: 700;
margin-bottom: 15px;
padding-right: 60px;
}
.card-stats {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.stat-item {
display: flex;
align-items: center;
gap: 6px;
font-size: 14px;
opacity: 0.9;
}
.card-body {
padding: 25px;
}
.platform-section {
margin-bottom: 20px;
}
.platform-title {
font-size: 16px;
font-weight: 600;
color: #2d3436;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.platform-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.platform-tag {
padding: 6px 14px;
border-radius: 20px;
font-size: 13px;
font-weight: 500;
}
.platform-weibo { background: #fff5f5; color: #e17055; }
.platform-douyin { background: #f0f4ff; color: #6c5ce7; }
.platform-xiaohongshu { background: #fff0f3; color: #e84393; }
.platform-zhihu { background: #f0f8ff; color: #0984e3; }
.platform-bilibili { background: #fff0f5; color: #e84393; }
.platform-kuaishou { background: #fff5f0; color: #e17055; }
.platform-toutiao { background: #fff5f5; color: #d63031; }
.platform-baidu { background: #f0f5ff; color: #0984e3; }
.discussion-section {
margin-top: 20px;
}
.discussion-title {
font-size: 16px;
font-weight: 600;
color: #2d3436;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 8px;
}
.discussion-item {
background: #f8f9ff;
border-radius: 12px;
padding: 15px 15px 15px 20px;
margin-bottom: 12px;
margin-left: 20px;
border-left: 4px solid #74b9ff;
}
.discussion-item.weibo { border-left-color: #e17055; }
.discussion-item.douyin { border-left-color: #6c5ce7; }
.discussion-item.xiaohongshu { border-left-color: #e84393; }
.discussion-item.zhihu { border-left-color: #0984e3; }
.discussion-item.bilibili { border-left-color: #e84393; }
.discussion-item.kuaishou { border-left-color: #e17055; }
.discussion-item.toutiao { border-left-color: #d63031; }
.discussion-item.baidu { border-left-color: #0984e3; }
.discussion-platform {
font-size: 13px;
font-weight: 600;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 6px;
color: #2d3436;
}
.discussion-content {
color: #636e72;
font-size: 14px;
line-height: 1.6;
}
.topic-link {
color: #0984e3;
text-decoration: none;
border-bottom: 1px dashed #74b9ff;
}
.topic-link:hover {
color: #6c5ce7;
}
.prediction-section {
margin-top: 20px;
background: linear-gradient(135deg, #f0f8ff, #f0f4ff);
border-radius: 12px;
padding: 15px;
}
.prediction-title {
font-size: 15px;
font-weight: 600;
color: #2d3436;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.prediction-content {
color: #636e72;
font-size: 14px;
line-height: 1.8;
}
/* 底部操作区域 */
.footer-actions {
background: white;
border-radius: 20px;
padding: 30px;
margin-top: 30px;
text-align: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.footer-actions h3 {
color: #2d3436;
margin-bottom: 20px;
}
.action-buttons {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.action-btn {
padding: 12px 30px;
border: none;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.action-btn.primary {
background: linear-gradient(135deg, #74b9ff, #0984e3);
color: white;
}
.action-btn.secondary {
background: #f0f0f0;
color: #636e72;
}
/* 订阅区域 */
.subscribe-section {
background: linear-gradient(135deg, #74b9ff, #a29bfe);
border-radius: 20px;
padding: 40px;
margin-top: 30px;
text-align: center;
color: white;
}
.subscribe-section h3 {
font-size: 24px;
margin-bottom: 15px;
}
.subscribe-section p {
opacity: 0.9;
font-size: 14px;
}
/* 响应式设计 */
@media (max-width: 768px) {
body {
padding: 10px;
}
.report-header h1 {
font-size: 28px;
}
.report-meta {
flex-direction: column;
gap: 10px;
}
.top10-table {
font-size: 12px;
}
.card-title {
font-size: 18px;
}
.card-stats {
flex-direction: column;
gap: 8px;
}
.export-bar {
position: relative;
top: 0;
right: 0;
justify-content: center;
margin-bottom: 20px;
}
}
</style>
</head>
<body>
<div class="export-bar">
<button class="export-btn image" onclick="exportImage()">
🖼️ 导出图片
</button>
</div>
<div class="container">
<div class="report-header">
<h1>🔥 全网热点榜 TOP10</h1>
<div class="report-meta">
<div class="meta-item">
<span class="icon">📅</span>
<span>统计时间:{start_date} 至 {end_date}</span>
</div>
<div class="meta-item">
<span class="icon">📊</span>
<span>覆盖平台:抖音、微博、B站、快手、知乎、头条、百度</span>
</div>
</div>
</div>
<div class="top10-section">
<h2 class="section-title"><span class="emoji">🏆</span> 热点排行榜</h2>
<table class="top10-table">
<thead>
<tr>
<th>排名</th>
<th>热点事件</th>
<th>热度</th>
<th>上榜平台</th>
<th>持续时长</th>
</tr>
</thead>
<tbody>
<!-- TOP10数据填充示例:
<tr>
<td><span class="rank-badge rank-1">1</span></td>
<td><strong>热点标题</strong></td>
<td><span class="hot-score">938万</span></td>
<td><span class="platform-count">5个</span></td>
<td><span class="duration">14h</span></td>
</tr>
-->
</tbody>
</table>
</div>
<!-- 热点详情卡片 -->
<div class="hotspot-cards">
<!-- 热点卡片填充示例:
<div class="hotspot-card">
<div class="card-header rank-1-header">
<span class="card-rank">1</span>
<h3 class="card-title">热点标题</h3>
<div class="card-stats">
<div class="stat-item">📊 热度:938万</div>
<div class="stat-item">📍 上榜平台:5个</div>
<div class="stat-item">⏱️ 持续时长:14小时</div>
<div class="stat-item">🏆 最高排名:TOP3</div>
</div>
</div>
<div class="card-body">
<div class="platform-section">
<div class="platform-title">📍 上榜平台</div>
<div class="platform-list">
<span class="platform-tag platform-weibo">微博</span>
<span class="platform-tag platform-douyin">抖音</span>
</div>
</div>
<div class="discussion-section">
<div class="discussion-title">💬 跨平台讨论差异</div>
<div class="discussion-item weibo">
<div class="discussion-platform">🌐 微博</div>
<div class="discussion-content">讨论焦点,如「话题1」「话题2」</div>
</div>
<div class="discussion-item douyin">
<div class="discussion-platform">🎵 抖音</div>
<div class="discussion-content">讨论焦点,如「话题1」</div>
</div>
</div>
<div class="prediction-section">
<div class="prediction-title">🔥 综合预测:预测内容...</div>
<div class="prediction-content">预测内容...</div>
</div>
</div>
</div>
-->
</div>
<div class="footer-actions">
<h3>⚡ 更多操作</h3>
<p>点击上方按钮可导出图片格式报告</p>
</div>
<div class="subscribe-section">
<h3>📬 订阅推送服务</h3>
<p>想持续追踪热点动态?可以订阅最新热榜(每隔一小时更新);或者订阅昨日数据。</p>
</div>
</div>
<script>
function exportImage() {
const element = document.querySelector('.container');
html2canvas(element, {
scale: 2,
useCORS: true
}).then(canvas => {
const link = document.createElement('a');
link.download = '热点榜报告.png';
link.href = canvas.toDataURL('image/png');
link.click();
});
}
</script>
</body>
</html>
Cross-Platform Aggregated Hot Topics TOP10 / trending-hub-top10
Introduction
Based on hourly hot topic data from Douyin, Weibo, Bilibili, Kuaishou, Zhihu, Toutiao, and Baidu, this skill intelligently identifies the same event across platforms and outputs the TOP10 hottest cross-platform trending events.
Core Value
Rather than simply listing each platform's hot searches separately, it aggregates multiple hot searches for the same event across platforms into one hot topic, and outputs a TOP10 ranking — so you can see what the whole internet is talking about at a glance, ideal for cross-platform matrix account operations.
Who It's For
- 🎯 Content creators — See the TOP10 cross-platform hot topics at a glance and lock in content direction fast
- 📦 Content operations — Aggregate and analyze hot events to understand spread patterns
- 🏢 Brand PR — Identify cross-platform hot events and evaluate communication impact
- 📊 Data analysts — Get aggregated hot topic data and analyze lifecycle trends
Core Capabilities
- Cross-platform event aggregation: Intelligently merge multiple hot searches for the same event across platforms into one hot topic
- TOP10 hot topic ranking: Output TOP10 hot events ranked by composite heat
- Heat trend prediction: Predict hot topic trajectory based on heat value, time on chart, and platform coverage
- Cross-platform discussion analysis: Show how discussion focus differs across platforms for the same event
- HTML visual report: Generate polished visual reports with image export support
- Subscription push: Scheduled push of cross-platform TOP10 hot topics
---
API Key Acquisition & Security
- This skill requires the environment variable:
REDFOX_API_KEY. REDFOX_API_KEYis provided by RedFoxHub (https://redfox.hk).- Register at RedFoxHub to obtain your
REDFOX_API_KEY. - Configure
REDFOX_API_KEYas a device environment variable before using this skill. - Before providing your key, confirm its source, available scope, validity period, and whether reset/revocation is supported.
- Do not hard-code or expose the key in plaintext in code, prompts, logs, or output files.
---
Usage Guide
Quick phrase reference
| Intent | Example phrase | What you get |
|---|---|---|
| Cross-platform TOP10 | "Hot ranking", "cross-platform trends", "today's hot topics" | Get TOP10 hottest cross-platform events |
| Real-time hot topics | "Latest trends", "real-time hot topics" | Get latest aggregated hot topics |
| Yesterday's hot topics | "Yesterday's trends", "yesterday hot topics" | Get yesterday's TOP10 hot topics |
| Past 7 days | "Hot topics past 7 days", "this week's trends" | Get aggregated hot topics for past 7 days |
| Export report | "Export hot topic report", "generate HTML report" | Generate visual HTML report |
| Daily subscription | "Subscribe to daily push" | Daily scheduled TOP10 hot topic push |
Sample output
🔥 Cross-platform hot topics ranking
📅 Time range: 2026-05-21 00:00 to 2026-05-21 16:00
TOP10 hot topics ranking
| Rank | Hot event | Composite heat | Platforms | Duration | Forecast |
|---|---|---|---|---|---|
| 1 | U20 women's football China vs Japan | 15.92M | 🌐🎵📰🎬 | 14h | 🔥🔥🔥 |
| 2 | 2026 university rankings released | 8.76M | 📰📚 | 8h | 🔥🔥 |
| 3 | Fuel price adjustment tonight | 6.54M | 🔍 | 3h | 🔥 |
| ... | ... | ... | ... | ... | ... |
---
Single hot topic details
U20 women's football China vs Japan
| Metric | Value |
|---|---|
| Composite heat | 15.92M |
| Platforms on chart | 4 (Weibo, Douyin, Toutiao, Kuaishou) |
| Duration | 14h |
| Peak rank | #3 |
Cross-platform discussion differences:
- 🌐 Weibo: Fans discuss match tactics and future of women's football
- 🎵 Douyin: Match highlights spread widely; video views keep climbing
- 📰 Toutiao: In-depth analysis articles on the state of women's football
- 🎬 Kuaishou: Active fan interaction; positive comment atmosphere
Related topics:
- 「China U20 women 0:2 Japan, miss final」
- 「U20 women's football China vs Japan highlights」
Overall forecast: 🔥🔥🔥 Sports viral topic; expected to last until finals day; peak heat passed but ongoing attention
⚡ HTML report generated • Click below to download the HTML report; open in browser and export as image
📬 Subscription push
Want to keep tracking hot topic trends?
- Reply "Subscribe to daily push" for daily TOP10 hot topic updates
- Reply "Subscribe to weekly push" for weekly hot topic summaries
---
Use Cases
| Scenario | Role | Example question | Benefit |
|---|---|---|---|
| Lock in TOP10 fast | Content creator | "What are today's top 10 cross-platform trends?" | See what's truly hot across the web at a glance |
| Cross-platform analysis | Content ops | "Which topics spread across multiple platforms lately?" | Identify cross-platform viral events |
| Trend prediction | Data analyst | "Which hot topics will keep trending?" | Predict lifecycle from multiple dimensions |
| Historical review | Topic planner | "Show yesterday's TOP10 hot topics" | Analyze historical hot topic patterns |
| Export and share | Ops team | "Export today's hot topic report" | Visual HTML report for easy sharing |
| Scheduled tracking | Content ops | "Push hot topics to me every morning" | Automated TOP10 hot topic tracking |
---
Important data notes
Data notes
- Platforms covered: 7 (Douyin, Weibo, Bilibili, Kuaishou, Zhihu, Toutiao, Baidu)
- Update frequency: Hourly; not real-time
- Query range: Look back up to 7 days of hot topic data
- Output count: Fixed TOP10 hot events
- This skill does not support keyword filtering — only outputs cross-platform TOP10 hot topics
全网聚合热点榜 / trending-hub-top10
简介
基于每小时收录的抖音、微博、B 站、快手、知乎、头条、百度 7 大平台热点数据,智能识别跨平台同一事件,聚合输出全网最热 TOP10 热点事件。
核心价值
不是简单罗列各平台热搜,而是将同一事件在不同平台的多个热搜聚合为一个热点,输出 TOP10 热点事件排行榜,让你一眼看清全网都在热的热点,便于跨平台矩阵账号运营。
适用对象
- 🎯 内容创作者 — 一眼看穿全网 TOP10 热点,快速锁定创作方向
- 📦 内容运营 — 聚合分析热点事件,把握舆论传播规律
- 🏢 品牌公关 — 识别跨平台热点事件,评估传播影响力
- 📊 数据分析师 — 获取聚合热点数据,分析热点生命周期
核心功能
- 跨平台事件聚合:智能识别同一事件在不同平台的多个热搜,合并为一个热点事件
- TOP10 热点排行:按综合热度输出 TOP10 热点事件排行榜
- 热度趋势预测:基于热度值、上榜时长、平台覆盖预测热点走势
- 跨平台讨论分析:展示同一事件在不同平台的讨论焦点差异
- HTML 可视化报告:生成美观的可视化报告,支持图片导出
- 订阅推送服务:定时推送全网热点 TOP10
---
密钥获取与安全说明
- 本技能需要使用环境变量:
REDFOX_API_KEY。 REDFOX_API_KEY由 红狐 hub (https://redfox.hk)提供。- 请前往 红狐 hub 注册账号,获取
REDFOX_API_KEY。 - 配置设备环境变量
REDFOX_API_KEY后使用本技能。 - 在提供密钥前,请先确认密钥来源、可用范围、有效期及是否支持重置/撤销。
- 禁止在代码、提示词、日志或输出文件中硬编码/明文暴露密钥。
---
使用指南
常用说法速查
| 意图 | 示例话术 | 效果 |
|---|---|---|
| 查全网 TOP10 热点 | "热点榜"、"全网热点"、"今日热点" | 获取全网最热 TOP10 热点事件 |
| 查实时热点 | "最新热点"、"实时热点" | 获取最新聚合热点 |
| 查昨日热点 | "昨日热点"、"昨天热点" | 获取昨日 TOP10 热点 |
| 查近 7 天热点 | "近 7 天热点"、"本周热点" | 获取近 7 天聚合热点 |
| 导出报告 | "导出热点报告"、"生成 HTML 报告" | 生成可视化 HTML 报告 |
| 订阅每日推送 | "订阅每日推送" | 每天定时推送 TOP10 热点 |
输出示例
🔥 全网热点榜
📅 统计时间:2026-05-21 00:00 至 2026-05-21 16:00
TOP10 热点排行榜
| 排名 | 热点事件 | 综合热度 | 上榜平台 | 持续时长 | 预测 |
|---|---|---|---|---|---|
| 1 | U20 女足中日对决 | 1592 万 | 🌐🎵📰🎬 | 14h | 🔥🔥🔥 |
| 2 | 2026 大学排名发布 | 876 万 | 📰📚 | 8h | 🔥🔥 |
| 3 | 油价今晚调整 | 654 万 | 🔍 | 3h | 🔥 |
| ... | ... | ... | ... | ... | ... |
---
单个热点详情
U20 女足中日对决
| 指标 | 数值 |
|---|---|
| 综合热度 | 1592 万 |
| 上榜平台 | 4 个(微博、抖音、头条、快手) |
| 持续时长 | 14h |
| 最高排名 | 第 3 位 |
跨平台讨论差异:
- 🌐 微博:网友热议比赛过程,讨论女足的战术和未来发展
- 🎵 抖音:比赛精彩片段广泛传播,视频播放量持续攀升
- 📰 头条:深度分析文章为主,关注女足发展现状
- 🎬 快手:球迷互动热烈,评论区氛围积极
相关话题:
- 「中国 U20 女足 0:2 日本无缘决赛」
- 「U20 女足中日对决精彩瞬间」
综合预测:🔥🔥🔥 体育类爆款话题,预计持续至决赛日,热度峰值已过但仍有持续关注
⚡ HTML 报告已生成 • 点击下方下载 HTML 报告文件,可在浏览器中打开查看,支持导出图片
📬 订阅推送服务
想持续追踪热点动态?
- 回复「订阅每日推送」,每天定时推送 TOP10 热点
- 回复「订阅每周推送」,每周定时推送热门汇总
---
使用场景
| 场景 | 角色 | 示例问法 | 收益 |
|---|---|---|---|
| 快速锁定 TOP10 热点 | 内容创作者 | "今天全网最热的 10 个热点是什么" | 一眼看穿全网真正在热的热点 |
| 跨平台热点分析 | 内容运营 | "最近有哪些热点跨了多个平台" | 识别跨平台传播的热点事件 |
| 热点趋势预测 | 数据分析师 | "预测一下哪些热点会持续" | 基于多维度预测热点生命周期 |
| 历史热点回顾 | 选题策划 | "查一下昨天的 TOP10 热点" | 分析历史热点规律 |
| 导出报告分享 | 运营团队 | "导出今天的热点报告" | 生成 HTML 可视化报告,便于分享 |
| 定时追踪 | 内容运营 | "每天早上给我推送热点" | 自动化追踪 TOP10 热点 |
---
重要数据说明
数据说明
- 覆盖平台:7 大平台(抖音、微博、B 站、快手、知乎、头条、百度)
- 数据更新:小时级更新,非实时数据
- 查询范围:支持回溯近 7 天热点数据
- 输出数量:固定输出 TOP10 热点事件
- 该技能不支持按关键词筛选,只输出全网 TOP10 热点
指令列表
本文档列出全平台聚合热点榜支持的所有用户指令。
一、查询类指令
1.1 查询最新热点
| 指令 | 说明 |
|---|---|
| 热点榜 | 查询当前最新TOP10热点榜 |
| 今日热点 | 查询当前最新TOP10热点榜 |
| 全网热点榜 | 查询当前最新TOP10热点榜 |
| 最新热榜 | 查询当前最新TOP10热点榜 |
输出内容:
- TOP10总榜表格
- 10个热词的完整快览分析
- 订阅引导
---
1.2 查询昨日热榜
| 指令 | 说明 |
|---|---|
| 昨日热榜 | 查询昨日TOP10热点榜 |
| 昨天的热点 | 查询昨日TOP10热点榜 |
| 昨天热榜 | 查询昨日TOP10热点榜 |
输出内容:
- 昨日TOP10表格
- 与今日对比数据
- 新上榜/持续在榜/热度变化分析
---
二、详情查看指令
2.1 进入专业模式
| 指令 | 说明 |
|---|---|
| 1-10 | 输入热词序号,进入专业模式 |
| 详情 2 | 查看第2个热词的详情 |
| 热词详情 5 | 查看第5个热词的详情 |
输出内容:
- 核心指标表格
- 8平台实时打点数据
- 详细跨平台讨论差异
- 热度趋势预测
- 内容建议
---
2.2 导航指令
| 指令 | 说明 |
|---|---|
| 返回 | 返回上一级(从专业模式回到总榜) |
| 返回简览 | 从专业模式回到快览 |
| 今日热榜 | 从昨日热榜回到今日热榜 |
---
三、导出类指令
| 指令 | 说明 |
|---|---|
| 导出报告 | 生成包含所有热词详情的Markdown文件 |
| 生成完整报告 | 同上 |
| 下载报告 | 同上 |
输出内容:
- Markdown文件
- 包含TOP10总榜
- 包含所有10个热词的完整详情
- 包含数据说明
---
四、订阅类指令
4.1 订阅最新热榜
| 指令格式 | 示例 |
|---|---|
| 订阅 最新热榜 | 订阅 最新热榜 |
| 订阅 | 订阅(系统引导选择类型) |
说明:每小时推送全网TOP10热点榜
---
4.2 订阅昨日热榜
| 指令格式 | 示例 |
|---|---|
| 订阅 昨日热榜 | 订阅 昨日热榜 |
| 订阅 | 订阅(系统引导选择类型) |
说明:每天推送昨日热榜数据,对比今日变化
---
4.3 订阅关键词追踪
| 指令格式 | 示例 |
|---|---|
| 订阅 {关键词} 相关热点 | 订阅 iPhone 相关热点 |
| 订阅 {关键词1}、{关键词2} 相关热点 | 订阅 华为、小米 相关热点 |
| 订阅 | 订阅(系统引导选择类型) |
关键词匹配规则:
- 单关键词:订阅 iPhone 相关热点
- 多关键词:订阅 华为、小米 相关热点
- 分类关键词:订阅 明星、娱乐 相关热点
说明:监控指定关键词,有新上榜/排名变化/下榜时推送
---
4.4 查看订阅
| 指令 | 说明 |
|---|---|
| 查看我的订阅 | 显示当前所有订阅列表 |
| 我的订阅 | 同上 |
| 订阅列表 | 同上 |
---
4.5 取消订阅
| 指令 | 说明 |
|---|---|
| 取消订阅 最新热榜 | 取消最新热榜订阅 |
| 取消订阅 昨日回顾 | 取消昨日回顾订阅 |
| 取消订阅 关键词追踪 {关键词} | 取消特定关键词追踪 |
| 取消订阅 全部 | 取消所有订阅 |
---
五、完整指令速查表
| 类别 | 指令 | 说明 |
|---|---|---|
| 查询 | 热点榜 | 查询最新TOP10 |
| 查询 | 昨日热榜 | 查询昨日TOP10 |
| 详情 | 1-10 | 进入专业模式 |
| 详情 | 返回 | 返回上一级 |
| 导出 | 导出报告 | 生成Markdown文件 |
| 订阅 | 订阅 最新热榜 | 订阅最新热榜(每小时更新) |
| 订阅 | 订阅 昨日热榜 | 订阅昨日热榜 |
| 订阅 | 订阅 iPhone 相关热点 | 订阅关键词追踪 |
| 订阅 | 查看我的订阅 | 查看订阅列表 |
| 订阅 | 取消订阅 [类型] | 取消订阅 |
---
六、指令解析规则
6.1 关键词解析
- 单个关键词:直接匹配
- 多个关键词:用中文顿号(、)或英文逗号(,)分隔
- 去除常见停用词:相关、热点、等
---
6.2 模糊匹配
当用户输入不完整时,尝试模糊匹配:
- 热点 → 热点榜
- 昨天 → 昨日热榜
- 订阅热榜 → 引导选择订阅类型
---
七、错误处理
6.3 错误处理
用户输入:11 或 0
系统回复:
⚠️ 序号超出范围,请输入 1-10 查看热词详情---
6.5 无效指令
用户输入:无法识别的指令
系统回复:
⚠️ 未能识别您的指令,请尝试:
• 输入 `热点榜` 查询最新热点
• 输入 `昨日热榜` 查询昨日数据
• 输入 `1-10` 查看热词详情
• 输入 `订阅` 开启推送服务---
6.6 订阅冲突
场景:用户已订阅相同内容
系统回复:
⚠️ 您已订阅过该内容
- 订阅类型:{类型}
是否要取消订阅?---
6.7 无关键词
场景:用户输入 订阅关键词追踪 但未提供关键词
系统回复:
⚠️ 请提供要追踪的关键词
示例:
• 订阅 iPhone 相关热点
• 订阅 华为、小米 相关热点输出模板参考
本文档包含全平台聚合热点榜的所有输出模板,供执行时参考。
热点事件识别说明
核心原则:完全忽略接口返回的keyword分组,从所有标题中独立识别具体热点事件。
识别规则
1. 必须有标题支撑:每个热点事件必须对应至少1条实际标题
- 数据来源:
hotspots[].title - 没有标题的事件不应出现在热点列表中
2. 必须是具体事件:热词必须描述一个具体的事件,不能是泛化概念
- ✅ U20女足中日对决、大学排名发布、德国留学生迷奸案
- ❌ 中国相关热点、体育新闻、社会事件
3. 跨关键词合并:接口可能将同一事件分到不同keyword下,需合并识别
- keyword="间谍"和"国家秘密泄露" → 实际是同一事件"间谍案"
- keyword="中国"可能包含多个不同事件,需分别识别
URL跳转
- 每个热点项的
url字段提供跳转链接 - 有URL的标题可显示为超链接,无URL则仅显示文本
输出格式
每个热点事件需包含(AI重新计算):
- 热词(具体事件名称)
- 涉及平台数:该事件出现的平台数量
- 词条数:该事件相关的标题总数(去重)
- 最早时间:该事件首次出现的时间点
- 相关链接:在"跨平台讨论差异"部分展示各平台原始标题的跳转链接
一、首页输出模板(完整版)
【重要说明】
- 排序规则:TOP10表格必须按热度值降序排列,第1名热度最高,第10名热度最低。输出前必须检查:热度_1 > 热度_2 > ... > 热度_10
- TOP10表格中的"热点事件"是智能体归纳的事件热词,不带跳转链接
- 具体标题的跳转链接在"跨平台讨论差异"部分展示
# 🔥 全网热点榜 TOP10
> 📅 统计时间:{start_date} 至 {end_date}
> 📊 覆盖平台:抖音、微博、B站、快手、知乎、头条、百度等
| 排名 | 热点事件 | 热度 | 上榜平台 | 持续时长 |
|:---:|------|:---:|:---:|:---:|
| 1 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_1} | {0h显示"刚上热搜",否则Nh} |
| 2 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_2} | {0h显示"刚上热搜",否则Nh} |
| 3 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_3} | {0h显示"刚上热搜",否则Nh} |
| 4 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_4} | {0h显示"刚上热搜",否则Nh} |
| 5 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_5} | {0h显示"刚上热搜",否则Nh} |
| 6 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_6} | {0h显示"刚上热搜",否则Nh} |
| 7 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_7} | {0h显示"刚上热搜",否则Nh} |
| 8 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_8} | {0h显示"刚上热搜",否则Nh} |
| 9 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_9} | {0h显示"刚上热搜",否则Nh} |
| 10 | {归纳的事件热词,不带链接} | {热度_万} | {platform_count_10} | {0h显示"刚上热搜",否则Nh} |
---
## 🔍 热点快览分析
**【重要】必须输出TOP10全部10个热点的快览分析,每个热点都必须完整输出,不得遗漏任何一个!**
---
### 1. {热点事件热词}
> 📊 热度:{热度_万} | 上榜平台:{N}个 | 持续时长:{0h显示"刚上热搜",否则N小时} | 最高排名:TOP{N}
📍 **上榜平台**:{平台1} | {平台2} | {平台3} | ...
💬 **跨平台讨论差异**
🌐 **微博**:{根据该事件在微博平台的所有话题标题综合总结讨论焦点,不少于10个字},如「[{原始标题1}]({url1})」「[{原始标题2}]({url2})」
🎵 **抖音**:{根据该事件在抖音平台的所有话题标题综合总结讨论焦点,不少于10个字},如「[{原始标题1}]({url1})」
📚 **知乎**:{同上格式}
📺 **B站**:{同上格式}
🎬 **快手**:{同上格式}
📰 **头条**:{同上格式}
🔍 **百度**:{同上格式}
{**必须输出该事件全部在榜平台的讨论差异,不可遗漏任何平台。仅输出在榜平台,未上榜平台不输出。以上7个平台为参考,按实际在榜平台输出。每行首行加全角空格缩进符,每个平台展示2-3个原始标题(仅1条数据则展示1条),带跳转链接}
{emoji} **综合预测**:{根据话题类型、热度值、上榜时长、平台覆盖表现综合分析趋势走向,不少于30字},建议{内容建议}
**{emoji}选择规则(必须严格遵守,与热度值对应)**:
| 热度区间 | emoji | 说明 |
|---------|-------|------|
| ≥1000万 | 🔥🔥🔥 | 爆款热度 |
| 500-999万 | 🔥🔥 | 高热度 |
| 100-499万 | 🔥 | 中等热度 |
| <100万 | 📉 | 低热度 |
---
**【重要】以下继续输出2-10号热点,共10个热点必须全部输出,不得遗漏!**
---
### 2. {热点事件热词}
> 📊 热度:{热度_万} | 上榜平台:{N}个 | 持续时长:{0h显示"刚上热搜",否则N小时}
{同上格式}
---
### 3. {热点事件热词}
{同上格式}
---
### 4. {热点事件热词}
{同上格式}
---
### 5. {热点事件热词}
{同上格式}
---
### 6. {热点事件热词}
{同上格式}
---
### 7. {热点}
{同上格式}
---
### 8. {热点}
{同上格式}
---
### 9. {热点}
{同上格式}
---
### 10. {热点}
{同上格式}
---
⚡ **更多操作**
• 点击下方下载HTML报告文件,可在浏览器中打开查看,支持导出图片
📬 **订阅推送服务**
想持续追踪热点动态?可以订阅最新热榜(每隔一小时更新);或者订阅昨日数据。输出要求
1. 输出方式:
- 调用脚本获取数据后,先在对话中输出格式化后的Markdown内容
- 然后将分析结果保存为
structured_report.json(格式见SKILL.md"结构化报告JSON格式") - 对话输出结束后自动调用
python scripts/generate_html_report.py --input structured_report.json生成HTML,不询问用户 - HTML报告内容必须与对话输出完全一致
2. 跨平台讨论差异:
- 根据该事件在该平台的所有话题标题综合总结讨论焦点,不少于10个字
- 必须展示2-3个具体话题标题(如该平台只有1条数据则展示1条),有URL则显示为超链接「{标题}」,无URL则显示纯文本「{标题}」
- 必须展示该事件所有在榜平台,未上榜平台不输出,不得遗漏任何在榜平台
3. 综合预测:
- 根据话题类型、热度值、上榜时长、平台覆盖表现综合分析
- 预测内容不少于30字
- 综合预测标题前的emoji必须按热度值规则选择:≥1000万🔥🔥🔥、500-999万🔥🔥、100-499万🔥、<100万📉
排序规则
TOP10表格必须按热度值(maxHotScore)降序排列,热度最高的热点排在第1位。
二、完整报告导出模板
# 全网热点榜完整报告
> 📅 生成时间:{datetime}
> 📊 数据时间:{stat_time}
> 📂 覆盖平台:抖音、微博、B站、快手、知乎、头条、百度
---
## 目录
- [一、全网热点榜 TOP10](#一全网热点榜-top10)
- [二、热词详情分析](#二热词详情分析)
- [三、数据说明](#三数据说明)
---
## 一、全网热点榜 TOP10
| 排名 | 热词 | 上榜平台 | 词条数 |
|:---:|------|:---:|:---:|
| 1 | {keyword_1} | {platform_count_1} | {entry_count_1} |
| 2 | {keyword_2} | {platform_count_2} | {entry_count_2} |
| 3 | {keyword_3} | {platform_count_3} | {entry_count_3} |
| 4 | {keyword_4} | {platform_count_4} | {entry_count_4} |
| 5 | {keyword_5} | {platform_count_5} | {entry_count_5} |
| 6 | {keyword_6} | {platform_count_6} | {entry_count_6} |
| 7 | {keyword_7} | {platform_count_7} | {entry_count_7} |
| 8 | {keyword_8} | {platform_count_8} | {entry_count_8} |
| 9 | {keyword_9} | {platform_count_9} | {entry_count_9} |
| 10 | {keyword_10} | {platform_count_10} | {entry_count_10} |
---
## 二、热点详情分析
### 1. {热点名称}
> 上榜平台:{N}个 | 词条:{N}条 | 最早上榜:{平台} {时间}
📍 **上榜平台**:{平台1} | {平台2} | {平台3} | ...
💬 **跨平台讨论差异**
-🌐 **微博**:{根据该事件在微博平台的所有话题标题综合总结讨论焦点,不少于10个字},如「[{标题1}]({url1})」「[{标题2}]({url2})」
-🎵 **抖音**:{根据该事件在抖音平台的所有话题标题综合总结讨论焦点,不少于10个字},如「[{标题1}]({url1})」「[{标题2}]({url2})」
{其他平台同理}
📈 **热度趋势预测**
**综合预测**:{整体趋势描述},建议{内容建议}
---
{重复2-10号热点,格式相同}
## 六、订阅列表模板
📬 我的订阅列表
| 序号 | 订阅类型 | 内容 | 推送时间 | 状态 |
|---|---|---|---|---|
| 1 | 最新热榜 | TOP10热点榜 | 每天09:00 | ✅ |
| 2 | 昨日热榜 | TOP10热点榜 | 每天09:00 | ✅ |
⚡ 输入 取消订阅 [序号] 停止推送 ⚡ 输入 取消订阅 全部 停止所有推送
热度趋势预测逻辑
本文档详细说明热度趋势预测的判断规则和计算方法。
预测维度
| 维度 | 权重 | 判断依据 | 数据字段 |
|---|---|---|---|
| 热度值 | 30% | maxHotScore值越高热度越高 | maxHotScore |
| 上榜时长 | 25% | 基于topOfTheDayTime计算持续时长 | topOfTheDayTime |
| 平台覆盖 | 25% | platName分布,平台数越多越稳定 | platName计数 |
| 排名表现 | 20% | maxPosition值越小排名越好 | maxPosition |
话题类型预测规则
突发事件(地震、事故等)
热度曲线:快速上升→急速下降
生命周期:12-24小时
建议:第一时间跟进,延后价值低
预测特征:
- 热词包含:地震、事故、灾难、突发、爆炸、火灾等
- 初期热度极高,但衰减速度快
- 覆盖平台广但持续时间短
---
娱乐八卦(明星、恋情等)
热度曲线:快速上升→缓慢下降
生命周期:24-48小时
建议:12小时内跟进效果最佳
预测特征:
- 热词包含:明星、恋情、绯闻、八卦、曝光、官宣等
- 热度上升快,下降相对缓慢
- 舆论讨论度高,容易产生二次发酵
---
社会民生(政策、假期等)
热度曲线:缓慢上升→稳定→缓慢下降
生命周期:48-72小时
建议:有较长跟进窗口
预测特征:
- 热词包含:政策、假期、法规、民生、教育、医疗等
- 热度增长平稳,持续时间较长
- 影响面广,容易引发深度讨论
---
行业动态(产品、价格等)
热度曲线:中等速度上升→中等速度下降
生命周期:36-72小时
建议:可做深度分析内容
预测特征:
- 热词包含:发布、产品、价格、行业、技术、创新等
- 热度变化相对温和
- 适合专业深度内容创作
---
热度值分析(新增)
| 热度区间 | 热度等级 | 趋势预测 | 行动建议 |
|---|---|---|---|
| <100万 | 低热度 | 可能即将退出榜单 | 观望为主 |
| 100-500万 | 中等热度 | 热度相对稳定 | 可适度跟进 |
| 500-1000万 | 高热度 | 热度持续强劲 | 值得重点跟进 |
| >1000万 | 爆款热度 | 热度爆发状态 | 必须优先跟进 |
热度计算说明:
- maxHotScore字段直接反映热度值
- 热度值需换算为万单位展示(如8500000 → 850万)
- 多平台热度值累加可评估全网总热度
上榜时长分析
计算方式:当前时间 - topOfTheDayTime(最早上榜时间)
| 时长区间 | 阶段 | 趋势预测 | 行动建议 |
|---|---|---|---|
| 0-6小时 | 快速上升期 | 热度持续上升 | 立即跟进 |
| 6-12小时 | 上升期后半 | 趋势逐渐放缓 | 快速产出内容 |
| 12-24小时 | 稳定期前期 | 热度相对稳定 | 深度内容创作 |
| 24-36小时 | 稳定期后期 | 可能开始下降 | 跟进热点话题 |
| 36-48小时 | 下降期前期 | 热度明显下降 | 评估延后价值 |
| 48小时+ | 下降期后期 | 热度持续衰减 | 不建议跟进 |
平台覆盖分析
| 平台数 | 热度稳定性 | 预测置信度 | 行动建议 |
|---|---|---|---|
| 1-2个 | 低 | 低 | 仅限特定平台 |
| 3-4个 | 中 | 中 | 可适度跟进 |
| 5-6个 | 高 | 高 | 值得重点跟进 |
| 7-8个 | 极高 | 极高 | 必须优先跟进 |
排名表现分析(基于maxPosition)
| 排名区间 | 表现 | 趋势预测 | 行动建议 |
|---|---|---|---|
| TOP 1-3 | 榜首级 | 热度巅峰 | 全力跟进 |
| TOP 4-10 | 头部 | 热度强劲 | 重点跟进 |
| TOP 11-30 | 中部 | 热度稳定 | 适度跟进 |
| TOP 31-50 | 尾部 | 热度较弱 | 观望评估 |
排名说明:
- maxPosition越小排名越好
- 多平台排名加权可评估全网表现
综合预测输出格式
首页热词快览
首页热词快览分析中,热度趋势预测输出格式:
📈 **热度趋势预测**
**综合预测**:{整体趋势描述},建议{内容建议}预测准确性说明
- 基于历史数据规律的统计预测
- 实际情况可能受突发事件影响
- 建议结合实时数据动态调整
- 话题类型判断基于关键词匹配,可能存在误判