I am trying to extract some data from https://www.barchart.com/stocks/signals/top-bottom/top?viewName=main. I am able to extract data from normal html using the xpath method, however i noticed that this website gets its data from a network. I have found the location of where the data I want is (the table from the barchart website) which is shown in the picture below. Picture
Tag: xmlhttprequest
SSL: CERTIFICATE_VERIFY_FAILED certificate verify failed
-> SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) I run this script but I got this error. How can I do it? Answer Since your URL is “an internal corporate URL” (as stated in comments), I’m guessing it uses a self-signed certificate, or is issued by a self-signed CA certificate. If that is in fact the case, you have two