Realty in US

부분 유료
Verified
분류별 Api Dojo | 업데이트됨 20 days ago | Business
인기

9.9 / 10

지연 시간

1,585ms

서비스 수준

99%

Health Check

N/A

모든 토론으로 돌아가기

Amount of units for multi family

Rapid account: Laestry
Laestry
2 years ago

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 years ago

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.

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

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