How to scroll and scrape data beyond the first page on Flipkart mobile app using Python Selenium?
My attempt to Scroll down
the flipkart mobile app view.How to scroll and scrape data beyond the first page on Flipkart mobile app using Python Selenium?
Its different than scrapping flipkart website on desktop I need the get the mobile data.
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.