A Selenium-based Scraper Who scrape the data from https://www.propertiesguru.com/ website. It scrapes the data from the dynamic loading page for 2 bhk section and then scrapes the data for 2,3,4 bhk sections and writes the data into their respective CSV files.
Key features:-
-> 2 different ways to dynamic load the page and extract the data.
-> Moving down and up on the page and refreshing the page through selenium driver.
->How to wait for a particular section to load properly and then scrape the data.
-> Writing the data on CSV file with the help of pandas module.