How to run it?
npm i
node index.js "Your google search term" 2 (this is the number of pages to scrape)
Example command:
node index.js "ecommerce businesses" 3
The script is checking the websites found + all their /contact urls.
Find the output in the results.txt file.