Realty in US

फ्रीमियम
Verified
द्वारा Api Dojo | अपडेट किया गया 20 дней назад | Business
लोकप्रियता

9.9 / 10

लेटेंसी

1,585ms

सेवा का स्तर

99%

Health Check

N/A

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

Amount of units for multi family

Rapid account: Laestry
Laestry
2 года назад

is there any chance that you’ll add unit amount for multi family?

var axios = require(“axios”).default;

var options = {
method: ‘GET’,
url: ‘https://realty-in-us.p.rapidapi.com/properties/v2/list-for-sale’,
params: {
city: ‘Los Angeles’,
state_code: ‘CA’,
offset: ‘0’,
limit: ‘200’,
postal_code: ‘90031’,
sort: ‘relevance’,
prop_type: ‘multi_family’
},
headers: {
‘x-rapidapi-host’: ‘realty-in-us.p.rapidapi.com’,
‘x-rapidapi-key’: ‘64d2053575mshca47ba4be6f8fe6p1d6504jsnc8db0f5f97fd’
}
};

axios.request(options).then(function (response) {
console.log(response.data);
}).catch(function (error) {
console.error(error);
});

Rapid account: Apidojo
apidojo Commented 2 года назад

Hello,

Please confirm that the required feature is available on the official site. May you share with me some links or screenshots as reference?

Regards.

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

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