Skip to content

cch0/openclaw-plugin-realtyapi

Repository files navigation

openclaw-plugin-realtyapi

Zillow property search for OpenClaw via RealtyAPI natural-language endpoint.

Features

  • search_properties — search listings by natural language query
  • get_property_details — fetch full details by Zillow zpid
  • get_property_details_by_address — fetch full details by street address
  • save_search_criteria — persist ongoing search preferences

Requirements

  • OpenClaw >= 2026.3.24-beta.2
  • RealtyAPI account and API key

Install

openclaw plugins install @cch0/openclaw-plugin-realtyapi
openclaw gateway restart

Config

Add your RealtyAPI key to ~/.openclaw/.env:

echo 'REALITY_API_KEY=your_key_here' >> ~/.openclaw/.env

Then restart the gateway:

openclaw gateway restart

Optional timeout override (default 30s):

openclaw config set plugins.realtyapi.timeout 15000

Usage

Search:

find single family house in greater seattle area with 2+ beds and 2+baths under 3M, return at most 5 properties
Here are 5 single family homes in the greater Seattle area under $3M:

1. 1514 NE 70th St, Seattle WA 98115
   $1,200,000 | 2bd/2ba | 1,600 sqft | https://www.zillow.com/homedetails/49143219_zpid/

2. 7015 2nd Ave NW, Seattle WA 98117
   $975,000 | 4bd/2ba | 2,070 sqft | listed $112k under Zestimate
   ...

Get details:

get details for property no. 1
1514 NE 70th Street, Seattle WA 98115
Price: $1,200,000 | Zestimate: $1,164,500
2bd/2ba | 1,600 sqft | Built 1910 | Lot 3,057 sqft
Est. monthly cost: $7,056 | Rent Zestimate: $2,861/mo

About

Zillow property search for OpenClaw via RealtyAPI natural-language endpoint.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors