Realty in CA

부분 유료
분류별 Api Dojo | 업데이트됨 1ヶ月前 | Business
인기

9.6 / 10

지연 시간

1,655ms

서비스 수준

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 1年前

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 1年前

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

Rapid account: Apidojo
apidojo Commented 3年前

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.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입