This Skill scrapes the hot search list from Weibo's public web endpoint weibo.com/ajax/side/hotSearch and returns item title, hotness value (unit: 'wan', i…
This Skill scrapes the hot search list from Weibo's public web endpoint weibo.com/ajax/side/hotSearch and returns item title, hotness value (unit: 'wan', i.e., ten-thousands), redirect link, and label_name (e.g., “沸”, “新”, “热”). A lightweight Node script example is provided: it fetches 50 items by default and allows customizing the returned count via a command-line argument, making it easy to integrate into monitoring, content planning, media tracking, marketing topic selection, or data analysis pipelines. Note: frequent access may trigger risk-control measures; an access interval of at least 30 minutes is recommended. Core advantages include using a public interface, simple deployment, and ease of automation and visualization—suitable for scenarios that need real-time or periodic scraping of Weibo hotspots and sinking results into alerts, reports, or recommendation systems.
Esta página faz parte do hub OpenClaw Skills com guias de instalação, navegação por categorias e links práticos.