Snapchat Email Scraper
Pricing
from $5.00 / 1,000 profile scrapeds
Snapchat Email Scraper
Scrape public Snapchat creator and brand profiles by username or URL and extract contact emails from the bio, linked website, and social links. MCP/API-ready.
Pricing
from $5.00 / 1,000 profile scrapeds
Rating
0.0
(0)
Developer
Khadin Akbar
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape public Snapchat creator and brand profiles and pull their contact emails — by username or profile URL. The Snapchat Email Scraper reads each public profile (display name, bio, subscriber count, verified badge, category, linked website, social links) and then crawls the linked website's contact and about pages to extract business emails and phone numbers. Built for influencer-marketing and B2B lead generation, it turns a list of Snapchat handles into a contactable lead list.
Runs on the Apify platform: API access, scheduling, proxy rotation, integrations (Make, Zapier, n8n, Google Sheets), and an MCP endpoint for AI agents. No Snapchat login or cookies required.
What does Snapchat Email Scraper do?
Give it Snapchat usernames or profile URLs. For each one it:
- Fetches the public profile at
snapchat.com/@<username>(HTTP-only, no login). - Extracts profile data: name, bio, subscriber count, verified status, category, linked website, social links, related accounts.
- (Optional, on by default) Visits the linked website and crawls its home, contact, about, and impressum pages to find contact emails and phone numbers.
- Returns one structured record per profile with a deduplicated
emails[]array.
It does not scrape snaps, stories, or Spotlight videos, and it does not access private accounts or friend lists — only public profile data.
Why use Snapchat Email Scraper?
- Influencer outreach — build a contactable list of Snapchat creators in your niche.
- Brand partnerships — find the press/business email behind a brand's Snapchat presence.
- B2B lead generation — enrich a list of Snapchat business profiles with website + email.
- Competitive research — capture verified status, subscriber counts, and categories at scale.
How to use Snapchat Email Scraper
- Open the Input tab.
- Paste Snapchat usernames or profile URLs into the
usernamesfield (one per line). - Leave Extract emails from linked website on to get the most emails (turn it off for a faster, profile-only run).
- Click Start. Download results as JSON, CSV, Excel, or HTML, or pull them via the API.
Input
| Field | Type | Description |
|---|---|---|
usernames | array | Snapchat usernames (kyliejenner), @handles (@nba), or profile URLs. Required. |
enrichEmails | boolean | Crawl each linked website for emails/phones. Default true. |
maxWebsitePagesPerProfile | integer | Website pages to crawl per profile (1–8). Default 4. |
maxProfiles | integer | Hard cap on profiles scraped/billed per run. Default 200. |
proxyConfiguration | object | Proxy settings. Defaults to Apify datacenter proxy. |
Example input:
{"usernames": ["kyliejenner", "nba", "https://www.snapchat.com/add/redbull"],"enrichEmails": true,"maxWebsitePagesPerProfile": 4,"maxProfiles": 200}
Output
Each profile becomes one dataset item. You can download the dataset in JSON, CSV, Excel, or HTML.
{"query": "redbull","username": "redbull","profileUrl": "https://www.snapchat.com/@redbull","found": true,"profileType": "publicProfileInfo","displayName": "Red Bull","bio": "#givesyouwiiings","category": "public-profile-category-v3-product-brand","verified": true,"subscriberCount": 1764200,"websiteUrl": "https://www.redbull.com/","socialLinks": [],"relatedUsernames": [],"emails": ["press@redbull.com"],"phones": [],"emailSource": "website","enrichedFrom": ["https://www.redbull.com/", "https://www.redbull.com/contact"],"scrapedAt": "2026-06-30T10:00:00.000Z"}
Data fields
| Field | Description |
|---|---|
username / displayName | Handle and display name |
bio | Profile bio text |
verified | Snapchat verified badge |
subscriberCount | Subscriber count when published |
category / subcategory | Snapchat category labels |
websiteUrl | Linked website (normalized to https) |
socialLinks | Other linked social URLs |
relatedUsernames | Suggested/related accounts (great for discovery) |
emails | Deduplicated contact emails (bio + website) |
phones | Deduplicated phone numbers |
emailSource | bio, website, bio+website, or none |
enrichedFrom | URLs crawled during enrichment |
scrapedAt | ISO 8601 timestamp |
Pricing — how much does it cost to scrape Snapchat?
This actor uses pay-per-event pricing (plus pay-per-usage for very large jobs):
- $0.005 per profile scraped
- $0.02 per profile that yields at least one email (charged once per profile, max)
- $0.00005 actor start fee
A 200-profile run where half yield an email costs roughly $1 + $2 = ~$3. The run prints an upfront cost cap and a final billed total in the log. Set maxProfiles to bound spend.
Email yield depends on the profile. Creators and small businesses that publish a contact email (in bio or on their website) convert well; large brands that only use contact forms may return profile data without an email.
Tips
- Keep
enrichEmailson for the highest email yield; turn it off to scrape profiles only, faster and cheaper. - Use
relatedUsernamesfrom one run as input to the next to expand your list of creators in a niche. - Lower
maxWebsitePagesPerProfileto 1–2 for speed; raise it to 6–8 for thorough email discovery on large sites.
For AI agents (MCP)
This actor is MCP-ready. One Snapchat username or URL in, one structured profile record (with emails[]) out. Use it to enrich Snapchat creators/brands with contact data. For snaps/stories use a Spotlight scraper instead.
FAQ, disclaimer & support
- Does it need a Snapchat login or cookies? No. It reads only public profile pages.
- Does it scrape private accounts, friends, or snaps? No. Public profile data only.
- Why did some profiles return no email? The profile may not link a website, or the website only exposes a contact form. The profile data is still returned.
- Legal: Scrape only public data and use it in compliance with Snapchat's Terms, the GDPR/CCPA, and applicable anti-spam laws. You are responsible for how you use scraped contact data. This actor does not access private or login-gated content.
Found a bug or need a field added? Open an issue on the Issues tab.