I am trying to scrap data from here (using python 2.7):
http://financials.morningstar.com/valuation/earnings-estimates.html?t=AMD
When I right click and choose "View Page Sources" in Chrome browser, the content that I am looking for is not there. For example I am looking for "Average Rating".
I searched Stackoverflow and saw this question and answer:
Python 3, Web-scraping, and Javascript [Oh My]
But when I tried the main answer, I could not find any XMLHttpRequest
function.
I appreciate any help on this.