Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://scrapebadger.com/v1/realtor/markets \ --header 'x-api-key: <api-key>'
{ "markets": [ { "code": "<string>", "domain": "<string>", "country": "<string>", "currency": "<string>", "locale": "<string>", "name": "<string>" } ] }
List all supported realtor markets with their portals, currencies, and locales.
Show Market object
market
us
ca
realtor.com
realtor.ca
en-US
{ "markets": [ { "code": "us", "domain": "realtor.com", "country": "US", "currency": "USD", "locale": "en-US", "name": "United States" }, { "code": "ca", "domain": "realtor.ca", "country": "CA", "currency": "CAD", "locale": "en-CA", "name": "Canada" } ] }
Supported markets
Show child attributes