Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 308 Bytes

README.MD

File metadata and controls

16 lines (8 loc) · 308 Bytes

Google Emails Scraper

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.