Search on Booking Platforms

Description: Displays booking websites for travel, accommodation, or services.

API Response Structure:

{
  "platforms": [
    {
      "link": {
        "url": "https://booking.example.com",
        "visibleText": "Book on Platform Name"
      },
      "details": {
        "name": "Platform Name",
        "type": "Hotel Booking",
        "rating": 4.5,
        "reviews": "1M+",
        "properties": "2M+"
      },
      "features": {
        "priceMatch": true,
        "freeCancel": true,
        "instantBook": true
      },
      "currentDeals": {
        "discount": "10% off",
        "validUntil": "2023-08-31"
      }
    }
  ],
  "type": "searchOnBookingPlatforms"
}

Fields:

  • platforms (array): Booking sites

    • link (object): Platform URL info

    • details (object): Platform information

    • features (object): Available features

    • currentDeals (object): Active promotions

  • type (string): Always "searchOnBookingPlatforms"