Airbnb

부분 유료
분류별 3B Data / @CRAWLER2API | 업데이트됨 20 दिन पहले | Travel
인기

9.7 / 10

지연 시간

2,597ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

returned url and deeplink not working

Rapid account: Gilanj
gilanj
एक वर्ष पहले

for example:
https://www.airbnb.com/rooms/786955625598555600

returned from:
const axios = require(“axios”);

const options = {
method: ‘GET’,
url: ‘https://airbnb13.p.rapidapi.com/search-location’,
params: {
location: ‘Paris’,
checkin: ‘2023-03-01’,
checkout: ‘2023-03-31’,
adults: ‘1’,
children: ‘0’,
infants: ‘0’,
page: ‘1’
},
headers: {
‘X-RapidAPI-Key’: ‘48574254f1msh4b30d04f1e489edp1cf49ajsn936fc517c19a’,
‘X-RapidAPI-Host’: ‘airbnb13.p.rapidapi.com
}
};

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

Rapid account: Mhozic
mhozic Commented एक वर्ष पहले

Fixed.

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

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