Zillow

免费增值
通过 Sabri | 已更新 22 days ago | Data
人气

9.9 / 10

延迟

711ms

服务等级

100%

Health Check

100%

返回所有讨论

Search for filtered properties by coordinates

Rapid account: Surup
surup
6 months ago

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 6 months ago

Thank you for the clarification.

Rapid account: S Mahmoud 97
s.mahmoud97 Commented 6 months ago

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’
},

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论