Get my saved Zillow searches
zillow_get_saved_searchesRetrieve saved Zillow searches for the signed-in account, including filters, new-listing counts, and notification frequency. Useful for reviewing or auditing active search alerts without changing anything.
Instructions
The signed-in user's saved searches on zillow.com (name, filters, new-listing count, notification frequency). Requires the user to be signed in at zillow.com in the bridged browser tab — throws SessionNotAuthenticatedError otherwise. Pass an optional session_id (from zillow_register_session) to target a specific signed-in account; defaults to the active session. Read-only; safe to call repeatedly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Optional registered session id (from `zillow_register_session`). Defaults to the active session. |