Relative Content

Tag Archive for pythonselenium-webdriverweb-scrapingbeautifulsoupweb-crawler

Extracting data from an interactive chart using Python (Selenium + BeautifulSoup)

I need to extract data from the asset evolution chart present in this link (example): https://investidor10.com.br/carteira/572422/ (chart image attached). I need the data for all the bars present in the chart: asset value, capital gain, and invested amount. I tried to extract using Selenium + BeautifulSoup, but I couldn’t because the data is not present in the HTML and it only appears when you click on a bar of the chart. I searched the internet but couldn’t find anything that helped me with this problem.