Hello to all. I want to create C# program which would extract some data from site. This site is bookmaker: bet365.com/home/ and i need to get:
- name of specific market + odds (example:Soccer - Barclays Premier League - Stoke v Fulham - 2.75|3.20|2.62)
- another market + odds (example: Horse Racing - Lingfield - 12:30 - 3.2|4.3|5.2|6.7|8.62|..)
- there are also different format of odds(decimal,fractional,american) i need to chose decimal
But when i open this site as text file - there is no all that data - so i can not just parse it with HTML parser. I need an advice - what is the best way to extract data from this kind of web pages?