Zillow

부분 유료
분류별 Sabri | 업데이트됨 месяц назад | Data
인기

9.9 / 10

지연 시간

797ms

서비스 수준

100%

Health Check

93%

모든 토론으로 돌아가기

Search for filtered properties by coordinates

Rapid account: Surup
surup
7 месяцев назад

I’m testing your api here on the site and specified isSingleFamily: ‘true’, but I was returned addresses with type LOT and MULTI_FAMILY

url: ‘https://zillow56.p.rapidapi.com/search_coordinates’,
params: {
long: ‘-73.854416’,
lat: ‘42.995804’,
d: ‘1’,
page: ‘1’,
output: ‘json’,
isSingleFamily: ‘true’
},

Rapid account: Surup
surup Commented 7 месяцев назад

Thank you for the clarification.

Rapid account: S Mahmoud 97
s.mahmoud97 Commented 7 месяцев назад

The other parameters are True by default, so if you want SINGLE_FAMILY properties only, the request params should be as follows:
params: {
long: ‘-73.854416’,
lat: ‘42.995804’,
d: ‘1’,
isSingleFamily: ‘true’,
isMultiFamily: ‘false’,
isApartment: ‘false’,
isCondo: ‘false’,
isManufactured: ‘false’,
isTownhouse: ‘false’,
isLotLand: ‘false’
},

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

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