Use Zillow parcel hints for CAD lookup
This commit is contained in:
@@ -176,6 +176,7 @@ Important rules:
|
||||
|
||||
- Zillow/Redfin/HAR geo IDs are hints only
|
||||
- parcel/APN/account IDs are stronger search keys than listing geo IDs
|
||||
- if Zillow exposes a parcel/APN/account number on the listing, capture it and use that identifier in CAD lookup before falling back to address-only matching
|
||||
- official jurisdiction pages should be linked in the final report
|
||||
- if a direct property detail page is accessible, its data should be labeled as official public-record evidence
|
||||
|
||||
@@ -195,9 +196,14 @@ That output should be used by the skill to:
|
||||
|
||||
- identify the correct CAD
|
||||
- attempt address / parcel / account lookup on the discovered CAD site for that county
|
||||
- prefer Zillow-exposed parcel/APN/account identifiers over address-only search when the listing provides them
|
||||
- capture official owner / legal / assessed-value evidence when a public detail page is available
|
||||
- treat county-specific CAD detail retrieval as an adapter layer on top of generic county/jurisdiction resolution
|
||||
|
||||
Nueces-specific note:
|
||||
|
||||
- when using Nueces CAD `By ID` / `Geographic ID`, insert a dash after the first 4 digits and again after the first 8 digits, for example `123456789012` -> `1234-5678-9012`
|
||||
|
||||
Recommended fields to capture from official records when accessible:
|
||||
|
||||
- account number
|
||||
|
||||
@@ -195,6 +195,19 @@ Expected success shape:
|
||||
- `expectedPhotoCount` matches `photoCount`
|
||||
- `imageUrls` contains the listing photo set
|
||||
|
||||
### Zillow identifiers
|
||||
|
||||
```bash
|
||||
cd ~/.openclaw/workspace/skills/web-automation/scripts
|
||||
node zillow-identifiers.js "https://www.zillow.com/homedetails/6702-Everhart-Rd-APT-T106-Corpus-Christi-TX-78413/2067445642_zpid/"
|
||||
```
|
||||
|
||||
What it does:
|
||||
- opens the Zillow listing shell without forcing the photo workflow
|
||||
- inspects embedded `__NEXT_DATA__` plus visible listing text
|
||||
- extracts parcel/APN-style identifiers when Zillow exposes them
|
||||
- returns those identifiers so `property-assessor` can use them as stronger CAD lookup keys than listing geo IDs
|
||||
|
||||
### HAR
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user