Zillow

FREEMIUM
Par Sabri | Mise à jour il y a 24 jours | Data
Popularité

9.9 / 10

Latence

709ms

Niveau de service

100%

Health Check

100%

Retour à toutes les discussions

Search for filtered properties by coordinates

Rapid account: Surup
surup
il y a 7 mois

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 il y a 6 mois

Thank you for the clarification.

Rapid account: S Mahmoud 97
s.mahmoud97 Commented il y a 6 mois

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

Participez à la discussion - ajoutez un commentaire ci-dessous:

Connectez-vous / Inscrivez-vous pour publier de nouveaux commentaires