A simple web application to search, preview, and download images from multiple providers (currently only supports Bing).
- Search images using a query
- Animated background canvas
- Express API backend
- Configurable settings (provider, offset, max images)
- Rate limiting for public hosting
Go to https://scrapper.gabizar.top and enjoy.
(Rate limiting is enabled on the public instance.)
- Install Git and Node.js
- Clone the repository
git clone https://github.com/Gabi-Zar/Images-Scrapper-JS - Enter the project directory
cd Images-Scrapper-JS - Install dependencies
npm install - Optional: edit the
.envfile:USE_RATE_LIMIT=Boolean
- Start the application
node main.js - Open your browser and go to http://localhost:3000
I love every feedback. Just open an issue or make a pull request.
This project is licensed under the GPL-3.0 license.
Caution
Use this project responsibly.
Please respect copyright and usage rights when downloading images.
If you like this project, consider giving it a star on GitHub!