Web data retrival from a site

Hello, java gurus :)

Not sure if this is a right place for this question, anyway ...

I need to take some info from a site, given its URL, so how can I retrive (what should I use) this info:

a) The meta description of the website

b) The meta title of the website

c) The meta keywords of the website

d) The ico file

Is there any API/Class which might help me?

Many, many, many thanks in advance.

[448 byte] By [AvDava] at [2007-11-26 13:16:15]
# 1
Once you download the content, you can use nekoHTML ( http://www.apache.org/~andyc/neko/doc/html/) parser to parse it to XML and get the contents.
AjaySingh516a at 2007-7-7 17:37:59 > top of Java-index,Java Essentials,Java Programming...