Snapchat 主页抓取器:创作者数据,无需登录,每 1,000 个主页 $1

批量抓取公开 Snapchat 创作者主页。返回 display_name、bio(最多 500 字符)、subscriber_count、头像 / Bitmoji URL、Official Story 认证标记,以及从 bio 解析出的外部网站 URL。同一输入列表内接受用户名、@handle 或完整 web.snapchat.com URL。无 Snapchat 账号、无 API 密钥。

在 Apify 上打开 → 立即试用
价格
$0.001/主页
内存
128MB
覆盖
全球
每主页字段数
9
代理
直连或 Apify 代理
反爬虫
SSR 重水合

您可以抓取的内容

主要使用场景

API 示例

# 通过 Apify API 启动运行
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~snapchat-profile-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "profileUrls": ["nasa", "@snapchat", "https://web.snapchat.com/@gucci"],
    "maxResults": 0
  }'

# 或通过 MCP 与 AI 代理配合使用:
# https://mcp.apify.com?tools=santamaria-automations/snapchat-profile-scraper

集成

输出字段

字段类型示例
usernamestringnasa
display_namestringNASA
biostringExplore the universe and discover our home planet.
subscriber_countinteger2,500,000
avatar_urlstringhttps://snapchat.com/bitmojis/...
is_verifiedbooleantrue
websitestringhttps://www.nasa.gov
profile_urlstringhttps://web.snapchat.com/@nasa
scraped_atstring2026-05-17T10:00:00Z

相关抓取器

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