I am trying to get the data in a table on this website, which is updated via jquery after the page loads (I have permission):
http://whichchart.com/
I am currently using selenium and beautifulsoup to retrieve data, however, since this data is not visible in the html source, I cannot access it. I tried PyQt4, but it also does not get the updated html source.
The values are visible in firebug and the chrome developer, so are there any python packages that can use this and feed it to beautifulsoup?
I am not a massive technician, so ideally I would like to find a solution that will work in Python or the next simplest type of software.
I know I can get this through the proprietary screen-scraper software, but it's expensive.
source
share