google-image-scraper-1
v1.0.3
Published
__GOOGLE IMAGE SCRAPER__ Google Scraper is a simple tool for scraping image data from Google Images.
Downloads
1
Readme
GOOGLE IMAGE SCRAPER Google Scraper is a simple tool for scraping image data from Google Images.
Installation
npm install google-image-scraper
USAGE
const myImageScraper = require("google-image-scraper");
const query = "hentai"; // Replace with your desired query
const imageResults = myImageScraper(query);
console.log(imageResults);