Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.08 KB

Scraping Real Estate data from NoBroker

Building a Web Scraper with Python to extract live real estate property data hosted on nobroker.in.

NoBroker is a real estate listings platform that provides brokerage-free properties on rent/sale.

Demonstration.video.mp4

Have a look at the output file

Navigation:

/locators - CSS selectors used to scrape specific elements from different pages of the website

/parsers - To parse each property listing information as a block

/pages - To input html content of a webpage and parse it using parsers

app.py - Scraper to scroll through the webpage and implement objects to output a csv file containing clean scraped data