Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 374 Bytes

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);