I see there's some good and expensive options for email scrapping from google. Scrapebox, GSA, etc.
I have a tool I wrote in JS (with Node) to collect emails from google search results.
That is - you enter the keyword "car shop" and the tool will querry google, get a list of websites, go es through each result, filters the links based on some predefined keywords (like contact, email, etc - to speed the link crawling), collects the emails and stores them in a database.
Can also export to excel.
I can run the code from command line but I was wondering if it would be worth my while making a simple GUI.
Let me know if any of you would be interested.
Thanks!
I have a tool I wrote in JS (with Node) to collect emails from google search results.
That is - you enter the keyword "car shop" and the tool will querry google, get a list of websites, go es through each result, filters the links based on some predefined keywords (like contact, email, etc - to speed the link crawling), collects the emails and stores them in a database.
Can also export to excel.
I can run the code from command line but I was wondering if it would be worth my while making a simple GUI.
Let me know if any of you would be interested.
Thanks!