I have a friend looking for a webpage scraper application to extract
Do you really need a dedicated application for the job?
How about you just save the web page to a local copy and then use tools
to parse the source code. If the info is well delimited (eg with
quotes, semi colons or commas) then an editor that supports regular
expressions with strip them all out nicely (eg Regex Power!
http://www.ware4u.de/regexpower/download.html).
If the data is not delimited nicely but there is some other pattern, eg
CRLF around the names or addresses, or some tags on the fields (eg
"NAME:") then you could try an editor that supports macros (eg a macro
that deletes all but the names, then restart and use a macro that
deletes all but the first address line... etc) like notepad++
(
http://notepad-plus.sourceforge.net/uk/site.htm)
W4tch3r =3F=3F¿=3F=3F