Add purpose-aware property assessor intake

This commit is contained in:
2026-03-27 23:01:12 -05:00
parent c58a2a43c8
commit 301986fb25
16 changed files with 841 additions and 70 deletions

View File

@@ -6,10 +6,12 @@
"scripts": {
"check-install": "node check-install.js",
"extract": "node extract.js",
"har-discover": "node har-discover.js",
"har-photos": "node har-photos.js",
"browse": "tsx browse.ts",
"scrape": "tsx scrape.ts",
"test:photos": "node --test real-estate-photo-common.test.mjs zillow-photo-data.test.mjs",
"zillow-discover": "node zillow-discover.js",
"zillow-photos": "node zillow-photos.js",
"fetch-browser": "npx cloakbrowser install"
},