Booking Platforms
Description: Shows available booking services and platforms for various services.
API Response Structure:
{
"platforms": [
{
"name": "Platform Name",
"type": "Hotel/Flight/Restaurant",
"logo": "https://example.com/logo.png",
"features": {
"instantBooking": true,
"freeCancel": true,
"priceMatch": true
},
"ratings": {
"score": 4.5,
"reviews": "10K+",
"trustScore": 9.2
},
"availability": {
"inventory": "1000+",
"locations": "Worldwide",
"languages": ["English", "Spanish"]
},
"pricing": {
"fees": "No booking fees",
"currency": "Multiple",
"bestPriceGuarantee": true
}
}
],
"comparisons": {
"priceRanges": {
"lowest": "Platform A",
"average": "Platform B",
"highest": "Platform C"
},
"features": [
{
"feature": "24/7 Support",
"availability": {
"Platform A": true,
"Platform B": false
}
}
]
},
"type": "bookingPlatforms"
}
Fields:
-
platforms
(array): Booking services-
name
(string): Platform name -
type
(string): Service type -
features
(object): Platform features -
ratings
(object): User ratings -
availability
(object): Service scope -
pricing
(object): Price information
-
-
comparisons
(object): Platform comparisons -
type
(string): Always "bookingPlatforms"