---
title: "Location Suggestions"
method: GET
path: "/v1/zillow/autocomplete"
tags: ["Zillow Reference"]
---

# Location Suggestions

`GET /v1/zillow/autocomplete`

Resolve a partial search term to Zillow regions/addresses (regionId, lat/lng).

## Query parameters

- `query` string, required

## Response `200`

Suggestions

- object
  - `query` string
  - `results` AutocompleteResult[]
    - `display` string, nullable
    - `region_id` integer, nullable
    - `region_type` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `zpid` string, nullable
    - `metro_id` integer, nullable

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
