Skip to main content
GET
/
v1
/
zillow
/
markets
List Markets
curl --request GET \
  --url https://scrapebadger.com/v1/zillow/markets \
  --header 'x-api-key: <api-key>'
{
  "markets": [
    {
      "code": "<string>",
      "country": "<string>",
      "currency": "<string>",
      "locale": "<string>",
      "name": "<string>",
      "domain": "<string>"
    }
  ]
}

Response

markets
array
Array of advertised coverage markets. Informational only — Zillow serves all inventory from zillow.com, so there is no market routing parameter.

Example Response

{
  "markets": [
    { "code": "US", "domain": "zillow.com", "country": "US", "currency": "USD", "locale": "en-US", "name": "United States" },
    { "code": "CA", "domain": "zillow.com", "country": "CA", "currency": "USD", "locale": "en-US", "name": "Canada (MLS feed on zillow.com)" }
  ]
}
Listing markets is a free reference endpoint (0 credits).

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Coverage markets

markets
object[]