Snapchat Followers Scraper
Pricing
from $1.50 / 1,000 results
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
Maintained by CommunityActor stats
1
Bookmarked
215
Total users
13
Monthly active users
6 days ago
Last modified
Categories
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,
@usernamevalues, 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.
| Field | Description |
|---|---|
username | Snapchat username provided for the profile |
title | Profile title or available display title |
snapcodeImageUrl | Snapchat Snapcode image URL generated for the username |
badge | Badge value when available |
categoryStringId | Profile category information when available |
subcategoryStringId | Profile subcategory information when available |
subscriberCount | Public subscriber/follower count when available |
bio | Profile description or biography |
websiteUrl | Profile website or canonical website URL |
publicEmail | First email address detected in the public biography |
externalLinks | Website and links detected from the profile information |
profilePictureUrl | Profile picture URL |
address | Public address or location information when available |
hasCuratedHighlights | Indicates whether curated highlights are detected |
hasSpotlightHighlights | Indicates whether Spotlight highlights are detected |
mutableName | Available display or mutable name |
publisherType | Publisher/account type metadata when available |
squareHeroImageUrl | Square hero image URL when available |
primaryColor | Detected primary profile color |
hasStory | Indicates whether a story is detected |
creationTime | Profile creation time when available |
lastUpdateTime | Profile update time when available |
scrapedAt | Timestamp 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
publicEmailfield 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.
| Input | Type | Description |
|---|---|---|
usernames | Array of strings | One 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.jsondoes 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.
Can I scrape profile websites and external links?
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.
- contact me by email : alphascraper69@gmail.com