CaptWeiss / GImgScraper

Scraping images from google search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Image Scraper

Installation

  • Clone the repo and run yarn to install required packages.
  • It's important you create two directories (folder) if they don't already exist.

images & imagesLink folder.

Usage

savedResultImg

To scrape any image simply run yarn scrape "horse rider" where "horse rider" can me any image keyword you desire.

The whole returned image links will be saved as a json file under your imagesLink folder and images will be saved under the images folder

About

Scraping images from google search


Languages

Language:JavaScript 100.0%