Get Property Details
get_property_detailsFetch the complete property record using a RentCast ID or full address to get structural details, tax assessments, last sale, and owner info from RentCast.
Instructions
Fetch the FULL record for a single property — all structural attributes (type, beds, baths, square footage, lot size, year built), features, tax assessments and amounts, last sale price/date, and owner info where available. Look a property up either by its RentCast id (from search_properties) or directly by address. Use this after search_properties to drill into one property, or on its own when you already have the exact address. Returns the complete record as JSON; prices are USD, areas are in square feet. This is a property RECORD, not a for-sale/rent listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The RentCast property id (from search_properties), e.g. '5500-Grand-Lake-Dr,...'. | |
| address | No | The full property address, in the format 'Street, City, State, Zip'. Provide this OR id — id is used if both are given. |