get_property_records
Retrieve property records by applying filters like location, price, bedrooms, and square footage to find matching real estate listings.
Instructions
Get property records with various filters. Returns a list of property records.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip_code | No | ||
| city | No | ||
| state | No | ||
| property_type | No | ||
| bedrooms | No | ||
| bathrooms | No | ||
| min_price | No | ||
| max_price | No | ||
| min_square_feet | No | ||
| max_square_feet | No | ||
| year_built | No | ||
| page | No | ||
| page_size | No |