TikTok 粉丝抓取器:公开粉丝列表,无需登录,每 1,000 粉丝 $0.50

传入一个 TikTok 用户名,返回公开粉丝列表,每个粉丝一行。每行包含 username、display_name、bio、verified 徽章、follower_count、following_count、头像 URL 和完整的 profile_url。无需登录或 API 密钥。每个目标主页最多 5,000 粉丝。

在 Apify 上打开 → 立即试用
价格
$0.0005/粉丝
内存
2048MB
覆盖
全球
每粉丝字段数
12
代理
Apify 住宅
反爬虫
签名端点

您可以抓取的内容

主要使用场景

API 示例

# 通过 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

集成

输出字段

字段类型示例
usernamestringfanaccount123
user_idstring6614519312189947909
display_namestringFan Account
biostringlove @mrbeast
verifiedbooleanfalse
follower_countinteger1,250
following_countinteger89
avatar_urlstringhttps://p16-common-sign.tiktokcdn-eu.com/...
profile_urlstringhttps://www.tiktok.com/@fanaccount123
source_profilestringmrbeast

相关抓取器

在 Apify 上打开 → 立即试用(免费套餐可用)