property_search
Find real estate properties using spatial, semantic, or hybrid search. Filter results by price, bedrooms, baths, square footage, and location radius to match specific requirements.
Instructions
Search for a real estate property via spatial, semantic, or hybrid search
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | The maximum number of properties to return | |
max_price | No | Maximum price of properties to return | |
min_baths | No | Return properties with a number of baths greater than or equal to this number | |
min_beds | No | Return properties with a number of bedrooms greater than or equal to this number | |
min_sqft | No | Return properties with a square footage greater than or equal to this number | |
query | Yes | A short and concise description of desired apartment amenities and other intangibles. Don't include traits like number of bedrooms that are covered by other search parameters. Don't include amenities or intangibles the user wants to avoid. | |
search_center_latitude | No | Optional float latitude for search center. Should always be set if longitude is set | |
search_center_longitude | No | Optional float longitude for search center. Should always be set if latitude is set | |
search_radius | No | Return properties within this distance (in miles) from the search center |