Snapchat  Followers   Scraper avatar

Snapchat Followers Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Snapchat  Followers   Scraper

Snapchat Followers Scraper

Snapchat Followers Scraper extracts publicly available Snapchat profile data, including subscriber count, bio, profile image, website, public email, category, account type, story indicators, and timestamps. Scrape single or multiple profiles into structured JSON.

Pricing

from $1.50 / 1,000 results

Rating

5.0

(1)

Developer

Alpha Scraper

Alpha Scraper

Maintained by Community

Actor stats

1

Bookmarked

215

Total users

13

Monthly active users

6 days ago

Last modified

Share

πŸ” Snapchat Followers Scraper – Overview

Snapchat Followers Scraper is an Apify Actor designed to extract publicly available Snapchat profile metadata from one or multiple Snapchat usernames. It is useful for social media research, influencer analysis, profile discovery, audience research, competitive analysis, and structured Snapchat data collection.

The Actor accepts Snapchat usernames in several common formats, including a plain username, an @username, or a Snapchat profile URL. It normalizes the provided values and processes each unique username individually.

The resulting Snapchat profile data is returned as structured JSON records and is also stored in the Actor's Key-Value Store under the OUTPUT key. This makes the extracted profile information convenient to inspect and download from an Apify run.

πŸ’‘ What does Snapchat Followers Scraper extract?

  • Snapchat username
  • Profile title and display information
  • Subscriber/follower count when available
  • Profile biography
  • Public email found in the profile biography
  • Website and external links
  • Profile picture URL
  • Address or location information when available
  • Profile category and subcategory information
  • Badge information
  • Story and highlight availability indicators
  • Publisher/account type information
  • Hero image URL and profile color metadata
  • Profile creation and update timestamps when available
  • Scraping timestamp

The Actor focuses on profile-level metadata rather than posts, stories, chat data, private account information, or other non-profile content.


🧲 Snapchat Followers Scraper – Key Features

Snapchat Followers Scraper provides a structured way to collect profile information at scale while keeping the required input simple.

⭐ Key Features

  • Process one or multiple Snapchat usernames in a single run
  • Accept usernames, @username values, and Snapchat profile URLs
  • Automatically normalize profile identifiers
  • Remove duplicate usernames before processing
  • Extract Snapchat subscriber/follower counts when exposed publicly
  • Collect profile descriptions and publicly available profile metadata
  • Detect public email addresses appearing in profile biographies
  • Extract websites and external links
  • Return structured JSON profile records
  • Store aggregated results in the Apify Key-Value Store
  • Add a timestamp showing when each profile was scraped
  • Return an error record for a profile when that individual scrape fails

This makes the Snapchat Followers Scraper useful when you need more than just a username. Instead of manually opening profiles and recording information, you can submit a batch of profiles and receive structured records.

The Actor also handles common input variations, reducing the need to manually convert every Snapchat profile URL into a username before running a scrape.


πŸ‘€ Snapchat Followers Scraper – What Data Can You Extract?

The main value of Snapchat Followers Scraper is its profile metadata output. The Actor builds a structured record for each submitted Snapchat username.

FieldDescription
usernameSnapchat username provided for the profile
titleProfile title or available display title
snapcodeImageUrlSnapchat Snapcode image URL generated for the username
badgeBadge value when available
categoryStringIdProfile category information when available
subcategoryStringIdProfile subcategory information when available
subscriberCountPublic subscriber/follower count when available
bioProfile description or biography
websiteUrlProfile website or canonical website URL
publicEmailFirst email address detected in the public biography
externalLinksWebsite and links detected from the profile information
profilePictureUrlProfile picture URL
addressPublic address or location information when available
hasCuratedHighlightsIndicates whether curated highlights are detected
hasSpotlightHighlightsIndicates whether Spotlight highlights are detected
mutableNameAvailable display or mutable name
publisherTypePublisher/account type metadata when available
squareHeroImageUrlSquare hero image URL when available
primaryColorDetected primary profile color
hasStoryIndicates whether a story is detected
creationTimeProfile creation time when available
lastUpdateTimeProfile update time when available
scrapedAtTimestamp for the scraping operation

πŸ“Š Important data note

Snapchat profile fields depend on what information is publicly available for a given profile. Some fields may be empty, unavailable, or different between profiles. The Actor does not claim that every field will be populated for every Snapchat account.

The subscriberCount value is formatted into a compact representation where appropriate, such as 1.5k or 2M, rather than always returning a long numeric representation.


πŸš€ Snapchat Followers Scraper – How to Use It

Using Snapchat Followers Scraper is straightforward.

1. Add Snapchat usernames

Open the Actor input and provide one or more values in the Profile usernames field.

You can use plain usernames, @username values, or complete Snapchat profile URLs.

