View Full Version : Grabbin a bunch of emails from a web site


MTheo
03-08-2005, 20:41
is there any program or easy way to grab a lot of email addresses that are spread all over a web page?

hovering over the links and copying them down is very slow.


cheers :)

Cyclone
03-08-2005, 21:02
you're not going into the spam business are you.

JoeP
03-08-2005, 21:06
There are techniques that can be used to do this reasonably easily - something called screen scraping.

You write a script in perl or PHP that will do the work. However, such tools are usually used by spammers!

Joe

MTheo
03-08-2005, 21:12
:o i dont like spam...tastes horrible

;) ive just gotta email a bunch of people who are listed all on the same site and i cannie be assed to copy and paste each one.

neigh bother..its not that important.

JoeP
03-08-2005, 21:28
Just view the source of the page and then copy and paste in to Notepad or another text editor.

That's the best way I can think of for just a single page.

Joe