Hotel Ranking and Reviews

HSP provides rating and reviews, the data been pulled from different suppliers: TrustYou, Expedia, Booking.com
in order to receive rating and reviews the client has to have a valid contract with at least one supplier.

This data can be simply and seamlessly integrated as part of hotels searching process, and to present it to end consumers.

Booking.com - Review Score

Booking.com’s review score, based on feedback from its customers, enables you to enhance your booking platform with real-time, customizable review content.

Once Booking.com is integrated as a connected supplier in your system, the relevant Details Levels will return the review score under the "HotelReviews" field.


📘

Note:

Refer to the applicable 'Detail Levels' that support the 'Booking.com' Rating value.

TrustYou

TrustYou reviews and rating empowers you to enhance your booking platforms with real-time and customizable review content .
Guest reviews and ratings offer crucial insights that travelers rely on when planning and booking their hotels .

👍

NOTE :

By default the response will neither contain TrustYou content, nor call reviews service, unless you have a contract signed with TrustYou.

You can contact 'TrustYou' team on [email protected] or [email protected] and once you have a contract signed with them, please contact us and we'll activate it for you.

Please be advised that you can retrieve TrustYou reviews only for hotels that were returned on the session and only by sending "ExcludeHotelDetails = False" in the search request.


TrustYou reviews and rating in the "SearchHotels"

Once a "SearchHotels" is initiated with 'DetailLevel' = 6 - the response will contain the following data :

  1. "StarRating" - Hotel's star rating .
  2. "TripAdvisor"/"Rating" - The rating of the hotel by TrustYou's clients .
  3. "TripAdvisor"/"RatingImageUrl" - An image with rating as in the "Rating" field .
  4. "TripAdvisor"/"ReviewCount" - The number of reviews available for this hotel in TrustYou .
Example "SearchHotel" Response with TrustYou enabled

Example "SearchHotel" Response with TrustYou enabled


TrustYou - "GetHotelInfo" call

In addition to the hotel data provided during the "SearchHotel" step, there is an additional call called "GetHotelInfo" .

When initiating the "GetHotelInfo" call, the response will include comprehensive information, including the hotel's reviews URL, rating breakdown, reviews summaries, and more.

This data can be utilized to present valuable and vital information to assist clients in their booking process and decision-making.

Request Parameters

FieldExplanationMandatory
SessionIDThe session ID returned in the SearchHotels step
HotelIDHotelID (which returned in the SearchHotels response

Request Example

Endpoint: https://services.carsolize.com/Tripadvisor/Service.svc/json/GetHotelInfo

Example Request - JSON :

{
	"rqst": {
		"__type": "GetHotelInfoRequest",
		"language": "en"
	},
	"sessionId": "/181/142423/D20240605T080531/f7d13008b0ec452e994c7c559a8e2243",
	"hotelId": 4091194
}

Example Response - JSON :

{
	"GetHotelInfoResult": {
		"AllReviewsUrl": "https:\/\/api.trustyou.com\/hotels\/84a71ea3-04cd-4e7d-a559-d506545d4095\/meta_review.html?lang=en&key=f1836b22-0422-47bc-8d5d-2c487fcde198",
		"HotelInfoResult": {
			"RatingBreakDown": [
				{
					"NumReviews": 1,
					"Score": 1
				},
				{
					"NumReviews": 1,
					"Score": 2
				},
				{
					"NumReviews": 5,
					"Score": 3
				},
				{
					"NumReviews": 4,
					"Score": 4
				},
				{
					"NumReviews": 10,
					"Score": 5
				}
			],
			"ReviewSummaries": [
				{
					"ContentSummary": "Clean.",
					"Language": "en",
					"RatingImageUrl": "https:\/\/carsolizeprod.blob.core.windows.net\/images\/TrustYou\/5.png",
					"Title": "Cleanliness"
				},
				{
					"ContentSummary": "Best value for money.;Good price",
					"Language": "en",
					"RatingImageUrl": "https:\/\/carsolizeprod.blob.core.windows.net\/images\/TrustYou\/5.png",
					"Title": "Value"
				},
				{
					"ContentSummary": "Great room.;Great rooms",
					"Language": "en",
					"RatingImageUrl": "https:\/\/carsolizeprod.blob.core.windows.net\/images\/TrustYou\/4_5.png",
					"Title": "Room"
				}
			]
		},
		"UserReviewResult": {}
	}
}

Please note the AllReviewsUrl tag, links to a webpage that displays even more information, and can be displayed on your website as well.

👍

NOTE :

If the response shows an error or "No reviews retrieved" this typically occurs because reviews are not available from TrustYou.