# Snapchat Follower Count Scraper (`maximedupre/snapchat-followers-scraper`) Actor

Collect public Snapchat profile data from usernames, @usernames, or supported public-profile URLs. Get subscriber counts, profile details, public links, images, and Snapcode URLs in structured dataset rows. Follower lists are not included.

- **URL**: https://apify.com/maximedupre/snapchat-followers-scraper.md
- **Developed by:** [Maxime Dupré](https://apify.com/maximedupre) (community)
- **Categories:** Social media, Marketing, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.35 / 1,000 profiles

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

### 👻 Snapchat follower counts from public profiles

Social media analysts, creator teams, and developers can use **Snapchat Follower Count Scraper** to turn public Snapchat usernames, @usernames, and supported public-profile URLs into structured profile rows. Each row gives you the normalized username, subscriber count when Snapchat shows it, profile details, public links, images, and a Snapcode URL. This helps you compare public profiles and reuse the data in research and audience analysis.

- Compare public audience figures with **[Snapchat Subscriber Count](https://apify.com/maximedupre/snapchat-followers-scraper/examples/snapchat-subscriber-count)**.
- Check one public account and its available fields with **[Snapchat Profile Lookup](https://apify.com/maximedupre/snapchat-followers-scraper/examples/snapchat-profile-lookup)**.
- Collect structured metadata for one account with **[Snapchat Profile Data](https://apify.com/maximedupre/snapchat-followers-scraper/examples/snapchat-profile-data)**.
- Turn submitted profile identifiers into rows with **[Snapchat Followers Scraper](https://apify.com/maximedupre/snapchat-followers-scraper/examples/snapchat-followers-scraper)**.
- Review audience figures for a profile with **[Snapchat Followers](https://apify.com/maximedupre/snapchat-followers-scraper/examples/snapchat-followers)**.

#### 📊 Public Snapchat profile data

Each successfully collected row represents one public Snapchat profile. It includes the normalized username and required Snapcode URL, plus subscriber count, identity, bio, public contact and link data, images, category fields, location, activity indicators, and source-owned profile dates when Snapchat exposes them. The Actor does not collect follower or following lists.

**What you get**

Use the rows to compare public audience counts, review profile details, or pass normalized links and public contact fields into your own analysis.

#### ▶️ Turn profile identifiers into structured rows

1. Add one or more public Snapchat usernames, @usernames, or supported public-profile URLs to **Profile identifiers**.
2. Start with the prefilled `nba` value or replace it with the profiles you want to check.
3. Start the run and open `results` in the output panel.
4. Review the saved dataset rows. Optional fields can be absent when Snapchat does not expose them.

**Duplicate profiles**

If the same profile appears again through another submitted username form or URL in one run, the first eligible occurrence is saved and later duplicate matches are ignored.

#### ⚙️ Input

The input has one required field. Add one value per line in the input panel.

**Input fields**

| Field | Type | What it does |
| --- | --- | --- |
| `profileIdentifiers` | array of strings | Required. Add one or more Snapchat usernames, @usernames, or supported public-profile URLs. |

**Example input**

The successful default-input beta run used this input:

```json
{
  "profileIdentifiers": [
    "nba"
  ]
}
```

#### 🧾 Output

The output panel provides a `results` link to the `overview` view of the default Apify dataset.

**Actor output**

| Field | Type | What it does |
| --- | --- | --- |
| `results` | string | Opens collected public profile rows in the default dataset overview. |

**Dataset row**

The default dataset uses one row shape. Optional fields are omitted when Snapchat does not expose them.

| Field | Type | What it does |
| --- | --- | --- |
| `username` | string | Normalized Snapchat username for the public profile. |
| `title` | string | Public title shown for the profile, when available. |
| `displayName` | string | Public display name shown for the profile, when available. |
| `subscriberCount` | integer | Public subscriber or follower count, when available. |
| `bio` | string | Public biography or description shown on the profile, when available. |
| `email` | string | Public email displayed in the profile information, when available. |
| `websiteUrl` | string | Public website URL shown on the profile, when available. |
| `externalLinks` | array of objects | Public external links shown on the profile, when available. |
| `externalLinks[].label` | string | Public label for an external link, when available. |
| `externalLinks[].url` | string | Usable public URL for an external link. |
| `profileImageUrl` | string | Public profile-picture URL, when available. |
| `heroImageUrl` | string | Public hero-image URL, when available. |
| `snapcodeUrl` | string | Snapcode image URL for the normalized profile username. |
| `badge` | string | Public badge shown for the profile, when available. |
| `category` | string | Public profile category, when available. |
| `subcategory` | string | Public profile subcategory, when available. |
| `location` | string | Public location or address shown on the profile, when available. |
| `hasStory` | boolean | Whether Snapchat reports that a public story is available. |
| `hasSpotlight` | boolean | Whether Snapchat reports that public Spotlight content is available. |
| `hasCuratedHighlights` | boolean | Whether Snapchat reports that curated highlights are available. |
| `profileCreatedAt` | string | Source-owned profile creation time, when Snapchat exposes it. |
| `profileUpdatedAt` | string | Source-owned profile update time, when Snapchat exposes it. |

**Genuine dataset row**

This complete row came from the newest successful beta run. It is not shortened.

```json
{
  "username": "hannahwarling",
  "snapcodeUrl": "https://app.snapchat.com/web/deeplink/snapcode?username=hannahwarling&type=SVG&bitmoji=enable",
  "title": "Hannah Warling",
  "displayName": "Hannah Warling",
  "subscriberCount": 73600,
  "bio": "Style and fashion based in Los Angeles\nTikTok 900k+ YouTube 500k+ Instagram 180k+\nCollabs:\ncontacthannahwarling@gmail.com",
  "email": "contacthannahwarling@gmail.com",
  "websiteUrl": "https://linktr.ee/hannahwarling",
  "externalLinks": [
    {
      "url": "https://www.youtube.com/@hannahwarling"
    },
    {
      "url": "https://www.tiktok.com/@hannahwarling"
    },
    {
      "url": "https://www.linktr.ee/hannahwarling"
    }
  ],
  "profileImageUrl": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvMDRoWDFrWTlIczVOZTk1SFdobFdPP2JvPUVnMGFBQm9BTWdFRVNBSlFHV0FCJnVjPTI1._RS0,90_FMjpeg",
  "heroImageUrl": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvSjM2alQ0NVdJSWZOUllQOXFlM2VsP2JvPUVnMGFBQm9BTWdFRVNBSlFHV0FCJnVjPTI1._RS0,1080_FMjpeg",
  "badge": "1",
  "category": "public-profile-category-v3-people",
  "subcategory": "public-profile-subcategory-v3-creator",
  "location": "Los Angeles, CA",
  "hasStory": false,
  "hasSpotlight": true,
  "hasCuratedHighlights": true,
  "profileCreatedAt": "2022-03-19T02:27:23.505Z",
  "profileUpdatedAt": "2026-09-11T20:55:12.792Z"
}
```

#### 💳 Pricing

This Actor uses pay-per-event pricing. The primary `Profile` event is charged once for each successfully collected public profile saved to the default dataset. The price depends on your Apify plan and is shown in the Pricing tab before you run. No profile event is charged for an identifier that does not produce a saved profile row.

#### 🔌 Integrations

**Dataset access**

Use the `results` link in Apify or the Apify API to read the default dataset after a run. You can export the rows or pass them to your own workflow.

https://www.youtube.com/watch?v=bNACk1\_S\_6w\&list=PLObrtcm1Kw6MUrlLNDbK9QRg8VDJg0gOW\&index=4

#### ❓ FAQ

##### Can it collect a follower or following list?

No. It returns profile-level subscriber or follower counts when Snapchat exposes them. It does not collect a profile's follower or following list.

##### What happens when I submit the same profile more than once?

The first eligible occurrence is saved. Later matches for the same profile are ignored in that run, even when they use another username form or profile URL.

##### Can I enter a username, @username, or profile URL?

Yes. Add a bare username, an `@username`, or a supported public Snapchat profile URL. You can add more than one identifier in the same run.

##### Does it collect private Snapchat profiles?

No. It collects publicly available profile information only. Private or otherwise inaccessible profiles are not included.

##### Do I need a Snapchat login or source credential?

No. You do not provide a Snapchat login or source credential for the public profile data you submit.

##### Why are some fields missing?

Snapchat does not expose every profile field for every account. Optional values such as email, links, images, location, and dates can be absent when the source does not provide them.

##### Is there a profile limit in the input?

The input has no actor-defined profile limit. It processes the identifiers you submit, subject to public source availability and normal run settings.

### 📝 Changelog

**v0.0** (16-09-2026)

- Initial release.

### 🆘 Support

For issues, questions, or feature requests, [file a ticket](https://console.apify.com/actors/maximedupre~snapchat-followers-scraper/issues) and I'll fix or implement it in less than 24h 🫡

### 🔗 Related Actors

- [Snapchat Story Viewer](https://apify.com/maximedupre/snapchat-story-viewer) collects public stories and highlights for submitted profiles.
- [Snapchat User Spotlight Scraper](https://apify.com/maximedupre/snapchat-user-spotlight-scraper) collects public Spotlight videos from creator profiles.
- [Snapchat Hashtag Scraper](https://apify.com/maximedupre/snapchat-hashtag-scraper) finds public Spotlight videos from submitted hashtags.
- [Social Media Stats Checker](https://apify.com/maximedupre/social-media-stats-checker) compares public profile stats across supported social platforms.
- [Instagram Profile Stats Scraper](https://apify.com/maximedupre/instagram-profile-stats-scraper) collects public Instagram profile counts, bio links, and profile details.

**Made with ❤️ by Maxime Dupré**

# Actor input Schema

## `profileIdentifiers` (type: `array`):

Add one or more Snapchat usernames, @usernames, or supported public-profile URLs. Use one value per line.

## Actor input object example

```json
{
  "profileIdentifiers": [
    "nba"
  ]
}
```

# Actor output Schema

## `results` (type: `string`):

Open the result rows for collected Snapchat profiles.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "profileIdentifiers": [
        "nba"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("maximedupre/snapchat-followers-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "profileIdentifiers": ["nba"] }

# Run the Actor and wait for it to finish
run = client.actor("maximedupre/snapchat-followers-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "profileIdentifiers": [
    "nba"
  ]
}' |
apify call maximedupre/snapchat-followers-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,maximedupre/snapchat-followers-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/DQa3Z15rncsRA91yF/builds/QA2Bs6Q4Udqd6GhBY/openapi.json
