Universal X Carousel & Slideshow Downloader (ZIP & MP3 Extraction)
X (Twitter) multi-image tweets attach up to four high-resolution photos in a single post via media_entities. Instabatch parses the tweet's extended_entities payload and fetches every image from X's pbs.twimg.com CDN — no login, no compression, no watermarks.
Preview all tweet images in our gallery viewer, download individual photos, or save the complete multi-image set as a Zero-Compression ZIP. Decoupled Auth keeps your X account completely out of the download flow.
1. Find the Tweet
Open the multi-image tweet on x.com, tap Share, and copy the tweet URL (x.com/username/status/...).
2. Paste the Link
Drop the tweet link into the input above. Our engine resolves all media_entities CDN URLs server-side.
3. Download All Images
Browse the gallery, save individual tweet photos, or download the complete set as a ZIP.
Key Features
- Multi-Image Tweet Parsing: Extracts all photos from X tweets with multiple media_entities attachments.
- pbs.twimg.com CDN Fetch: Pulls original-resolution images directly from X's CDN without UI watermark overlays.
- Zero-Compression ZIPs: Download all tweet images in one ZIP folder — raw JPG/PNG files, no extra compression.
- Individual Photo Picks: Preview and download specific images from a multi-photo tweet without grabbing the rest.
- Decoupled Auth: No X login or API token required — anonymous server-side extraction.
- Magic Byte Verified: Header sniffing confirms JPEG/PNG/GIF format on every downloaded asset.
Instabatch
How do I download all photos from a multi-image X tweet as a ZIP?
Copy the x.com/status/ link, paste it above, and click download. We parse the tweet's media_entities array, fetch each image from pbs.twimg.com, and package them into a Zero-Compression ZIP.
How does Decoupled Auth work for X multi-image tweet downloads?
Instabatch resolves the tweet ID server-side, extracts signed CDN URLs from the media metadata, and streams each image through our infrastructure. Your X session cookies and login credentials are never involved.
Does X notify the tweeter when I download their multi-image post?
No. Server-side CDN extraction does not register as a bookmark, screenshot, or in-app save. X's notification system is not triggered because the fetch happens on our server, not through the X client.
What resolution are X tweet image downloads?
We retrieve the largest available pbs.twimg.com variant — typically ?format=jpg&name=orig for full original resolution. Aspect ratios are preserved without recompression.
Can I download just one photo from a multi-image tweet?
Yes. Our gallery viewer displays every attached image as an individual swipeable slide. Download specific photos or use Download ALL (ZIP) for the complete media_entities set.
What does the Magic Byte sniffer verify for X CDN downloads?
After each pbs.twimg.com fetch, our server inspects the file header for JPEG (\xff\xd8\xff), PNG, or GIF (GIF8) magic bytes — confirming you received the raw CDN asset, not a degraded thumbnail proxy.