Search Sales
search_salesFind recent NYC property sales filtered by neighborhood, price range, building type, and more. Returns price per unit and per square foot, displayed on an interactive map.
Instructions
Search for recent property sales in NYC. Filter by neighborhood, price range, building type, and more. Returns sales with price_per_unit and price_per_sqft. Results display on an interactive map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City | |
| limit | No | Max results (default: 10, max: 50) | |
| borough | No | NYC borough | |
| date_to | No | Sales on or before this date (YYYY-MM-DD) | |
| date_from | No | Sales on or after this date (YYYY-MM-DD) | |
| max_price | No | Maximum sale price | |
| max_units | No | Maximum residential units | |
| min_price | No | Minimum sale price | |
| min_units | No | Minimum residential units | |
| neighborhood | No | Neighborhood name | |
| building_class | No | Building class: C=walk-up, D=elevator, R=condo | |
| whole_buildings_only | No | Exclude individual unit sales (default: true) |