Extracting data from internet
- by Ankiov Spetsnaz
I would like to extract data from internet like www.mozenda.com does but I want to write my own program to do that. Specific data I'm looking for is various event data.
Based on my research, I think custom web crawler is my answer but I Would like to confirm the answer and see if there are any suggestion to make custom web crawlers if web crawler indeed is an answer.
Personally, I would prefer Java and I'm planning on using Glassfish technology if that matters...