通过用户名或 URL 抓取任意公开 TikTok 个人主页。每个主页返回 18 个字段:稳定的 user_id、bio、bio 中的链接、粉丝数、关注数、视频数、点赞数、认证徽章、TikTok Shop 卖家标记及类目、账号创建日期、语言以及高清头像 URL。基于 TikTok 公开 SSR HTML 构建,因此在 API 签名轮换周期(X-Bogus / X-Gnarly)每隔几个月让其他 TikTok 抓取器下线时仍能持续运行。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~tiktok-profile-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "profiles": ["charlidamelio", "@khaby.lame", "mrbeast"], "maxIPRotations": 5 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/tiktok-profile-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| username | string | charlidamelio |
| user_id | string | 5831967 |
| display_name | string | charli d'amelio |
| bio | string | just a girl who loves to dance |
| bio_link | string | https://youtube.com/@charlidamelio |
| follower_count | integer | 158,300,000 |
| video_count | integer | 3,154 |
| verified | boolean | true |
| is_seller | boolean | false |
| account_created_at | string | 2015-11-14T12:57:18Z |