I am new to this subject, so my question could prove stupid.. sorry in advance. My challenge is to do web-scraping, say for this page: link (google)
I try to web-scrape it using Python, My problem is that once I use Python requests.get, I don't seem to get the full content of the page. I guess it is because that page has many resources, and Python does not get them all. (more than that, once I scroll my mouse up - more data is reviled on Chrome. I can see from the source code that no more data is downloaded to be shown..) How can I get the full content of a web page? what am I missing?
thanks