Require Zillow photo review via web-automation all-photos flow
This commit is contained in:
@@ -136,6 +136,18 @@ Preferred order:
|
||||
Use the first source that exposes the listing photos reliably. A scrollable photo page, photo grid, or expanded all-photos view counts.
|
||||
Do not stop at the first failure if another accessible source is available.
|
||||
|
||||
### Zillow-specific rule
|
||||
|
||||
For Zillow listings, do **not** treat the listing shell text or hero gallery preview as a photo review attempt.
|
||||
You must use **only `web-automation`** to:
|
||||
1. open the Zillow listing page
|
||||
2. click `See all photos` / `See all X photos`
|
||||
3. access the resulting all-photos page or scrollable photo view
|
||||
4. review the exposed photo set from that page
|
||||
|
||||
If Zillow exposes a page with a scroller that shows the listing photos, that page counts as the Zillow photo source and should be used directly.
|
||||
Do not rely on generic page text, photo counts, or non-photo shells as a Zillow attempt.
|
||||
Only fall back to HAR/Realtor/broker mirrors if the Zillow all-photos path was actually attempted with `web-automation` and did not expose the photos reliably.
|
||||
A source only counts as an attempted photo source if you actually did one of these:
|
||||
- opened the all-photos page / photo grid / photo page successfully, or
|
||||
- explicitly tried to open it and observed a concrete failure
|
||||
|
||||
Reference in New Issue
Block a user