toutiao-news-trends

wuchubuzai2018/expert-skills-hub · updated Apr 8, 2026

$npx skills add https://github.com/wuchubuzai2018/expert-skills-hub --skill toutiao-news-trends
0 commentsdiscussion
summary

此技能用于抓取今日头条 PC 端热榜(hot-board)数据,包括:

skill.md

今日头条新闻热榜

技能概述

此技能用于抓取今日头条 PC 端热榜(hot-board)数据,包括:

  • 热点标题
  • 热度值(HotValue)
  • 详情跳转链接(去除冗余查询参数,便于分享)
  • 封面图(如有)
  • 标签(如“热门事件”等)

数据来源:今日头条 (www.toutiao.com)

获取热榜

获取热榜(默认 50 条,按榜单顺序返回):

node scripts/toutiao.js hot

获取热榜前 N 条:

node scripts/toutiao.js hot 10

返回数据字段说明

字段 类型 说明
rank number 榜单排名(从 1 开始)
title string 热点标题
popularity number 热度值(HotValue,已转为数字;解析失败时为 0)
link string 热点详情链接(已清理 query/hash)
cover string | null 封面图 URL(如有)
label string | null 标签/标识(如有)
clusterId string 聚合 ID(字符串化)
categories string[] 兴趣分类(如有)

注意事项

  • 该接口为网页端公开接口,返回结构可能变动;若字段缺失可适当容错
  • 访问频繁可能触发风控,脚本内置随机 User-Agent 与超时控制

作者介绍

  • 爱海贼的无处不在
  • 我的微信公众号:无处不在的技术

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.752 reviews
  • Dhruvi Jain· Dec 28, 2024

    Useful defaults in toutiao-news-trends — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Luis Rao· Dec 28, 2024

    toutiao-news-trends reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Chinedu Sanchez· Dec 24, 2024

    Registry listing for toutiao-news-trends matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Michael Diallo· Dec 20, 2024

    We added toutiao-news-trends from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Michael Choi· Dec 20, 2024

    Solid pick for teams standardizing on skills: toutiao-news-trends is focused, and the summary matches what you get after install.

  • Valentina Khanna· Dec 4, 2024

    Keeps context tight: toutiao-news-trends is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Fatima Taylor· Nov 23, 2024

    I recommend toutiao-news-trends for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· Nov 19, 2024

    toutiao-news-trends is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Michael Martinez· Nov 11, 2024

    Solid pick for teams standardizing on skills: toutiao-news-trends is focused, and the summary matches what you get after install.

  • Michael Abebe· Nov 11, 2024

    We added toutiao-news-trends from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

showing 1-10 of 52

1 / 6