I am currently unable to keep this project updated as I am busy with my new project https://singlepropertypages.com/
Please get in touch if you are interested in taking this project forward.
You can try out a demo at https://real-estate-web-scraper.herokuapp.com
To use Property Web Scraper as a service you would make calls like:
PropertyWebScraper also supports connecting to different MLSs (Multiple Listing Services) in the US using RETS and Web Services. This functionality is currently experimental and has only been implemented for 3 MLSs. If there is a particular MLS for which you need support, open an issue with the details.
PropertyWebScraper runs with Rails >= 5.0
PropertyWebScraper runs with Ruby >= 2.0.0.
Install into an existing Rails project by adding these lines in your applications's Gemfile:
gem 'property_web_scraper', git: 'https://github.com/RealEstateWebTools/property_web_scraper', branch: 'master'
Also, be sure to use Postgres as your database (by having the "pg" gem and Postgres installed locally And then execute:
$ bundle
Mount PropertyWebScraper by adding the following to your routes.rb file:
mount PropertyWebScraper::Engine => '/'
and run the ff commands from the console:
rails property_web_scraper:install:migrations
rails db:create
rails db:migrate
rails property_web_scraper:db:seed
We encourage you to contribute to this project and file issues for any problems you encounter.
If you like it, please star it and spread the word on Twitter, LinkedIn and Facebook. You can also subscribe to github notifications on this project.
Please consider making a contribution to the development of PropertyWebScraper. If you wish to pay for specific enhancements, please email me directly (opensource at propertywebbuilder.com).
Or make a contribution to PropertyWebBuilder here: https://opencollective.com/property_web_builder
The gem is available as open source under the terms of the MIT License.
While scraping can sometimes be used as a legitimate way to access all kinds of data on the internet, it’s also important to consider the legal implications. There are cases where scraping data may be considered illegal, or open you to the possibility of being sued.
I created this tool in part as a learning exercise and am sharing it in case others find it useful. If you do decide to use this tool to scrape a website it is your responsibilty to ensure that what you are doing is legal.