DEV Community

Shoeb Ahmed
Shoeb Ahmed

Posted on

Groww Web App scraping and automation demo using Selenium and BS4.

Groww Web App scraping and automation demo using Selenium and BS4.

Automation is everywhere. Seeing your any tasks or any works and we donโ€™t have to do manually and it performs automatically. It is pretty amazing.

Groww is an online investment platform that allows investors to invest in mutual funds and stocks. If someone wants to scrape our own data like to know how much investment we have done.

Before writing code we need to install some of the packages:

pip install selenium
pip install webdriver-manager
pip install beautifulsoup4
Enter fullscreen mode Exit fullscreen mode

We are going to log in to the Groww web application we extract the content of the page using bs4.

First Importing the packages:



After login into our dashboard. I am going to click on my Investment tab and I am collecting all my details.



So we get the data. And you can use your regex or any transformations to get your likeable data.

If you have any queries you can drop a message on:

email id: shoebahmed370@gmail.com
Shoeb Ahmed - Trainee Software Engineer - Aress Software | LinkedIn

Oldest comments (0)