Snapchat Story Viewer avatar
Snapchat Story Viewer

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Snapchat Story Viewer

Snapchat Story Viewer

Anonymous Snapchat story viewer for public profiles. This actor fetches public Snapchat stories from one or more usernames, extracts media URLs and metadata, and saves everything into an Apify dataset.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

34

Total users

5

Monthly active users

5 days ago

Last modified

Share

Snapchat Story Viewer (Apify Actor) πŸ“²

An anonymous Snapchat story viewer built as an Apify actor. View and export public Snapchat stories from multiple usernames in one run β€” no Snapchat login required.


πŸ“š Table of Contents

  1. Overview
  2. Key Features
  3. Input Configuration
  4. Output & Dataset Structure
  5. How to Run on Apify
  6. Use Cases
  7. FAQ

πŸ” Overview

The Snapchat Story Viewer actor lets you:

  • Fetch public Snapchat stories from one or more usernames.
  • View stories without logging into Snapchat.
  • Save all data to an Apify dataset for download (JSON, CSV, Excel, etc.).

This is ideal for creators, analysts, and marketers who want to monitor public Snapchat content safely and programmatically.


⭐ Key Features

FeatureDescription
πŸ§‘β€πŸ€β€πŸ§‘ Multiple usernamesFetch stories from many Snapchat usernames in a single run.
πŸ” No login requiredWorks only with public profiles, no Snapchat account needed.
πŸ”— Smart username parsingAccepts plain usernames or full Snapchat profile URLs.
πŸ“Š Structured datasetSaves clean, structured story and snap data to Apify dataset.
πŸ–ΌοΈ Media metadataIncludes media URLs, thumbnails, timestamps, and basic metadata.

🧾 Input Configuration

This actor uses a single input field: an array of usernames.

usernames (required)

  • Type: array of strings
  • Editor: string list (add usernames with the + button)
  • Description: Snapchat usernames or full profile URLs.

βœ… Example – Basic input

{
"usernames": [
"loren",
"kyliejenner",
"shumate.anna"
]
}

βœ… Example – With profile URLs

{
"usernames": [
"https://www.snapchat.com/@loren",
"https://www.snapchat.com/@kyliejenner"
]
}

The actor will automatically extract the username from supported Snapchat URLs.


πŸ“¦ Output & Dataset Structure

All results are stored in the default Apify dataset. You can export data as JSON, CSV, or Excel.

Each story entry typically looks like this (simplified):

{
"username": "loren",
"fetchedAt": "2025-10-08T01:35:02.687Z",
"storyIndex": 1,
"storyTitle": "kendall's 30th birthday",
"storyType": 3,
"highlightId": "7b67f3a6-87f6-4a98-8cab-16a9bd6caf30",
"thumbnailUrl": "https://...",
"snapCount": 17,
"snaps": [
{
"snapIndex": 0,
"mediaType": "image",
"mediaUrl": "https://...",
"previewUrl": "https://...",
"timestamp": "1762406924"
}
]
}

Main fields

FieldTypeDescription
usernamestringSnapchat username processed.
fetchedAtstring (ISO datetime)When the data was fetched.
storyIndexnumberStory order for that username.
storyTitlestringTitle of the story or highlight.
highlightIdstringHighlight identifier (if available).
snapCountnumberTotal snaps in the story.
snapsarrayList of snaps with media URLs and metadata.

▢️ How to Run on Apify

  1. Open the actor on Apify.
  2. Go to the Input tab.
  3. In Snapchat Usernames, add one or more usernames or profile URLs:
    • loren
    • kyliejenner
    • https://www.snapchat.com/@shumate.anna
  4. Click Run.
  5. After the run finishes, open the Dataset tab to view or download results.

You can also schedule this actor using Apify schedules to monitor profiles regularly.


πŸ’‘ Use Cases

  • πŸ“ˆ Social media research – Track how public Snapchat profiles post content over time.
  • 🎨 Content inspiration – Discover visual ideas, trends, and formats from public stories.
  • πŸ—‚οΈ Story archiving – Save public stories and highlights into your own research archive.
  • πŸ” Brand & creator monitoring – Observe public activity of influencers or brands.

❓ FAQ

Q: Do I need a Snapchat account to use this actor?
A: No. The actor works only with public profiles and does not log in to Snapchat.

Q: Can this actor see private stories or friends-only content?
A: No. It can only access publicly available Snapchat stories and highlights.

Q: How many usernames can I add in one run?
A: By default, the input supports 1–50 usernames in the usernames array.

Q: Where can I download the data?
A: After the run, go to the actor run Dataset on Apify, and export as JSON, CSV, or Excel.

Q: What if a username is invalid or has no public stories?
A: The dataset will contain an item with success: false and a human-readable error message for that username.


  • Snapchat Story Viewer, anonymous Snapchat stories, view Snapchat stories without account, download Snapchat stories dataset, and Apify actor keywords.

If you have issues or suggestions, please use the Apify actor page to report them or contact the author through Apify.