SkillHub

weibo-hot-trend

v1.0.0

获取微博热搜榜数据,返回热搜标题、热度值和跳转链接。当用户需要查看微博热搜、微博热点、微博热榜时使用此技能。支持自定义获取条数(默认50条)。

Sourced from ClawHub, Authored by geniusli

Installation

Please help me install the skill `weibo-hot-trend` from SkillHub official store. npx skills add geniuslishengbo/weibo-hot-trend

微博热搜榜

获取热搜

# 默认获取50条
node scripts/weibo.js

# 获取前N条
node scripts/weibo.js 20

数据来源

微博网页端公开接口 weibo.com/ajax/side/hotSearch

注意事项

  • 访问频繁可能触发风控,建议间隔 ≥30 分钟
  • 热度单位为万,label_name 为标签(沸、新、热等)