Snapchat Profile Scraper: Creator Data, No Login, $1 per 1,000 Profiles
Extract public Snapchat creator profiles in bulk. Returns display_name, bio (up to 500 chars), subscriber_count, avatar / Bitmoji URL, Official Story verified flag, and the external website URL parsed from the bio. Accept usernames, @handles or full web.snapchat.com URLs in the same input list. No Snapchat account, no API key.
Proxy
Direct or Apify proxy
What you can scrape
- Identity: username, display_name, profile_url (canonical web.snapchat.com URL)
- Bio block: bio text (up to 500 chars), website URL extracted from bio
- Audience: subscriber_count (null if Snapchat hides it)
- Trust: is_verified flag (Official Story badge)
- Media: avatar_url (Bitmoji or uploaded image), scraped_at timestamp
Primary use cases
- Creator outreach. Extract the website URL from a list of Snapchat creators to find landing pages and outreach emails
- Influencer database refresh. Re-snapshot subscriber_count and verified status to keep agency databases current
- Brand-account audit. Pull display_name and bio for your roster of brand handles to confirm consistent positioning
- Lookalike sourcing. Cross-reference Snapchat handles with TikTok and Twitter profiles for the same person
- Verified-badge filter. Filter is_verified=true to build a curated list of Official Story creators in a niche
API example
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
}'
Integrations
- n8n, Make, Zapier: trigger runs and route profile rows via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: usernames in, full creator profile CSV out
Output fields
| Field | Type | Example |
| 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 |
Related Actors