Scrape data from an aspx web page using Java

betrocker

New Member
I wanted to be able to parse data from this site dynamically, based on the player etc.http://www.atpworldtour.com/Tennis/Players/Top-Players/Roger-Federer.aspx?t=mrThe most obvious way I can see is for me to update the URL per player and then parse the data accordingly, however I was wondering if there is some way to cut out the need for parsing the page, and somehow send the data request through my application ( i.e. interrogate the database ) Are there any useful Java projects that do something like this already , any libraries that you can recommend, or am I just going to have to parse the aspx file and extract the data that way?
 
Back
Top