Resolve a city / county / ZIP name into a search-area object (free)

GET /api/area/autocomplete/

Free

What it returns

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. This is how you turn "Austin" or "Travis County" into the exact object the search needs.

Distinct from auto_complete_address: that resolves a single street address (for the single-property analysis tools); this resolves a search area (a whole city / county / ZIP) for database search.

When to use it

Pricing

Free — 0 credits.

Errors

StatusMeaning
400input missing.
404No areas matched the input.

Parameters

Responses

More in Property Search