Loading...
Loading...
Cross-platform hot list aggregation API service — Based on the open source project DailyHotApi, it supports automatic local deployment, and you can obtain real-time hot search data from more than 40 platforms with zero configuration. It covers mainstream platforms including Douyin, Weibo, Zhihu, Bilibili, Baidu, Toutiao, Kuaishou, etc. Trigger words: hot spots, hot search, trends, hot list, trending, hot topics.
npx skill4agent add giggle-official/skills dailyhot-apibash scripts/ensure_running.sh-m 15DAILYHOT_PORTbash scripts/ensure_running.shnpm installbash scripts/stop.sh| Platform | Interface Path | Category |
|---|---|---|
| Douyin | | Hot Spot List |
| Hot Search List | |
| Zhihu | | Hot List |
| Bilibili | | Popular List |
| Baidu | | Hot Search List |
| Toutiao | | Hot List |
| Kuaishou | | Hot Spot List |
| Douban Movie | | New Film List |
| Baidu Tieba | | Hot Discussion List |
| Tencent News | | Hot Spot List |
| Sina News | | Hot Spot List |
| NetEase News | | Hot Spot List |
| The Paper | | Hot List |
| 36Kr | | Hot List |
| Huxiu | | 24 Hours |
| IT Home | | Hot List |
| SSPAI | | Hot List |
| Juejin | | Hot List |
curl -s -m 15 "http://localhost:6688/douyin"{
"code": 200,
"name": "douyin",
"title": "抖音",
"type": "热点榜",
"total": 50,
"updateTime": "2026-03-31T08:09:47.743Z",
"data": [
{
"id": "2449453",
"title": "热点标题",
"hot": 12115951,
"url": "https://www.douyin.com/hot/2449453"
}
]
}# Batch call in scripts
python3 scripts/collect_trends.py --platforms douyin weibo toutiao zhihu bilibili baiduEnsure service running → Batch request hot lists of multiple platforms → Summarize and format → Output to Phase 2| Scenario | Handling |
|---|---|
| Service not started | Automatically execute |
| Single platform request failed | Skip this platform and continue collecting other platforms |
| Returned data is empty | Record a warning, does not affect the overall process |
| Port is occupied | Automatically try ports 6689-6699 |