Snapchat Story Viewer
Pricing
from $5.00 / 1,000 results
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
Actor stats
0
Bookmarked
34
Total users
5
Monthly active users
5 days ago
Last modified
Categories
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
- Overview
- Key Features
- Input Configuration
- Output & Dataset Structure
- How to Run on Apify
- Use Cases
- 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
| Feature | Description |
|---|---|
| π§βπ€βπ§ Multiple usernames | Fetch stories from many Snapchat usernames in a single run. |
| π No login required | Works only with public profiles, no Snapchat account needed. |
| π Smart username parsing | Accepts plain usernames or full Snapchat profile URLs. |
| π Structured dataset | Saves clean, structured story and snap data to Apify dataset. |
| πΌοΈ Media metadata | Includes 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
| Field | Type | Description |
|---|---|---|
username | string | Snapchat username processed. |
fetchedAt | string (ISO datetime) | When the data was fetched. |
storyIndex | number | Story order for that username. |
storyTitle | string | Title of the story or highlight. |
highlightId | string | Highlight identifier (if available). |
snapCount | number | Total snaps in the story. |
snaps | array | List of snaps with media URLs and metadata. |
βΆοΈ How to Run on Apify
- Open the actor on Apify.
- Go to the Input tab.
- In Snapchat Usernames, add one or more usernames or profile URLs:
lorenkyliejennerhttps://www.snapchat.com/@shumate.anna
- Click Run.
- 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.