ConsoleCatalog
Sign in
Zillow logo

Zillow

zillow.comReal Estateno auth

Home listings, property details, Zestimates, and location lookups.

Location Search

ASYNCREADNo auth

Returns Zillow region IDs for a city, ZIP code, address, or neighborhood.

ParametersFormJSON

City, ZIP, address, or neighborhood (e.g. san francisco, 90210)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "zl_location_search",
    "params": {
      "query": "Los Angeles"
    }
  }'