I would like to create an application to keep a history of some information that is provided on a webpage.
An example of what a page would look like: http://csgolounge.com/match?m=4961
So what I was thinking, is to put a browser inside a form and then navigate to a page and click a button to save the info on the page, in the backcode it will take the page selected, view the source or something and select the appropriate data and store that.
The data i would like to obtain is: Team1, Team2, Winner and Percentages for each team and the ratios for the bet.
Simply I would just like to know if this is possible or is there a better way of doing it? I'm not sure if the website has an API or anything.
No need for code, as I haven't started yet,