Trip
Limitations:
- The reviews are sourced from different websites such as Expedia, Hotels, etc. However, information about the review source is not parsed.
- For profiles that are not rated, the average rating defaults to 0.0.
- The original text of reviews is being collected, and not the translated one such as the samples below:
Supported URL formats:
- Hotels - https://www.trip.com/hotels/
Supported Metadata
- For profile - company name, address
Example:
{"name":"Hampton by Hilton Slender West Lake Yangzhou"}
Meanwhile, here's a sample JSON using the reviews endpoint for reference:
{ "success": true, "status": 200, "job_id": 656304007, "source_url": "https://www.trip.com/hotels/fayetteville-hotel-detail-100300235/tru-by-hilton-fayetteville-fort-bragg/", "source_name": "trip", "place_id": null, "external_identifier": null, "meta_data": "{\"name\":\"Tru by Hilton Fayetteville Fort Liberty\"}", "unique_id": "100300235", "review_count": 7, "average_rating": 4.3, "last_crawl": "2024-03-13", "crawl_status": "complete", "percentage_complete": 100, "result_count": 7, "credits_used": 11, "from_date": null, "blocks": null, "reviews": [ { "id": 20270292816, "name": "Guest User", "date": "2023-12-31", "rating_value": 5.0, "review_text": "Everything was amazing hotel and staff were great Would most definitely stay there again.", "url": null, "profile_picture": null, "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": null, "unique_id": null, "meta_data": "{\"datashake_review_uuid\":\"fe6278de-3be0-3978-bb16-7ad87142ec1f\"}" }, { "id": 20270292826, "name": "Travolic", "date": "2023-12-31", "rating_value": 5.0, "review_text": "服務態度很好 房間很乾淨很大 公共設施有飲水機 咖啡 茶類 撞球桌和健身房.飯店的早餐也很好吃 平日是6.-9. 假日是7.-10.", "url": null, "profile_picture": null, "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": null, "unique_id": null, "meta_data": "{\"datashake_review_uuid\":\"27f42b99-b6e1-325b-ae88-e80cee164960\"}" }, { "id": 20270292832, "name": "Cameron", "date": "2023-12-12", "rating_value": 4.0, "review_text": "Very very, by far the best hotel. Just wish breakfast was service til 10a instead ending at 9a on weekdays ", "url": null, "profile_picture": null, "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": null, "unique_id": null, "meta_data": "{\"datashake_review_uuid\":\"7648de39-e11e-3908-84b0-52a9fcb6855e\"}" }, { "id": 20270292842, "name": "Michelle", "date": "2023-11-23", "rating_value": 5.0, "review_text": "Great staff and hotel. Not much amenities in the room which is fine because I only needed the mini fridge. They offer microwave in the lobby area. The rooms were clean and comfortable. ", "url": null, "profile_picture": null, "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": null, "unique_id": null, "meta_data": "{\"datashake_review_uuid\":\"3b38a0e0-791c-3452-9473-1ba73b196782\"}" }, { "id": 20270292849, "name": "Denise", "date": "2023-11-21", "rating_value": 5.0, "review_text": "This property is so clean, and the staff is fantastic.", "url": null, "profile_picture": null, "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": null, "unique_id": null, "meta_data": "{\"datashake_review_uuid\":\"7cac883d-a1cf-3a42-8ea7-92a1ea78da4c\"}" }, { "id": 20270292870, "name": "James", "date": "2023-10-30", "rating_value": 5.0, "review_text": "Very attentive and quick check in", "url": null, "profile_picture": null, "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": null, "unique_id": null, "meta_data": "{\"datashake_review_uuid\":\"eff21e2d-28fd-3d83-a624-c5020c18ad9c\"}" }, { "id": 20270292856, "name": "Leonid", "date": "2023-10-11", "rating_value": 4.0, "review_text": "Very modern, new, clean, quiet airconditioner.", "url": null, "profile_picture": null, "location": null, "review_title": null, "verified_order": false, "reviewer_title": null, "language_code": null, "unique_id": null, "meta_data": "{\"datashake_review_uuid\":\"2609f57f-bd3f-3c49-b11f-0e7f3ec2ebbf\"}" } ] }