Snapchat User Stories Scraper
VIDEOSSOCIAL MEDIA
Snapchat User Stories Scraper
Scrape curated highlight stories from public Snapchat profiles. Provide a list of usernames and get direct media URLs, thumbnails, story titles, and creator metadata — one record per story snap. No login required.
What you get
Each result contains:
| Field | Description |
|---|---|
username |
Snapchat handle |
display_name |
Display name shown on the profile |
profile_url |
Full URL to the Snapchat profile |
avatar_url |
Profile avatar image URL |
story_id |
Unique identifier for this story or snap |
story_title |
Title of the story or highlight reel |
story_url |
Direct URL to the story viewer page |
thumbnail_url |
URL of the story thumbnail image |
media_url |
Direct URL to the story media (video or image) |
media_type |
Type of media — image or video |
snap_index |
Position of this snap within the story (0-based) |
subscriber_count |
Number of subscribers shown on the profile (when available) |
scraped_at |
ISO 8601 timestamp when the record was collected |
Input
Provide a list of Snapchat usernames:
{
"usernames": [
"taylorswift13",
"billieeilish",
"@selenagomez"
],
"maxItems": 100
}
Input fields
| Field | Required | Description |
|---|---|---|
usernames |
Yes | Array of Snapchat usernames (with or without @) or full profile URLs |
maxItems |
No | Maximum total story records to collect across all profiles. 0 = no limit. Default: 10 |
Tips
- You can mix formats: bare
username,@username, orhttps://www.snapchat.com/@username - If a profile has no public stories currently visible, the scraper returns one record with profile metadata (name and avatar) and null story fields
- Highlight reels and stories are both captured when available
Notes
- Only publicly available profile data is collected — no private snaps, DMs, or Stories visible only to friends
- Works for any public Snapchat account
- Concurrency is limited to 2 browser sessions to avoid detection