Attom Property Search
attom_property_search"Find houses / homes / properties / real estate for sale or owned in [ZIP]" / "search properties near [coords]" / "homes in [neighborhood]" — search US residential and commercial properties by ZIP or lat/lng radius with filters (beds, baths, year built, property type). Returns matching addresses and ATTOM property IDs. Use first when you need to find candidate addresses, then call attom_property_detail / attom_avm / attom_sales_history on the picks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| radius | No | Search radius in miles (use with latitude/longitude) | |
| _apiKey | Yes | ATTOM API key | |
| maxBeds | No | Maximum number of bedrooms | |
| minBeds | No | Minimum number of bedrooms | |
| latitude | No | Latitude for radius search (use with longitude and radius) | |
| longitude | No | Longitude for radius search (use with latitude and radius) | |
| postalCode | No | ZIP/postal code to search in | |
| maxYearBuilt | No | Maximum year built | |
| minYearBuilt | No | Minimum year built | |
| propertyType | No | Property type filter (e.g., "SFR", "CONDO", "APARTMENT") | |
| maxBathsTotal | No | Maximum total bathrooms | |
| minBathsTotal | No | Minimum total bathrooms |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||