---
title: "List Markets"
method: GET
path: "/v1/realtor/markets"
tags: ["Realtor Reference"]
---

# List Markets

`GET /v1/realtor/markets`

List all supported realtor markets.

## Response `200`

Supported markets

- object
  - `markets` Market[]
    - `code` string — Market code for the `market` query parameter (us or ca).
    - `domain` string — Portal domain (realtor.com or realtor.ca).
    - `country` string — ISO 3166-1 alpha-2 country code.
    - `currency` string — ISO 4217 currency code.
    - `locale` string — BCP-47 locale (e.g. en-US).
    - `name` string — Market country name.

---

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