Hi,
I am presently working on Java, where I am using Google Web Services to perform a search and get the relevant results, then I am also getting the source code of that particular link or page.
Now, I need an html parser in order to parse that web page and get few things from that page such as href links(I mean the information in the anchor tag the href link and the label associated with it). I need to do this, because I will be storing the href links and label into a database.
How can I do that using html parser.
If someone can provide me with links that might be helpful or any other source code or functions that will help me to fetch the reqd data from the source code of the web page.
Any help is appreciated!!
Thanks!!
I am presently working on Java, where I am using Google Web Services to perform a search and get the relevant results, then I am also getting the source code of that particular link or page.
Now, I need an html parser in order to parse that web page and get few things from that page such as href links(I mean the information in the anchor tag the href link and the label associated with it). I need to do this, because I will be storing the href links and label into a database.
How can I do that using html parser.
If someone can provide me with links that might be helpful or any other source code or functions that will help me to fetch the reqd data from the source code of the web page.
Any help is appreciated!!
Thanks!!