2. Start the Actor

Run the Actor from Apify with your selected input. Each unique username is processed separately.

3. Review the results

For successful profiles, the Actor produces structured profile data. When a profile cannot be scraped successfully, the Actor can return a record containing the username, an error value, and a scraping timestamp.

4. Access the stored output

The aggregated results are also written to the Apify Key-Value Store using the OUTPUT key.

πŸ—‚οΈ Output storage

  • Individual profile results are pushed during the Actor run.
  • The complete aggregated result set is stored as JSON under OUTPUT.
  • The Key-Value Store can be opened from the corresponding Apify run.

This workflow is suitable for both small one-off Snapchat profile research and larger batches of publicly available profile metadata.


πŸ”— How to Extract Snapchat Profile Data from Usernames

The easiest approach is to provide the Snapchat usernames directly in the Actor input.

For example:

{
"usernames": [
"mohsenalnssar",
"@loganpaul",
"rekhak4242",
"https://www.snapchat.com/@realmadrid"
]
}

The Actor normalizes these different formats before processing them.

This means you do not need to manually convert a Snapchat profile URL such as:

https://www.snapchat.com/@realmadrid

into:

realmadrid

The Actor handles that normalization automatically.

Duplicate usernames are also removed before processing, helping prevent the same profile from being processed repeatedly within one run.


πŸ”Ž Can Snapchat Followers Scraper Extract Subscriber Counts?

Yes, the Actor attempts to extract a publicly available subscriber/follower count and stores it in the subscriberCount field.

The exact availability of this information depends on the Snapchat profile and what Snapchat makes publicly accessible at the time of collection.

For example, a result may contain:

{
"username": "exampleuser",
"subscriberCount": "25k"
}

This field should be treated as profile metadata rather than a guaranteed real-time audience measurement for every Snapchat account.


πŸ“§ Can Snapchat Followers Scraper Find Public Emails?

Yes. The Actor checks the public profile biography for an email address and stores the first detected address in publicEmail.

This can be useful for publicly available business contact research, creator discovery, and influencer outreach workflows.

For example:

{
"username": "exampleuser",
"publicEmail": "creator@example.com"
}

πŸ” Privacy note

The Actor is intended for publicly available profile information. The publicEmail field reflects an email address found in publicly available profile content; it is not a mechanism for accessing private contact information.


🧩 Snapchat Followers Scraper – Input

The documented Actor input contains one primary field.

InputTypeDescription
usernamesArray of stringsOne or multiple Snapchat usernames or profile URLs

Example input

{
"usernames": [
"mohsenalnssar",
"@loganpaul",
"rekhak4242",
"https://www.snapchat.com/@realmadrid"
]
}

βœ… Recommended input format

  • Use one Snapchat username per array item.
  • You may include @ before a username.
  • You may use full Snapchat profile URLs.
  • Avoid unnecessary whitespace.
  • Duplicate values are automatically removed by the Actor.

The Actor configuration officially exposes usernames as the user-facing input field, so this is the recommended format for normal Actor usage.


πŸ“¦ Snapchat Followers Scraper – Output Example

A successful profile result can look similar to the following:

{
"username": "exampleuser",
"title": "Example Profile",
"snapcodeImageUrl": "https://app.snapchat.com/web/deeplink/snapcode?...",
"badge": null,
"categoryStringId": "",
"subcategoryStringId": "",
"subscriberCount": "12.5k",
"bio": "Creator and public profile",
"websiteUrl": "https://example.com",
"publicEmail": "creator@example.com",
"externalLinks": [
{
"type": "website",
"url": "https://example.com"
}
],
"profilePictureUrl": "https://example.com/profile.jpg",
"address": "",
"hasCuratedHighlights": false,
"hasSpotlightHighlights": true,
"mutableName": "Example Creator",
"publisherType": "creator",
"squareHeroImageUrl": "",
"primaryColor": "#000000",
"hasStory": true,
"creationTime": "",
"lastUpdateTime": "",
"scrapedAt": "2026-09-09T00:00:00Z"
}

Values shown in this example are illustrative. Actual values depend on the Snapchat profile being processed.


🎯 Snapchat Followers Scraper – Use Cases

Snapchat Followers Scraper can support a variety of public-data research workflows.

πŸ“£ Influencer and Creator Research

Collect profile names, subscriber counts, descriptions, websites, public contact information, and account metadata for creator discovery.

πŸ“Š Audience Research

Use publicly available subscriber counts and profile metadata to organize Snapchat profiles for market or audience research.

🏒 Competitor Research

Build structured datasets of competing public profiles and compare available profile information such as category, publisher type, bio, links, and audience indicators.

🀝 Influencer Outreach

