Realty in CA

फ्रीमियम
द्वारा Api Dojo | अपडेट किया गया 15 days ago | Business
लोकप्रियता

9.6 / 10

लेटेंसी

1,698ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

question for query search of a specific city

Is there a way to search for all the listings of a specific city? I noticed I have to give the rectangle coordinate boundary as input, but that’s really inconvenient and inaccurate. Is there anyway we can get result from just a city e.g. “toronto”?

thanks!

Rapid account: Apidojo
apidojo Commented a year ago

Hello,
You may try the auto complete endpoint (version 2) with an actual address. It will return ListingId and ReferenceNumber directly to use with get detailed endpoint.
Ex : …/locations/v2/auto-complete?CultureId=1&Query=183 willow park
{
“ErrorCode”: {},
“Results”: [
{
“Type”: 1,
“ListingId”: “24791991”,
“ReferenceNumber”: “W5738775”,
“Address_EN”: “183 WILLOW PARK DR”,
“Address_FR”: “183 WILLOW PARK DR”,

}
]
}
Regards.

Rapid account: Payelkarmakar
payelkarmakar Commented a year ago

how to get reference number from the autocomplete address api to further get the property details ?

Rapid account: Apidojo
apidojo Commented 2 years ago

Hello,

You should check realtor.ca to know how it searches and lists properties. Our endpoints are mapped to accordingly features on the site.

Regards.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें