Toutiao Hot News Fetcher
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_pcwithout anAPI Key. - Parses the JSON response and extracts
Title,HotValue,Category,Label, andUrl. - Cleans URLs with regex to remove redundant parameters while keeping usable links.
- Outputs plain text, Markdown tables, or
JSONfor 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
Related Skills
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.
A fully local-run WeChat chat analysis tool with MBTI personality inference, sentiment analysis, risk detection, relationship health assessment, and conversation prediction, emphasizing privacy.
Fetches the top 20 A-share stocks by trading volume from Wencai, including ranking, price changes, and sectors, with sector analysis.
Automatically fetches A-share closing indices, sector moves, market sentiment, commodities, and global events to generate a daily recap.