Public website links and publicly listed email addresses can help organize creator outreach research without manually checking every profile.

πŸ” Profile Discovery

Collect metadata from a list of Snapchat usernames to create a searchable internal dataset of publicly available profiles.

πŸ—ƒοΈ Data Collection

Use structured JSON output for projects that need standardized Snapchat profile records rather than manually copied information.

πŸ’‘ Why use this Actor?

  • Reduce repetitive manual profile research
  • Standardize Snapchat profile information
  • Process multiple usernames in one run
  • Keep results organized as structured JSON
  • Store aggregated results in the Apify Key-Value Store
  • Reuse collected profile data in broader research workflows

βš™οΈ How Snapchat Followers Scraper Processes Profiles

The Actor first reads the submitted username list and normalizes each value into a usable Snapchat profile identifier.

It then processes the unique usernames and extracts available public profile metadata. The resulting profile object is pushed as structured data during the run.

After processing the submitted profiles, the aggregated results are written to the Key-Value Store under the OUTPUT key.

The Actor also records scrapedAt for successful profile records and error records, making it easier to identify when a result was collected.


πŸ’° Snapchat Followers Scraper – Pricing

πŸ’³ Pricing information

  • No fixed price or per-result price is declared in the supplied Actor configuration.
  • The provided actor.json does not specify a custom pricing amount.
  • Actual Apify usage cost should therefore be determined from the Actor's current Apify Store pricing and your Apify account usage.

No unsupported pricing claim is made here because a specific price cannot be verified from the provided Actor files.


⚠️ Snapchat Followers Scraper – Tips and Important Notes

For reliable results, use valid public Snapchat usernames or profile URLs.

Profile availability and individual field coverage can change depending on the public information exposed by Snapchat.

πŸ“ Important Notes

  • Not every profile will contain every data field.
  • Subscriber/follower counts may be unavailable for some profiles.
  • Public email extraction depends on an email being present in the profile's public biography.
  • Website and external-link fields depend on publicly available profile information.
  • Address information may be empty when no public location information is available.
  • Profile creation and update timestamps may not be available for every account.
  • An unsuccessful profile request can produce an error record instead of a complete profile record.
  • The Actor is designed for publicly available profile metadata rather than private Snapchat information.

Using a clean list of usernames is generally the simplest way to maintain predictable input and output.


❓ Frequently Asked Questions About Snapchat Followers Scraper

What is Snapchat Followers Scraper?

Snapchat Followers Scraper is an Apify Actor for extracting publicly available Snapchat profile metadata from one or multiple usernames.

It can collect information such as subscriber count, profile title, biography, website, public email, profile image, category information, publisher type, story indicators, and timestamps when those values are publicly available.

How do I scrape multiple Snapchat profiles at once?

Provide multiple values in the usernames array. Each array element can contain a plain username, an @username, or a Snapchat profile URL.

The Actor normalizes the submitted values, removes duplicates, and processes the resulting profile list.

Can I use a Snapchat profile URL as input?

Yes. A full Snapchat profile URL can be supplied in the usernames array.

For example:

{
"usernames": [
"https://www.snapchat.com/@exampleuser"
]
}

What Snapchat follower data does the Actor provide?

The Actor attempts to populate the subscriberCount field from publicly available profile information.

The returned value is formatted as a compact count when appropriate, such as 10k or 1.2M.

Does Snapchat Followers Scraper extract public email addresses?

Yes. The Actor looks for an email address within the publicly available profile biography and returns the first matching address in publicEmail.

Only publicly exposed profile information is relevant to this field.

Where is the Snapchat scraping output stored?

Profile records are pushed during the run, and the Actor also stores the complete aggregated result set in the Apify Key-Value Store under the OUTPUT key.

What happens when a Snapchat profile cannot be scraped?

The Actor can return an error record containing the affected username, error information, and scrapedAt timestamp.

This makes failed profile processing visible instead of silently treating it as a successful profile result.

Yes. The Actor can collect a profile website and build an externalLinks array containing available website or biography links.

Does the Actor extract Snapchat posts or stories?

The documented purpose of this Actor is Snapchat profile metadata. It does not provide a general Snapchat posts scraper or full story archive.

The output includes boolean-style indicators such as hasStory, hasCuratedHighlights, and hasSpotlightHighlights when detectable, but these fields do not represent complete story or highlight content extraction.

What should I do when some profile fields are empty?

Empty fields generally mean the corresponding information was not available or could not be identified for that profile at collection time.

Different Snapchat profiles can expose different amounts of public metadata, so empty values are expected in some records.


πŸ› οΈ Support

This Actor is intended to provide structured Snapchat profile data through a simple username-based workflow. For questions, issues, or requests regarding additional data requirements, contact the developer directly.