Snapchat Story Downloader
Snapchat Story & Media API lets you fetch Snapchat content programmatically. It supports two modes: by username and by share URL. By username: Send a Snapchat username and receive their 24-hour stories, curated highlights, spotlight content, and profile details. Useful for dashboards, analytics, and content aggregation. By URL: Pass a Snapchat share link (t.snapchat.com or story.snapchat.com)…
Snapchat Story Downloader endpoints
| Method | Endpoint | Description |
|---|---|---|
| By Username | ||
| GET |
By Username /user/{username} |
Fetch stories, highlights, and user info by Snapchat username. Pagination: page (default 1), limit (default 400). |
| By URL | ||
| GET |
Exact Snap by url /snap/exact |
Return only the exact snap the share URL points to (single media). |
| GET |
Exact Snap + full media /snap/all |
One call: exact snap first + full media list. Best for speed. |
| GET |
All Snaps /snap |
Extract all snaps from a story/highlight URL (48h filter for story). |
| GET |
Proxy /proxy |
Stream media (image/video) from Snapchat CDN with correct headers. |
Snapchat Story Downloader pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $15 / month | — |
|
| MEGA | $30 / month | — |
|