ajacko 15 Posted September 6, 2022 Report Share Posted September 6, 2022 Hi, Has anyone been able to create a bot to scrape emails from a list of websites? Quote Link to post Share on other sites
Pete 121 Posted September 6, 2022 Report Share Posted September 6, 2022 This any good? set(#searchemail,$find regular expression($document text,"(?i)\\b[!#$%&\'*+./0-9=?_`a-z\{|\}~^-]+@[.0-9a-z-]+\\.[a-z]\{2,6\}\\b"),"Global") Quote Link to post Share on other sites
ajacko 15 Posted September 27, 2022 Author Report Share Posted September 27, 2022 Thanks Pete. I think that searches a page for valid emails. I guess I need to run a script to collect all internal links on a website and then run your command on each of those pages? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.