I am trying to scrape content from tradingview website. Specifically the Industry of a particular ticker given in the description.
I have the xpath which I copied from the element inspector of the browser. But it doesn't seem to work and the output I get is "#N/A".
The formula I have used is
=IMPORTXML("https://www.tradingview.com/symbols/NSE-FINPIPE/", "//div[3]/div[3]/div/div[2]/div/div/div[1]/div[3]/div/div[2]/div/div[1]/div[2]/div[2]/a")
