做一个热点页面
- 抓取今日热点
- 今日热点包含:当天热点的15条
- 抖音热点从这个api抓取https://api.ikangjia.cn/douyin?t=
- 微博热点抓取:https://api.ikangjia.cn/weibo?t=
- 腾迅热点抓取:https://api.ikangjia.cn/qq-news?t=
- 百度热点抓取:https://api.ikangjia.cn/baidu?t=
- 微信读书抓取:https://api.ikangjia.cn/weread?t=
json
{
"code": 200,
"name": "douyin",
"title": "抖音",
"type": "热榜",
"description": "实时上升热点",
"link": "https://www.douyin.com",
"total": 50,
"fromCache": false,
"updateTime": "2025-07-14T08:29:03.989Z",
"data": [
{
"id": "2166783",
"title": "普京专车内部首次公开",
"timestamp": 1752465810000,
"hot": 11619230,
"url": "https://www.douyin.com/hot/2166783",
"mobileUrl": "https://www.douyin.com/hot/2166783"
},
{
"id": "2166288",
"title": "0成本自制冷饮冰杯",
"timestamp": 1752415760000,
"hot": 11230782,
"url": "https://www.douyin.com/hot/2166288",
"mobileUrl": "https://www.douyin.com/hot/2166288"
}
]
}- 帮我在导航栏增加一个热点事件,新增一个目录分类(category),然后热点页面写在这个目录下面
- 所有接口地址在这
json
{
"code": 200,
"count": 50,
"routes": [
{
"name": "36kr",
"path": "/36kr"
},
{
"name": "51cto",
"path": "/51cto"
},
{
"name": "52pojie",
"path": "/52pojie"
},
{
"name": "acfun",
"path": "/acfun"
},
{
"name": "baidu",
"path": "/baidu"
},
{
"name": "bilibili",
"path": "/bilibili"
},
{
"name": "coolapk",
"path": "/coolapk"
},
{
"name": "csdn",
"path": "/csdn"
},
{
"name": "dgtle",
"path": "/dgtle"
},
{
"name": "douban-group",
"path": "/douban-group"
},
{
"name": "douban-movie",
"path": "/douban-movie"
},
{
"name": "douyin",
"path": "/douyin"
},
{
"name": "earthquake",
"path": "/earthquake"
},
{
"name": "geekpark",
"path": "/geekpark"
},
{
"name": "genshin",
"path": "/genshin"
},
{
"name": "guokr",
"path": "/guokr"
},
{
"name": "hellogithub",
"path": "/hellogithub"
},
{
"name": "history",
"path": "/history"
},
{
"name": "honkai",
"path": "/honkai"
},
{
"name": "hostloc",
"path": "/hostloc"
},
{
"name": "hupu",
"path": "/hupu"
},
{
"name": "huxiu",
"path": "/huxiu"
},
{
"name": "ifanr",
"path": "/ifanr"
},
{
"name": "ithome-xijiayi",
"path": "/ithome-xijiayi"
},
{
"name": "ithome",
"path": "/ithome"
},
{
"name": "jianshu",
"path": "/jianshu"
},
{
"name": "juejin",
"path": "/juejin"
},
{
"name": "kuaishou",
"path": "/kuaishou"
},
{
"name": "lol",
"path": "/lol"
},
{
"name": "miyoushe",
"path": "/miyoushe"
},
{
"name": "netease-news",
"path": "/netease-news"
},
{
"name": "ngabbs",
"path": "/ngabbs"
},
{
"name": "nodeseek",
"path": "/nodeseek"
},
{
"name": "nytimes",
"path": "/nytimes"
},
{
"name": "qq-news",
"path": "/qq-news"
},
{
"name": "sina-news",
"path": "/sina-news"
},
{
"name": "sina",
"path": "/sina"
},
{
"name": "smzdm",
"path": "/smzdm"
},
{
"name": "sspai",
"path": "/sspai"
},
{
"name": "starrail",
"path": "/starrail"
},
{
"name": "thepaper",
"path": "/thepaper"
},
{
"name": "tieba",
"path": "/tieba"
},
{
"name": "toutiao",
"path": "/toutiao"
},
{
"name": "v2ex",
"path": "/v2ex"
},
{
"name": "weatheralarm",
"path": "/weatheralarm"
},
{
"name": "weibo",
"path": "/weibo"
},
{
"name": "weread",
"path": "/weread"
},
{
"name": "yystv",
"path": "/yystv"
},
{
"name": "zhihu-daily",
"path": "/zhihu-daily"
},
{
"name": "zhihu",
"path": "/zhihu"
}
]
}
当前节点:JSON.routes[24]
Chat
New Conversation
🤓 Explain a complex thing
Explain Artificial Intelligence so that I can explain it to my six-year-old child.
🧠 Get suggestions and create new ideas
Please give me the best 10 travel ideas around the world
💭 Translate, summarize, fix grammar and more…
Translate "I love you" French
GPT-4o Mini
Hello, how can I help you today?
Page Content
2024.12.06 天平山赏枫线
https://mp.weixin.qq.com/s/5GwipS3G6Q4YpqYG9qVpkw
🪄 Summarize
Get a brief overview of the main points and key takeaways
GPT-4o Mini
The content appears to involve a series of dates (December 6 and December 9, 2024) alongside various actions like searching, uploading files, inviting friends, and earning credits. It also notes that the data of ChatGPT is not real-time.
GPT-4o Mini
coin image
10
Upgrade
Ask me anything...
Powered by AITOPIA
Chat
Ask
Search
Write
Image
ChatFile
Vision
Full Page- 动态抓取今日热点
- 今日热点包含:当天热点的15条
- 抖音热点从这个api抓取https://api.ikangjia.cn/douyin?t= 如douyin,其他类似,帮我抓抖音,微博,腾迅,
- 4小时更新一次
- 把这些抓取的放到热点事件页面
- 分类的热点事件,把热点事件单独拎出来当一个导航链接
