Skip to content

Aayu231/PropertyFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PropertyFinder

WebScraping Real Estate Websites & Storing in MongoDB Database

Using Scrapy, an amazing framework for webscraping projects.

Steps for webscraping:

  • Install Scrapy
  • To start a project use: scrapy startproject olx_houses, here replace olx_houses with your chosen name.
  • Create a spider(or many)
  • To run the crawler use: scrapy crawl real (real is the name of the spider)
  • To store results in csv files: scrapy crawl real -o nameoffile.csv

I stored the results in a MongoDB database just for the hell of it! 🤷‍♀️

About

WebScraping Real Estate Websites & Storing in MongoDB Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages