Download all images from any website instantly. Extract, preview, filter, and download website images individually or as a ZIP file using a modern Next.js web application.
Live Website: https://itsave.app
- Download all images from any website URL
- Bulk image downloader with ZIP export
- Preview images before downloading
- Select individual or multiple images
- Filter images by format (JPG, PNG, SVG, WebP, GIF, etc.)
- Supports lazy-loaded and background images
- Fast extraction using pure Node.js
- No login or account required
- Privacy-friendly — no data stored
- Responsive modern UI
The application can detect and extract images from:
<img src>tagssrcsetattributes- Lazy-loaded images (
data-src,data-original, etc.) - CSS background images
- Open Graph images (
og:image) - Twitter card images
- Website icons and favicons
- SVG files
<picture>and<source>elements
- Framework: Next.js 14
- Frontend: React.js
- Backend: Node.js API Routes
- Styling: Plain CSS
- ZIP Generation: Node.js
zlib - HTTP Requests: Native
httpandhttpsmodules
Clone the repository:
git clone https://github.com/bikan-chowdhury/bulk-image-downloader.gitMove into the project folder:
cd bulk-image-downloaderInstall dependencies:
npm installStart the development server:
npm run devOpen your browser:
http://localhost:3000Build the project:
npm run buildStart production server:
npm startDeploy instantly using Vercel:
npx vercelbulk-image-downloader/
├── components/
├── pages/
│ ├── api/
│ ├── index.js
│ ├── privacy.js
│ └── terms.js
├── public/
├── styles/
├── package.json
└── README.md- User enters a website URL
- Server fetches the webpage HTML
- The parser extracts all available image URLs
- Images are displayed in a responsive gallery
- Users can preview, select, and filter images
- Selected images can be downloaded individually or as a ZIP file
This project does not store user data, images, or URLs. All processing happens temporarily during extraction and download.
- Download website images in bulk
- Extract portfolio or gallery images
- Save blog and article images
- Collect design inspiration
- Backup website media
- Download product images from websites
Bulk Image Downloader, Website Image Downloader, Download Images from URL, Extract Images from Website, Image Scraper, Website Photo Downloader, Download All Images, Image Extractor Tool, Online Image Downloader
Contributions are welcome.
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License.
Created by Bikan Chowdhury.
GitHub Repository:
