realtime_zillow_data
Find Zillow property data: search listings by location, coordinates, or polygon; retrieve property details, Zestimates, and market trends. Access agent active, sold, and rental listings.
Instructions
Zillow real estate data: search listings by location/coordinates/polygon, property details, and market trends.
Operations (set "operation" to one of these; put its parameters in "args"):
search (required: location): Search
search_coordinates (required: long, lat): Search by Coordinates
search_polygon (required: polygon): Search by Polygon
property_details (no required params): Property Details
property_details_address (required: address): Property by Address
zestimate (required: zpid): Property Zestimate
agent_search (required: location): Agent Search
agent_properties_for_sale (required: encodedZuid): Agent Active Listings
agent_properties_sold (required: encodedZuid): Agent Sold Listings
agent_properties_for_rent (required: encodedZuid): Agent Rental Listings
When to use: Use for Zillow. For Redfin listings use real_time_redfin_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Parameters for the chosen operation as key/value pairs (see the tool description for required params). | |
| operation | Yes | Which endpoint to call. See the tool description for each operation and its parameters. |