Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 612 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 612 Bytes

Scrape-Selenium

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.