Realestateapi Property Search
realestateapi_property_searchSearch properties by city/state/filters (off-market, absentee-owner, value range) — returns matching properties with address, owner, beds/baths, and estimated value. Example: realestateapi_property_search({ city: "Austin", state: "TX", absentee_owner: true, value_max: 400000, size: 25, _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ZIP code | |
| city | No | City name, e.g. "Austin" | |
| size | No | Max results to return (default 10, max 50) | |
| state | No | Two-letter state code, e.g. "TX" | |
| _apiKey | Yes | RealEstateAPI key from realestateapi.com | |
| beds_min | No | Minimum bedrooms | |
| baths_min | No | Minimum bathrooms | |
| value_max | No | Maximum estimated value (USD) | |
| value_min | No | Minimum estimated value (USD) | |
| property_type | No | One of SFR, MFR, CONDO, LAND, MOBILE, OTHER | |
| absentee_owner | No | Only properties whose owner lives elsewhere |