Multiple properties

Develper issues when using the Beds24 APi.
Post Reply
team.miura.beds24
Posts: 29
Joined: Tue Jan 30, 2018 12:30 pm

Hi,

We want to make custom search form for multiple properties, similar to the beds24 advanced search function.

May I know which API can be used to get all the data, to download them to our database?

It seems that the best option available right now is the
https://www.beds24.com/api/csv/getroomdailycsv

Because I can get the availability for a whole property in 1 call.

I am looking at
https://www.beds24.com/api/ota/OTA_HotelAvail
But, it seems that this API can only give me availability for a room.

Thanks in advance

Wahyu
team.miura.beds24
Posts: 29
Joined: Tue Jan 30, 2018 12:30 pm

As a note,

1 of the beds24 account will have 26 properties, with 2 room types, 2 rooms each. This means that I need 52 calls just to get updated availability.

With limited API call, it is difficult to get updated availability and save bookings for all the properties. Is there a way to reduce the number of calls I make?

Also, can I get the data of the advanced search for multiple properties by API? Which API can produce the same XML as the AirBnB XML?

What is the recommended time lapse for getting availabilities and rates?

Thank you for taking the time to answer.
markkinchin
Site Admin
Posts: 935
Joined: Fri Mar 02, 2012 1:43 pm

There is no direct API function like the multiple property booking page advanced search.

You could keep a list of searchable features and the values for each property at your server and filter properties using these.
Post Reply