Airbnb

फ्रीमियम
द्वारा 3B Data / @CRAWLER2API | अपडेट किया गया 20 giorni fa | Travel
लोकप्रियता

9.7 / 10

लेटेंसी

2,597ms

सेवा का स्तर

100%

Health Check

N/A

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

returned url and deeplink not working

Rapid account: Gilanj
gilanj
un anno fa

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 un anno fa

Fixed.

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

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