This a simple CLI tool to scrape google search result URLs and store it a Json file.
It is a useful tool to harvest URLs especially with the use of some google Dorks
node cli.js search --keyword="inurl:career jobs"
Install the depencies
npm install
Use search command and --keyword to find something on google set --page number to scrape the search limit. Default is 1
node cli.js search --keyword="something to search" --page=5