Fix slower Zillow unit photo discovery path
This commit is contained in:
@@ -153,6 +153,7 @@ The discovery scripts are purpose-built for the common address-to-listing workfl
|
||||
- reject a mismatched unit when the requested address includes one
|
||||
- still work normally for single-family / no-unit addresses
|
||||
- return the direct listing URL as JSON
|
||||
- support longer source-specific timeouts when a caller such as `property-assessor` imports them for slower exact-unit Zillow pages
|
||||
|
||||
The photo scripts are purpose-built for the common `See all photos` / `Show all photos` workflow:
|
||||
- open the listing page
|
||||
@@ -160,6 +161,7 @@ The photo scripts are purpose-built for the common `See all photos` / `Show all
|
||||
- wait for the resulting photo page or scroller view
|
||||
- extract direct image URLs from the rendered page
|
||||
- fail fast with a timeout instead of hanging indefinitely when the browser-backed extraction stalls
|
||||
- support longer source-specific timeouts when a caller such as `property-assessor` imports them for slower exact-unit Zillow renders
|
||||
|
||||
Output is JSON with:
|
||||
- `requestedUrl`
|
||||
|
||||
Reference in New Issue
Block a user