IRobotSoft Administrator
IRobotSoft Administrator
   

IRobotSoft, the Best Internet Robot System
Posts: 1609
Gender:
|
Unfortunately, IE browser is not able to show the web page correctly. To scrape the content, you can use Chrome inspector to see which URL is used to fetch the content. For example, the content is at: https://www.nseindia.com/api/corporates-financial-results?index=equities&period=Quarterly . Then add the following command to save the content to a file. SaveUrlFile('https://www.nseindia.com/api/corporates-financial-results?index=equities&period=Quarterly', 'test.json') It will save the content to the 'test.json'. Then you can try to process the json data file.
|