Why is HTML returned by requests different from the real page HTML?
问题 Hi friends IM trying to scrap a webpage for getting some data to work with, one of the web pages I want to scrap is this one https://www.etoro.com/people/sparkliang/portfolio, the problem comes when I scrap the web page using: import requests h=requests.get('https://www.etoro.com/people/sparkliang/portfolio') h.content And gives me a completely different result HTML from the original, for example adding a lot of meta kind and deleting the text or type HTML variables I am searching for. For