Property Search
3 operations in the Homesage.ai Property Search API.
Resolve a city / county / ZIP name into a search-area object (free)
GET /api/area/autocomplete/
Up to 5 area suggestions (city, county, or ZIP) matching a partial place name — each a structured object you pass straight into the location filter of preview_property_search / run_property_search.
Preview a property-database search — free match count + credit cost
GET /api/workspace/search/count/
A free preview of a property-database search: count (how many properties match the filters) and cost (the credits the full search would charge).
Search the property database by investment criteria (1 credit per result)
POST /api/workspace/search/
The full set of properties matching your investment filters — each with valuation, investment metrics, condition, and location detail.