抓取任意公开 TikTok 主页的最近视频。每条视频均附带完整的互动数据(播放、点赞、评论、分享、收藏)、从文案解析出的话题标签和 @提及、音乐元数据(曲目 id、标题、作者、原声标记、音频 URL)、含分辨率和时长的媒体 URL,以及内嵌作者块,让您无需二次请求即可关联视频和创作者。无需登录或 API 密钥。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~tiktok-video-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "profiles": ["tiktok", "mrbeast"], "maxVideosPerProfile": 30 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/tiktok-video-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| id | string | 7412345678901234567 |
| url | string | https://www.tiktok.com/@username/video/7412... |
| text | string | this is the caption #fyp |
| created_at | string | 2024-12-15T18:30:00Z |
| duration_sec | integer | 30 |
| engagement.play_count | integer | 1,500,000 |
| engagement.like_count | integer | 230,000 |
| hashtags | array | ["fyp", "viral"] |
| music.title | string | Original sound |
| author.username | string | mrbeast |