We have a Booking.com an XML / API for approximately 650,000 properties on our website with 2 performance issues when trying to integrate TripAdvisor reviews :
1. TripAdvisor provides review data on a one way look up
2. Not all hotels in a location are returned, or returned accurately to the Booking.com data
3. We need to find a method to programmatically search for the hotel/s on TripAdvisor , and then map it back to our Booking.com list
4. Additionally, we are finding the speed of the results returned is slow, dragging the overall site speed down to levels which are not good UI/UX.
An example of a good implementationwhich is fast and accurate in search results and hotel profiles using the Expedia / TripAdvisor feed is here :
However, I can see no examples of a good implementation with a Booking.com / TripAdvisor
We would appreciate any guidance on how to solve these problems