-
Scrapping web data
Hie guys, I need to get this some information of this page. Can anyone help me.
Kubatana - The NGO Network Alliance Project - Alphabetic Listing of Organisations by City
if you click on each of those links you will find the full information about the organisation. How can I pull all that data and put it in a collection?
-
My first gues would be to load all the url's out of the source code and then load the information out of those pages.
-
Use an URLConnection and a BufferedReader.