A carousel post is an Instagram post that contains multiple photos or videos — up to 10 items in a single post. Viewers swipe horizontally through the items inside the Instagram app. Carousel posts are popular for photo dumps, step-by-step tutorials, before-and-after comparisons, event recaps, and any content where one image is not enough.
Saving a carousel post inside the Instagram app is painful. The app's Save button only bookmarks the post — it does not download the files. If you want to actually save the photos or videos to your device, you need a third-party tool. And most third-party tools only download the first item of a carousel, leaving you to manually fetch the rest one by one.
FastDL App's carousel downloader solves this. Paste the carousel post URL, and you get a grid of every item in the post. Each item has its own download button. A "Download All" button at the top queues every item for download in one click — usually completing in under 5 seconds for a 10-item carousel on a 50 Mbps connection.
How to download all photos from an Instagram carousel
The workflow is the same on iPhone, Android and desktop. Here is the step-by-step:
- Step 1 — Copy the carousel URL: In Instagram, tap the three dots (•••) above the carousel post and choose "Copy link". The URL looks like instagram.com/p/CxYz12345/ — same format as a regular post.
- Step 2 — Paste on this page: Open fastdlapp.pro/carousel and paste the URL into the input box above. The tool detects it's a carousel automatically.
- Step 3 — Press Download: FastDL App fetches every item in the carousel from Instagram's CDN — typically in under 2 seconds total for a 10-item post.
- Step 4 — Download All or pick items: Hit "Download All" to grab everything in one click. Or use the individual Download button under each thumbnail to save only specific items.
Mixed carousels: photos and videos together
Carousel posts can mix photos and videos in any order — for example, a creator might post a video intro followed by 5 supporting photos, or a 3-photo teaser followed by a 30-second video clip. FastDL App detects each item's type automatically and labels it with a "JPG" or "MP4" badge in the top-right corner of each thumbnail.
For video items, you get the original HD MP4 (typically 1080p vertical) with the original AAC audio track. For photo items, you get the original full-resolution JPG (typically 1080×1350 for portrait, 1080×1080 for square, 1080×566 for landscape). Each file is saved with its original quality — no recompression, no watermark, no FastDL branding.
You can choose to download only the videos, only the photos, or everything. The "Download All" button grabs every item regardless of type. If you want only videos, click each video's individual download button (videos are marked with a play icon overlay on their thumbnail).
Why most other carousel downloaders fail (and how we don't)
The most common failure mode for carousel downloaders is that they only fetch the first item of the carousel. This happens because Instagram loads carousel items lazily — only the first item is in the initial page HTML, and the rest are fetched via JavaScript as the user swipes. A naive scraper that just parses the HTML will miss items 2–10.
FastDL App's backend uses a proper headless-extraction approach that fetches all carousel items regardless of how Instagram loads them. We parse the underlying JSON-LD and GraphQL response, which contains every item in the carousel upfront. This means we consistently deliver all 10 items for any carousel post — not just the first one.
Another common failure: items downloaded in the wrong order. Some downloaders save items in the order they appear in the JSON, not the order they appear in the carousel. FastDL App preserves the original carousel order — item 1 is item 1, item 10 is item 10. The filenames include the position number (e.g., instagram_carousel_1.jpg, instagram_carousel_2.mp4) so you can reconstruct the carousel sequence after downloading.
Frequently asked questions about carousel downloads
These are the questions we get most often about the carousel downloader. For broader questions about FastDL App, see the full FAQ on the homepage.