抖音热榜
技能概述
此技能用于抓取抖音热榜数据,包括:
- 热点标题
- 热度值
- 详情跳转链接
- 热门标签
获取热榜
获取热榜(默认 50 条):
node scripts/douyin.js hot
获取热榜前 N 条:
node scripts/douyin.js hot 10
使用示例
# 获取抖音热榜前 20 条
node scripts/douyin.js hot 20
数据来源
抖音网页端公开接口
注意事项
- 该接口为网页端公开接口,返回结构可能变动
- 访问频繁可能触发风控
Fetch Douyin hot trends/hot search list data, including popular videos, challenges, music, and other trending content across multiple fields, and output the title, heat value, and jump link.
此技能用于抓取抖音热榜数据,包括:
获取热榜(默认 50 条):
node scripts/douyin.js hot
获取热榜前 N 条:
node scripts/douyin.js hot 10
# 获取抖音热榜前 20 条
node scripts/douyin.js hot 20
抖音网页端公开接口