website site extractor tool

Hi everyone,

I want to design one program that can extract data from websites via URL address. TAGs like name, address, age, etc. that can be read and exported. I just searched on the internet, it looks HTML parser is a good idea, do you guys have other possible proposals? really appreciate it, thanks

[315 byte] By [mcaifkx2a] at [2007-11-27 6:01:39]
# 1
Given that all you'll get from a website really is HTML (or XHTML) you haven't got much choice but to parse the HTML
georgemca at 2007-7-12 16:41:52 > top of Java-index,Java Essentials,Java Programming...