← Back to catalog
usrealestate.location_suggest
mock data$0.001 / callUS Location Search
Autocomplete location search for US real estate — returns matching cities, ZIP codes, and addresses with coordinates. Use to find valid city/state codes for property searches (RapidAPI / Realtor.com data)
Input schema
queryrequired
stringLocation search query — city name, address, or ZIP code (e.g. "Austin TX", "90210")
Call via REST
curl -X POST https://unifyapi.pro/api/call/usrealestate.location_suggest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"query":"<query>"}'