AI Agent Hub
Back to skills
Toutiao Hot News Fetcher icon

Toutiao Hot News Fetcher

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_b9b84f95/toutiao-hot-news-skill.

About this skill

Problem

When tracking Toutiao hot topics for sentiment observation, news aggregation, or editorial planning, copying headlines from the website is brittle. This skill wraps the public hot-board endpoint into a repeatable tool: it fetches the current top 10 items and returns structured news fields, reducing manual cleanup and formatting.

How it works

  • Calls GET https://www.toutiao.com/hot-event/hot-board/?origin=toutiao_pc without an API Key.
  • Parses the JSON response and extracts Title, HotValue, Category, Label, and Url.
  • Cleans URLs with regex to remove redundant parameters while keeping usable links.
  • Outputs plain text, Markdown tables, or JSON for scripts, notes, and briefings.

Boundaries

It fits personal study, data analysis, and lightweight trend monitoring. The hot list refreshes roughly every 5-10 minutes, so results vary. Requests need access to toutiao.com; keep intervals of at least one minute to reduce anti-scraping risk. The default returns 10 items; the script limit can be adjusted up to 50. Use it for non-commercial purposes only.

Use Cases

  • A content editor creates a morning pitch brief by fetching the top 10 Toutiao items and formatting them as a Markdown table
  • A sentiment analyst tracks social and international hot topics by saving titles, heat values, and links into daily JSON reports
  • A data engineer calls the public hot-board endpoint in automation to convert the top 10 news items into structured JSON for downstream processing
  • A market researcher compares hot-board changes across time slots by using a text list to check titles, categories, and heat values

Best For

  • Content editors handling topic planning and daily briefs who need fast access to current Toutiao hot-board titles, categories, heat values, and links
  • Operations analysts doing sentiment monitoring and early warning who need to schedule hot-board data into JSON for downstream aggregation
  • Data engineers building automated news brief scripts who need stable parsing of public API fields and Markdown table output
  • Market researchers studying trend shifts who need to fetch the top 10 items multiple times over time for comparison