npm install
- Go on Domain and do a search with criteria you're interested in (ie. rent, bedrooms, etc). Copy that URL and replace the Test Cafe fixture URL in scrapeProperties.js
- Update the points of interest and column names in scrapeProperties.js
- Get a Google API Key https://developers.google.com/maps/documentation/distance-matrix/get-api-key
- Associate the Distance Matrix API with the App you made above in Google Console
- Fill
alreadyRated.txt
with addresses to skip, one per line (to save your google $$$) API_KEY=your-api-key npm scrape
- Find
rent.csv
, import into Google Sheets/Excel, add conditional formatting colour gradients, filtering, etc - Voila
- Fill up the
alreadyRated.txt
- run
API_KEY=your-api-key npm backfill
- Find
backfill.csv