• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

help getting email addresses

bwanaaa

Senior member
I have been asked to gather up all the email addresses from my local chamber of commerce's website. How does google scrape a website for email addresses? Or is there a good generic way?
 
Write a program to crawl the webpages and parse out any valid email addresses in the html (this isn't particularly easy)?

Ask the Chamber of Commerence either for read access to their database or a list of emails (if you're friends with them)?

Copy pasta it yourself?
 
you either do it yourself (or contact the chamber), or you write a program to do it, which possible if you have knowledge to start with otherwise it's impossible.
How many addresses are we talking about?
 
Did a google search for "online email parser".

Clicked first link.

In separate tab, pulled up local CoC site. Went to Contact Us page. Ctrl-A (select all), Ctrl-C (copy to clipboard), went back to Email Parser site, Ctrl-V (paste).

Clicked Extract Emails - grand total under one minute 🙂
 
Back
Top