snapstorysaver

How it works

Paste a Snapchat username into the field at the top of any page here. A bare handle works, and so does @handle or a full snapchat.com/@handle link — all three resolve to the same profile.

What happens when you press the button

This site makes one request to Snapchat: it loads the public profile page, the same page anyone gets by visiting the profile in a browser. That page carries a block of data describing everything the account publishes — the public story, each highlight gallery, each spotlight clip, and the profile images — with a real file address on every item.

Those addresses are read out and handed to you. That is the whole server-side job.

Where the files actually come from

When you download something, your browser fetches it from Snapchat's servers directly. The bytes never travel through this site. You can confirm this yourself: open your browser's network tab before you save a file and watch the request go to cf-st.sc-cdn.net or bolt-gcdn.sc-cdn.net, not to snapstorysaver.com.

There is exactly one exception, and it is worth stating plainly. The profile picture and cover image sit on a Snapchat path that refuses cross-origin requests, so those two files — and only those two — are passed through this server. They are small, typically between 2 KB and 200 KB.

Zones

A busy profile is not a flat pile. One account measured while building this site returned 735 files spread across 20 separate galleries. So each gallery becomes a numbered zone: S1 for the public story, A1 through however many highlight galleries exist, and X1 for spotlight.

Only the first zone opens automatically. The rest stay closed until you open them, which is deliberate — a closed zone loads none of its thumbnails, and that is what keeps a 735-file profile from choking a phone.

Selecting and saving

Tap any item to select it; its tag lights up and stays lit. "Select all in zone" takes a whole gallery at once. When you are ready, the bar at the bottom saves them one at a time, straight from Snapchat, each under a filename carrying the account, the zone, the position and the date the snap was taken.

Your browser will likely ask once whether this site may download multiple files. That prompt is the browser's, not ours, and answering yes applies to the rest of the batch.

What it will not do

Only public content is reachable. If an account posts to its friends rather than publicly, its page carries no media and this tool returns nothing — correctly. There is no setting, no waiting, and no other tool that changes this. Anything claiming otherwise is not doing what it says.