Here is a script I’ve coded that may be helpful for you guys.
This script looks for e-mails in the HTML of a given website.
If it doesn’t find anything, it clicks on the first <a> tag element with “contact” in its HREF and looks for an e-mail on this new page.
You can add multiple websites using a .CSV file.
Source code + tutorial: KantuScripts/Email Scraper at master · dpw1/KantuScripts · GitHub
Video: Scrape E-mails From Websites Automatically - YouTube
Let me know if you have any suggestions to improve it!