批量抓取公开 Snapchat 创作者主页。返回 display_name、bio(最多 500 字符)、subscriber_count、头像 / Bitmoji URL、Official Story 认证标记,以及从 bio 解析出的外部网站 URL。同一输入列表内接受用户名、@handle 或完整 web.snapchat.com URL。无 Snapchat 账号、无 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
| 字段 | 类型 | 示例 |
|---|---|---|
| username | string | nasa |
| display_name | string | NASA |
| bio | string | Explore the universe and discover our home planet. |
| subscriber_count | integer | 2,500,000 |
| avatar_url | string | https://snapchat.com/bitmojis/... |
| is_verified | boolean | true |
| website | string | https://www.nasa.gov |
| profile_url | string | https://web.snapchat.com/@nasa |
| scraped_at | string | 2026-05-17T10:00:00Z |