IS
InstaSave
Preview · starter template
Download public Instagram media — demo UI
Paste an Instagram post / reel / story URL below. This frontend sends the URL to your backend which must fetch the media and return JSON with download links. Important: ensure you comply with Instagram's Terms of Service and copyright law.
How it works (frontend)
- User pastes URL and clicks Fetch.
- Frontend POSTs to
/api/fetchwith JSON { url, prefer_hd }. - Backend validates URL, scrapes provider or uses official API, responds with JSON { items: [{type, thumbnail, download_url, filename, mime}] }.
- Frontend shows previews and a Download button (opens download_url).
This repo is a starter frontend only. Below (commented) is a small Node/Express example for the backend.
0 Comments
please do not enter any spam link in the comment box.