$ git clone <this repo>
$ cd streeteasy-analysis
$ mkvirtualenv streeteasy-analysis
$ pip install -r requirements.txt
$ touch output.csv
- Select buildings on StreetEasy
- Navigate on
streeteasy.com
to the buildings' "Past Rentals" reports* - Add building names and IDs to
buildings.json
- With each report displayed in browser, save HTML in
/data/
folder
* Example URL:
https://streeteasy.com/nyc/property_activity/past_transactions_component/959708?all_activity=true&show_rentals=true
$ python3 run.py
Results will be written to output.csv
.