DEV Community

kashyaprajan11
kashyaprajan11

Posted on

Trading Indicators Data Scrapping

I'm trying to scrape data on a trading website. I've got some indicators for which I need to scrape data and put it out in json. But I cannot find those data on the html file. There are only div's with no data inside. So I need to understand how chart and indicator data is rendered on a page before scrapping it.

I'm using Puppeteer which is a scrapping library in JS.
Image description

Top comments (0)