Monday, 15 September 2014

Scraping dynamic content from query

The results from timed events used to be downloadable as a single file, but the host company doesn't provide this service anymore. Instead, they post the results on their website: a query is made to their database and the results are displayed 50 lines at a time. When you choose to view the next 50 results, from what I can tell, no new SQL request is sent, but the next 50 lines are displayed.

How can I scrape the entire set of results from (for example): http://www.bluechipresults.com.au/results.aspx?CId=11&RId=599

IE or Firefox

Source:http://stackoverflow.com/questions/25395554/scraping-dynamic-content-from-query

No comments:

Post a Comment