UnifyAPI
← Back to catalog

usrealestate.location_suggest

mock data$0.001 / call

US 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)

Financeprovider: Usrealestate#usrealestate#finance

Input schema

queryrequired

Location search query — city name, address, or ZIP code (e.g. "Austin TX", "90210")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.