jugador Posted May 29, 2020 Share Posted May 29, 2020 https://gocharting.com/terminal?ticker=NSE:DLF&layout=1 open Firefox – Network Tab After refreshing page only able to see 2 json type (exactSearch & news) but not showing Api call which get the symbol Data. Show it’s hiding the api call that getting the symbol data, can it be view? Link to comment Share on other sites More sharing options...
Danp2 Posted May 29, 2020 Share Posted May 29, 2020 Have you looked into using their API? This might be the easiest way to obtain the data. P.S. You can find the data by entering this in the browser console -- rootReduxStore.getState().chartComponentList[0].dataStore.getState().main.mainChartData jugador 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
jugador Posted May 29, 2020 Author Share Posted May 29, 2020 Thanks @Danp2 I search for their API document but I didn’t find it. Your code work can view data in console. But if I want to obtain this Data using Curl/(or Autoit) then how I do it using your code? How I can view the exact API if it's not visible using network tab? Link to comment Share on other sites More sharing options...
Danp2 Posted May 29, 2020 Share Posted May 29, 2020 You can't use the javascript I posted with Curl. You may be able to use it with Autoit, but it would require launching IE, navigating to the desired URL, then attempting to access the data within the browser. Maybe this discussion will help you. You really should contact the company to inquire about their API. jugador 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
jugador Posted November 5, 2020 Author Share Posted November 5, 2020 (edited) This site (first post contain site name) provides data via websocket. So can I retrieve data from this site via websocket using Autoit? Edited November 5, 2020 by jugador Link to comment Share on other sites More sharing options...
jugador Posted November 12, 2020 Author Share Posted November 12, 2020 no help on this 😅 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now