Realestateapi Property Detail
realestateapi_property_detailGet full property detail by id or address — returns owner, estimated value, last sale, characteristics (beds/baths/sqft/year/lot), and mortgage. Example: realestateapi_property_detail({ address: "123 Main St, Austin, TX 78701", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | RealEstateAPI property id (from a search result) | |
| _apiKey | Yes | RealEstateAPI key from realestateapi.com | |
| address | No | Full property address (use if you have no id) |