传入一个 TikTok 用户名,返回公开粉丝列表,每个粉丝一行。每行包含 username、display_name、bio、verified 徽章、follower_count、following_count、头像 URL 和完整的 profile_url。无需登录或 API 密钥。每个目标主页最多 5,000 粉丝。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~tiktok-followers-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "profiles": ["mrbeast"], "maxFollowersPerProfile": 500, "maxScrollsPerProfile": 30 }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/tiktok-followers-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| username | string | fanaccount123 |
| user_id | string | 6614519312189947909 |
| display_name | string | Fan Account |
| bio | string | love @mrbeast |
| verified | boolean | false |
| follower_count | integer | 1,250 |
| following_count | integer | 89 |
| avatar_url | string | https://p16-common-sign.tiktokcdn-eu.com/... |
| profile_url | string | https://www.tiktok.com/@fanaccount123 |
| source_profile | string | mrbeast |