Snapchat Email Scraper avatar

Snapchat Email Scraper

Pricing

from $5.00 / 1,000 profile scrapeds

Go to Apify Store
Snapchat Email Scraper

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

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

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:

  1. Fetches the public profile at snapchat.com/@<username> (HTTP-only, no login).
  2. Extracts profile data: name, bio, subscriber count, verified status, category, linked website, social links, related accounts.
  3. (Optional, on by default) Visits the linked website and crawls its home, contact, about, and impressum pages to find contact emails and phone numbers.
  4. 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

  1. Open the Input tab.
  2. Paste Snapchat usernames or profile URLs into the usernames field (one per line).
  3. Leave Extract emails from linked website on to get the most emails (turn it off for a faster, profile-only run).
  4. Click Start. Download results as JSON, CSV, Excel, or HTML, or pull them via the API.

Input

FieldTypeDescription
usernamesarraySnapchat usernames (kyliejenner), @handles (@nba), or profile URLs. Required.
enrichEmailsbooleanCrawl each linked website for emails/phones. Default true.
maxWebsitePagesPerProfileintegerWebsite pages to crawl per profile (1–8). Default 4.
maxProfilesintegerHard cap on profiles scraped/billed per run. Default 200.
proxyConfigurationobjectProxy 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

FieldDescription
username / displayNameHandle and display name
bioProfile bio text
verifiedSnapchat verified badge
subscriberCountSubscriber count when published
category / subcategorySnapchat category labels
websiteUrlLinked website (normalized to https)
socialLinksOther linked social URLs
relatedUsernamesSuggested/related accounts (great for discovery)
emailsDeduplicated contact emails (bio + website)
phonesDeduplicated phone numbers
emailSourcebio, website, bio+website, or none
enrichedFromURLs crawled during enrichment
scrapedAtISO 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 enrichEmails on for the highest email yield; turn it off to scrape profiles only, faster and cheaper.
  • Use relatedUsernames from one run as input to the next to expand your list of creators in a niche.
  • Lower maxWebsitePagesPerProfile to 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.