Agoda

Run Agoda Hotel Data Scraper

This endpoint allows you to scrape hotel availability, pricing, and room details from Agoda.

Note

Use the Sync Scraper API Server (https://sync.scraper.mrscraper.com) host when calling this endpoint.

POST
/api/hotels/agoda/sync
x-api-token<token>

In: header

roomsinteger

Number of rooms requested

checkInstring

Check-in date in YYYY-MM-DD format

checkOutstring

Check-out date in YYYY-MM-DD format

adultsinteger

Number of adults

childreninteger

Number of children

currencystring

Currency code

localestring

Locale code

hotelIdinteger

Agoda hotel ID

logininteger

Login status flag (1 = logged in, 0 = guest)

Response Body

application/json

curl -X POST "https://api.app.mrscraper.com/api/hotels/agoda/sync" \  -H "Content-Type: application/json" \  -d '{    "rooms": 1,    "checkIn": "2025-12-05",    "checkOut": "2025-12-06",    "adults": 2,    "children": 0,    "currency": "IDR",    "locale": "en-ID",    "hotelId": 7575,    "login": 1  }'
{
  "success": true,
  "message": "Succesfully scraped",
  "data": {
    "agoda_hotel_id": 7575,
    "checkin_date": "2025-12-05",
    "checkout_date": "2025-12-06",
    "number_of_rooms": 1,
    "number_of_guests": 2,
    "number_of_children": 0,
    "currency": "IDR",
    "locale": "en-ID",
    "login_status": "login",
    "country_code": "en",
    "hotel_information": {
      "hotel_name": "Bumi Surabaya City Resort",
      "star_rating": "5.0",
      "address": "JL. Jend Basuki Rahmat 106-128, Surabaya Center, Surabaya, East Java, Indonesia, 60271",
      "guest_rating": "9.2 Exceptional",
      "review_count": 6581,
      "hotel_image_url": "https://pix8.agoda.net/hotelImages/7575/0/b3ff40e06d41cd364740c4f1c48ca763.jpeg?ce=0&s=414x232&ar=16x9",
      "checkin_date": "2025-12-05",
      "length_of_stay": 1,
      "number_of_adults": 2,
      "number_of_children": 0
    },
    "room_inventory": [
      {
        "room_type_name": "Classic Room Twin",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 80621,
          "fees": 88683,
          "discount": {
            "totalPercentDiscount": 34,
            "roomDiscounts": [
              {
                "type": 0,
                "message": "",
                "amount": 127450
              }
            ],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {
            "appliedDiscountBannerMessage": " applied",
            "totalDiscountBannerMessage": "IDR 127450 off",
            "totalDiscountJacketMessage": "Rp 127450 applied",
            "totalDiscountAmount": 127450,
            "breakdownsTitle": "Total rewards",
            "breakdownsSubtitle": "Already applied",
            "breakdowns": [
              {
                "title": "",
                "subtitle": "Gift from Agoda",
                "discountType": 1,
                "amount": 127450
              }
            ]
          },
          "rate_type": "PAY_NOW",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 678756,
              "allInclusive": 848060
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 678756,
              "allInclusive": 848060
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 127450,
              "allInclusive": 127450
            },
            "originalTotal": {
              "exclusive": 806206,
              "allInclusive": 975510
            },
            "payToAgoda": {
              "exclusive": 678756,
              "allInclusive": 848060
            },
            "payAtHotel": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "ignoreDownliftAmount": {
              "exclusive": 127450,
              "allInclusive": 127450
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 678756,
                "allInclusive": 848060
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 34,
            "crossedOut": {
              "value": 1027884,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price somebody paid to book this room type in the last year.",
            "finalPrice": {
              "value": 678756,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 678756,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 678756,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 806206,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 678756,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 806206,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                },
                {
                  "type": 14,
                  "title": "",
                  "value": {
                    "value": -127450,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 80621,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 88683,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 169304,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://pix8.agoda.net/property/7575/295258709/6d339a7e848fe2a71df2b471b1de56b8.jpeg?ce=2&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/7575/952933656/ff6b4dea70eb619054052775e4ce5b35.jpg?ce=0&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/604781969.jpg?k=46162fd104a6081120879edc8db615016031393bb9f35915c47a3b94d38b909b&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o="
        ],
        "bed_type": "twin-bed",
        "rate_channel_id": 3961,
        "supplier_id": 3038,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "view",
            "text": "City view",
            "symbol": "views"
          },
          {
            "name": "non-smoking-room",
            "text": "Non-smoking",
            "symbol": "non-smoking-room"
          },
          {
            "name": "shower",
            "text": "Shower",
            "symbol": "shower"
          },
          {
            "name": "separate-shower-and-tub",
            "text": "Separate shower/bathtub",
            "symbol": "separate-shower-and-tub"
          },
          {
            "name": "bathtub",
            "text": "Bathtub",
            "symbol": "bathtub"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Classic Room Twin",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 83114,
          "fees": 91425,
          "discount": {
            "totalPercentDiscount": 19,
            "roomDiscounts": [],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {},
          "rate_type": "PAY_AT_HOTEL",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 831141,
              "allInclusive": 1005680
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 831141,
              "allInclusive": 1005680
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "originalTotal": {
              "exclusive": 831141,
              "allInclusive": 1005680
            },
            "payToAgoda": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "payAtHotel": {
              "exclusive": 831141,
              "allInclusive": 1005680
            },
            "ignoreDownliftAmount": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 831141,
                "allInclusive": 1005680
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 19,
            "crossedOut": {
              "value": 1027884,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price somebody paid to book this room type in the last year.",
            "finalPrice": {
              "value": 831141,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 678756,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 678756,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 831141,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 831141,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 831141,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 83114,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 91425,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 174539,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_0D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://pix8.agoda.net/property/7575/295258709/6d339a7e848fe2a71df2b471b1de56b8.jpeg?ce=2&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/7575/952933656/ff6b4dea70eb619054052775e4ce5b35.jpg?ce=0&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/604781969.jpg?k=46162fd104a6081120879edc8db615016031393bb9f35915c47a3b94d38b909b&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o="
        ],
        "bed_type": "twin-bed",
        "rate_channel_id": 3961,
        "supplier_id": 3038,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "view",
            "text": "City view",
            "symbol": "views"
          },
          {
            "name": "non-smoking-room",
            "text": "Non-smoking",
            "symbol": "non-smoking-room"
          },
          {
            "name": "shower",
            "text": "Shower",
            "symbol": "shower"
          },
          {
            "name": "separate-shower-and-tub",
            "text": "Separate shower/bathtub",
            "symbol": "separate-shower-and-tub"
          },
          {
            "name": "bathtub",
            "text": "Bathtub",
            "symbol": "bathtub"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Classic Room Twin",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 95090,
          "fees": 86446,
          "discount": {
            "totalPercentDiscount": 14,
            "roomDiscounts": [
              {
                "type": 0,
                "message": "",
                "amount": 158105
              }
            ],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {
            "appliedDiscountBannerMessage": " applied",
            "totalDiscountBannerMessage": "IDR 158105 off",
            "totalDiscountJacketMessage": "Rp 158105 applied",
            "totalDiscountAmount": 158105,
            "breakdownsTitle": "Total rewards",
            "breakdownsSubtitle": "Already applied",
            "breakdowns": [
              {
                "title": "",
                "subtitle": "Gift from Agoda",
                "discountType": 1,
                "amount": 158105
              }
            ]
          },
          "rate_type": "PAY_NOW",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 886342,
              "allInclusive": 1072474
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 886342,
              "allInclusive": 1072474
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 158105,
              "allInclusive": 158105
            },
            "originalTotal": {
              "exclusive": 1044447,
              "allInclusive": 1230579
            },
            "payToAgoda": {
              "exclusive": 886342,
              "allInclusive": 1072474
            },
            "payAtHotel": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "ignoreDownliftAmount": {
              "exclusive": 158105,
              "allInclusive": 158105
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 886342,
                "allInclusive": 1072474
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 14,
            "crossedOut": {
              "value": 1027829,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price somebody paid to book this room type in the last year.",
            "finalPrice": {
              "value": 886342,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 886556,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 886556,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 1044447,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 886342,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 1044447,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                },
                {
                  "type": 14,
                  "title": "",
                  "value": {
                    "value": -158105,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 95090,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 86446,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 186132,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://pix8.agoda.net/property/7575/295258709/6d339a7e848fe2a71df2b471b1de56b8.jpeg?ce=2&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/7575/952933656/ff6b4dea70eb619054052775e4ce5b35.jpg?ce=0&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/604781969.jpg?k=46162fd104a6081120879edc8db615016031393bb9f35915c47a3b94d38b909b&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o="
        ],
        "bed_type": "twin-bed",
        "rate_channel_id": 1,
        "supplier_id": 28072,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "view",
            "text": "City view",
            "symbol": "views"
          },
          {
            "name": "non-smoking-room",
            "text": "Non-smoking",
            "symbol": "non-smoking-room"
          },
          {
            "name": "shower",
            "text": "Shower",
            "symbol": "shower"
          },
          {
            "name": "separate-shower-and-tub",
            "text": "Separate shower/bathtub",
            "symbol": "separate-shower-and-tub"
          },
          {
            "name": "bathtub",
            "text": "Bathtub",
            "symbol": "bathtub"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Classic Room King",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 74533,
          "fees": 67757,
          "discount": {
            "totalPercentDiscount": 67,
            "roomDiscounts": [
              {
                "type": 0,
                "message": "",
                "amount": 101868
              }
            ],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {
            "appliedDiscountBannerMessage": " applied",
            "totalDiscountBannerMessage": "IDR 101868 off",
            "totalDiscountJacketMessage": "Rp 101868 applied",
            "totalDiscountAmount": 101868,
            "breakdownsTitle": "Total rewards",
            "breakdownsSubtitle": "Already applied",
            "breakdowns": [
              {
                "title": "",
                "subtitle": "Gift from Agoda",
                "discountType": 1,
                "amount": 101868
              }
            ]
          },
          "rate_type": "PAY_NOW",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 685781,
              "allInclusive": 829795
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 685781,
              "allInclusive": 829795
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 101868,
              "allInclusive": 101868
            },
            "originalTotal": {
              "exclusive": 787649,
              "allInclusive": 931663
            },
            "payToAgoda": {
              "exclusive": 685781,
              "allInclusive": 829795
            },
            "payAtHotel": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "ignoreDownliftAmount": {
              "exclusive": 101868,
              "allInclusive": 101868
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 685781,
                "allInclusive": 829795
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 67,
            "crossedOut": {
              "value": 2097484,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price somebody paid to book this room type in the last year.",
            "finalPrice": {
              "value": 685781,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 685781,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 685781,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 787649,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 685781,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 787649,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                },
                {
                  "type": 14,
                  "title": "",
                  "value": {
                    "value": -101868,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 74533,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 67757,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 144014,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://pix8.agoda.net/hotelImages/7575/3121584/95963822d3b00695cfb9d12544e89562.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_15062216090030266934.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://pix8.agoda.net/hotelImages/7575/3121584/0c7393d7b6850359f68500d3144c2ce4.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666932.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666931.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o=",
          "https://pix8.agoda.net/property/7575/1187629226/a4a27d355c4171f16ac2dd7c0f551603.jpeg?ce=2&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/123d5129bd9e347c17b3469dc612816f.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/1da29d79b28b0a3f96012fe917f67d95.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/6b276c483dcd5e78fc3ade622d2eba8e.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/e43130a80336879b58fac9f8ca9b36bc.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/c3e619adba7149311ab2e1dc8568f89b.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/99754de91a5ecdea7809ff289556bb55.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/7d812725b92425befe59549d98059962.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/64c14f521d1856208b29b7b664c58910.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/90ca1f95aeeaba73d8715d5aa14e6be2.jpeg?ce=0&s=414x232&ar=16x9"
        ],
        "rate_channel_id": 1,
        "supplier_id": 28703,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "view",
            "text": "City view",
            "symbol": "views"
          },
          {
            "name": "shower",
            "text": "Shower",
            "symbol": "shower"
          },
          {
            "name": "separate-shower-and-tub",
            "text": "Separate shower/bathtub",
            "symbol": "separate-shower-and-tub"
          },
          {
            "name": "bathtub",
            "text": "Bathtub",
            "symbol": "bathtub"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Classic Room King",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 77665,
          "fees": 70605,
          "discount": {
            "totalPercentDiscount": 65,
            "roomDiscounts": [
              {
                "type": 0,
                "message": "",
                "amount": 87849
              }
            ],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {
            "appliedDiscountBannerMessage": " applied",
            "totalDiscountBannerMessage": "IDR 87849 off",
            "totalDiscountJacketMessage": "Rp 87849 applied",
            "totalDiscountAmount": 87849,
            "breakdownsTitle": "Total rewards",
            "breakdownsSubtitle": "Already applied",
            "breakdowns": [
              {
                "title": "",
                "subtitle": "Gift from Agoda",
                "discountType": 1,
                "amount": 87849
              }
            ]
          },
          "rate_type": "PAY_NOW",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 729723,
              "allInclusive": 882964
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 729723,
              "allInclusive": 882964
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 87849,
              "allInclusive": 87849
            },
            "originalTotal": {
              "exclusive": 817572,
              "allInclusive": 970813
            },
            "payToAgoda": {
              "exclusive": 729723,
              "allInclusive": 882964
            },
            "payAtHotel": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "ignoreDownliftAmount": {
              "exclusive": 87849,
              "allInclusive": 87849
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 729723,
                "allInclusive": 882964
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 65,
            "crossedOut": {
              "value": 2097424,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price somebody paid to book this room type in the last year.",
            "finalPrice": {
              "value": 729723,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 729723,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 729723,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 817572,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 729723,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 817572,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                },
                {
                  "type": 14,
                  "title": "",
                  "value": {
                    "value": -87849,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 77665,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 70605,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 153241,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Cancel for free before 2025-12-03T00:00:00"
          },
          "cancellationCode": "2D100P_100P",
          "description": "Stay flexible! Cancel for free before 2025-12-03T00:00:00 ​ Any cancellation received within 2 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). Any cancellation received within 2 days prior to the arrival date will be charged for the entire stay. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://pix8.agoda.net/hotelImages/7575/3121584/95963822d3b00695cfb9d12544e89562.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_15062216090030266934.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://pix8.agoda.net/hotelImages/7575/3121584/0c7393d7b6850359f68500d3144c2ce4.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666932.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666931.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o=",
          "https://pix8.agoda.net/property/7575/1187629226/a4a27d355c4171f16ac2dd7c0f551603.jpeg?ce=2&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/123d5129bd9e347c17b3469dc612816f.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/1da29d79b28b0a3f96012fe917f67d95.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/6b276c483dcd5e78fc3ade622d2eba8e.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/e43130a80336879b58fac9f8ca9b36bc.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/c3e619adba7149311ab2e1dc8568f89b.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/99754de91a5ecdea7809ff289556bb55.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/7d812725b92425befe59549d98059962.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/64c14f521d1856208b29b7b664c58910.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/90ca1f95aeeaba73d8715d5aa14e6be2.jpeg?ce=0&s=414x232&ar=16x9"
        ],
        "rate_channel_id": 1,
        "supplier_id": 28189,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "view",
            "text": "City view",
            "symbol": "views"
          },
          {
            "name": "shower",
            "text": "Shower",
            "symbol": "shower"
          },
          {
            "name": "separate-shower-and-tub",
            "text": "Separate shower/bathtub",
            "symbol": "separate-shower-and-tub"
          },
          {
            "name": "bathtub",
            "text": "Bathtub",
            "symbol": "bathtub"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Classic Room King",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 84153,
          "fees": 92568,
          "discount": {
            "totalPercentDiscount": 60,
            "roomDiscounts": [],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {},
          "rate_type": "PAY_AT_HOTEL",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 841530,
              "allInclusive": 1018251
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 841530,
              "allInclusive": 1018251
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "originalTotal": {
              "exclusive": 841530,
              "allInclusive": 1018251
            },
            "payToAgoda": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "payAtHotel": {
              "exclusive": 841530,
              "allInclusive": 1018251
            },
            "ignoreDownliftAmount": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 841530,
                "allInclusive": 1018251
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 60,
            "crossedOut": {
              "value": 2097428,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price somebody paid to book this room type in the last year.",
            "finalPrice": {
              "value": 841530,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 841530,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 841530,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 841530,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 841530,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 841530,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 84153,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 92568,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 176721,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_0D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://pix8.agoda.net/hotelImages/7575/3121584/95963822d3b00695cfb9d12544e89562.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_15062216090030266934.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://pix8.agoda.net/hotelImages/7575/3121584/0c7393d7b6850359f68500d3144c2ce4.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666932.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666931.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o=",
          "https://pix8.agoda.net/property/7575/1187629226/a4a27d355c4171f16ac2dd7c0f551603.jpeg?ce=2&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/123d5129bd9e347c17b3469dc612816f.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/1da29d79b28b0a3f96012fe917f67d95.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/6b276c483dcd5e78fc3ade622d2eba8e.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/e43130a80336879b58fac9f8ca9b36bc.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/c3e619adba7149311ab2e1dc8568f89b.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/99754de91a5ecdea7809ff289556bb55.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/7d812725b92425befe59549d98059962.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/64c14f521d1856208b29b7b664c58910.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/90ca1f95aeeaba73d8715d5aa14e6be2.jpeg?ce=0&s=414x232&ar=16x9"
        ],
        "rate_channel_id": 41,
        "supplier_id": 3038,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "view",
            "text": "City view",
            "symbol": "views"
          },
          {
            "name": "shower",
            "text": "Shower",
            "symbol": "shower"
          },
          {
            "name": "separate-shower-and-tub",
            "text": "Separate shower/bathtub",
            "symbol": "separate-shower-and-tub"
          },
          {
            "name": "bathtub",
            "text": "Bathtub",
            "symbol": "bathtub"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Classic Room King",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 93575,
          "fees": 85068,
          "discount": {
            "totalPercentDiscount": 58,
            "roomDiscounts": [
              {
                "type": 0,
                "message": "",
                "amount": 155586
              }
            ],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {
            "appliedDiscountBannerMessage": " applied",
            "totalDiscountBannerMessage": "IDR 155586 off",
            "totalDiscountJacketMessage": "Rp 155586 applied",
            "totalDiscountAmount": 155586,
            "breakdownsTitle": "Total rewards",
            "breakdownsSubtitle": "Already applied",
            "breakdowns": [
              {
                "title": "",
                "subtitle": "Gift from Agoda",
                "discountType": 1,
                "amount": 155586
              }
            ]
          },
          "rate_type": "PAY_NOW",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 872222,
              "allInclusive": 1055389
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 872222,
              "allInclusive": 1055389
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 155586,
              "allInclusive": 155586
            },
            "originalTotal": {
              "exclusive": 1027808,
              "allInclusive": 1210975
            },
            "payToAgoda": {
              "exclusive": 872222,
              "allInclusive": 1055389
            },
            "payAtHotel": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "ignoreDownliftAmount": {
              "exclusive": 155586,
              "allInclusive": 155586
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 872222,
                "allInclusive": 1055389
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 58,
            "crossedOut": {
              "value": 2097484,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price somebody paid to book this room type in the last year.",
            "finalPrice": {
              "value": 872222,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 872432,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 872432,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 1027808,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 872222,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 1027808,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                },
                {
                  "type": 14,
                  "title": "",
                  "value": {
                    "value": -155586,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 93575,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 85068,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 10
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 183167,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://pix8.agoda.net/hotelImages/7575/3121584/95963822d3b00695cfb9d12544e89562.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_15062216090030266934.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://pix8.agoda.net/hotelImages/7575/3121584/0c7393d7b6850359f68500d3144c2ce4.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666932.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://pix8.agoda.net/hotelImages/757/7575/7575_16042110000041666931.jpg?ca=13&ce=1&s=414x232&ar=16x9",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o=",
          "https://pix8.agoda.net/property/7575/1187629226/a4a27d355c4171f16ac2dd7c0f551603.jpeg?ce=2&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/123d5129bd9e347c17b3469dc612816f.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/1da29d79b28b0a3f96012fe917f67d95.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/6b276c483dcd5e78fc3ade622d2eba8e.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/e43130a80336879b58fac9f8ca9b36bc.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/c3e619adba7149311ab2e1dc8568f89b.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/99754de91a5ecdea7809ff289556bb55.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/7d812725b92425befe59549d98059962.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/64c14f521d1856208b29b7b664c58910.jpeg?ce=0&s=414x232&ar=16x9",
          "https://pix8.agoda.net/property/20036954/292776285/90ca1f95aeeaba73d8715d5aa14e6be2.jpeg?ce=0&s=414x232&ar=16x9"
        ],
        "rate_channel_id": 1,
        "supplier_id": 28072,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "view",
            "text": "City view",
            "symbol": "views"
          },
          {
            "name": "shower",
            "text": "Shower",
            "symbol": "shower"
          },
          {
            "name": "separate-shower-and-tub",
            "text": "Separate shower/bathtub",
            "symbol": "separate-shower-and-tub"
          },
          {
            "name": "bathtub",
            "text": "Bathtub",
            "symbol": "bathtub"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Special Offer - Classic Double Room + 2 Complimentary Glasses of Wine Daily",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 98628,
          "fees": 108491,
          "discount": {
            "totalPercentDiscount": 16,
            "roomDiscounts": [
              {
                "type": 0,
                "message": "",
                "amount": 155345
              }
            ],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {
            "appliedDiscountBannerMessage": " applied",
            "totalDiscountBannerMessage": "IDR 155345 off",
            "totalDiscountJacketMessage": "Rp 155345 applied",
            "totalDiscountAmount": 155345,
            "breakdownsTitle": "Total rewards",
            "breakdownsSubtitle": "Already applied",
            "breakdowns": [
              {
                "title": "",
                "subtitle": "Gift from Agoda",
                "discountType": 1,
                "amount": 155345
              }
            ]
          },
          "rate_type": "PAY_NOW",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 830936,
              "allInclusive": 1038055
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 830936,
              "allInclusive": 1038055
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 155345,
              "allInclusive": 155345
            },
            "originalTotal": {
              "exclusive": 986281,
              "allInclusive": 1193400
            },
            "payToAgoda": {
              "exclusive": 830936,
              "allInclusive": 1038055
            },
            "payAtHotel": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "ignoreDownliftAmount": {
              "exclusive": 155345,
              "allInclusive": 155345
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 830936,
                "allInclusive": 1038055
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 16,
            "crossedOut": {
              "value": 993834,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": "The highest bookable price for this room type within a 30-day window around your check-in date.",
            "finalPrice": {
              "value": 830936,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 830936,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 830936,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 986281,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 830936,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 986281,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                },
                {
                  "type": 14,
                  "title": "",
                  "value": {
                    "value": -155345,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 98628,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 108491,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 207119,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_0D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665180.jpg?k=2d9629060b1fa13117e53bec7a8c40e1cba5e897c0c9f05572d1a4128e5de276&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o="
        ],
        "bed_type": "king-bed",
        "rate_channel_id": 1,
        "supplier_id": 3038,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      },
      {
        "room_type_name": "Special Offer - Classic Double Room + 2 Complimentary Glasses of Wine Daily",
        "maximum_occupancy": 2,
        "inclusion_of_breakfast": false,
        "refundable_status": false,
        "pricing_details": {
          "taxes": 98628,
          "fees": 108491,
          "discount": {
            "totalPercentDiscount": 0,
            "roomDiscounts": [],
            "apsPeekDiscount": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            }
          },
          "coupon": {},
          "applied_discount": {},
          "rate_type": "PAY_AT_HOTEL",
          "perBook": {
            "map": {},
            "chargeTotal": {
              "exclusive": 986281,
              "allInclusive": 1193400
            },
            "rebateTotal": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "rebateExtraBed": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "cashBackTotal": null,
            "cashBackExtraBed": null,
            "displayTotal": {
              "exclusive": 986281,
              "allInclusive": 1193400
            },
            "displayAfterCashback": null,
            "pseudoCoupon": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "originalTotal": {
              "exclusive": 986281,
              "allInclusive": 1193400
            },
            "payToAgoda": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "payAtHotel": {
              "exclusive": 986281,
              "allInclusive": 1193400
            },
            "ignoreDownliftAmount": {
              "exclusive": 0,
              "allInclusive": 0
            },
            "autoAppliedPromoDiscount": "",
            "loyaltyOffersSummary": {
              "basePrice": {
                "exclusive": 986281,
                "allInclusive": 1193400
              },
              "offers": [],
              "status": null
            },
            "httpResponseHeaders": null
          },
          "pricing": {
            "crossedOutPrice": null,
            "displayPrice": null,
            "discountPercent": 0,
            "crossedOut": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "corText": null,
            "finalPrice": {
              "value": 986281,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "differentialPrice": null,
            "extraBedPrice": {
              "value": 0,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "displayAfterCashback": null,
            "appPrice": {
              "value": 830936,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "appPricePeek": {
              "appPrice": {
                "value": 830936,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "isCashBackCouponApplied": false
            },
            "shadowRate": null,
            "totalSaving": null,
            "originalPrice": {
              "value": 986281,
              "currency": {
                "id": 25,
                "code": "idr"
              }
            },
            "exclusiveOriginalPrice": null,
            "packageOriginalPrice": null,
            "packageRatePrice": null,
            "breakdowns": {
              "total": [
                {
                  "type": 3,
                  "title": "",
                  "value": {
                    "value": 986281,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "charges": [
                {
                  "type": 13,
                  "title": "",
                  "value": {
                    "value": 986281,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "additionalInfo": null
                }
              ],
              "disclaimerMessage": ""
            },
            "chargeSummary": {
              "includedCharge": [],
              "excludedCharge": [
                {
                  "type": null,
                  "description": "Tax",
                  "chargeAmount": {
                    "value": 98628,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                },
                {
                  "type": null,
                  "description": "Service charge",
                  "chargeAmount": {
                    "value": 108491,
                    "currency": {
                      "id": 25,
                      "code": "idr"
                    }
                  },
                  "percentage": 0
                }
              ]
            },
            "propertySupplierAmount": null,
            "propertySupplierUpliftAmount": null,
            "cartPrice": null,
            "breakfastUpSell": null,
            "cancellationUpSell": null,
            "breakfastWithCancellationUpSell": null,
            "promotionsCumulative": null,
            "longStay": null,
            "roomTaxAndFeeWithAllChargesPRPN": 207119,
            "externalLoyalty": null,
            "priceStatus": 0,
            "availabilityStatus": 0,
            "priceBreakdownPerOccupancy": null,
            "breakfastPrices": {
              "roomBreakfastPrice": {
                "value": 0,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              },
              "hotelBreakfastPrice": {
                "value": 217000,
                "currency": {
                  "id": 25,
                  "code": "idr"
                }
              }
            },
            "allInclusivePerRoomPerNight": null
          }
        },
        "cancellation_policy_details": {
          "titleTemplate": {
            "template": "Non-refundable (Low price!)"
          },
          "cancellationCode": "365D100P_0D100P_100P",
          "description": "This special offer includes an extra-low price, but cannot be amended or cancelled. In case of a no-show, the property will not refund the booking. If you're sure of your travel dates, you can take advantage of this special offer! This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy). This booking is Non-Refundable and cannot be amended or modified. Any cancellation received on your check-in date will incur a charge of 100% of the booking value. Failure to arrive at your hotel or property will be treated as a No-Show and will incur a charge of 100% of the booking value (Hotel policy)."
        },
        "room_image_url": [
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665180.jpg?k=2d9629060b1fa13117e53bec7a8c40e1cba5e897c0c9f05572d1a4128e5de276&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665138.jpg?k=1bec2db5cf3ff819e755b81b1a41a434fe683f9998bce4fffa3f78484e94eeac&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/43665139.jpg?k=c94a4c0e90460562e84b0e5455f78bb370f3a0a8879e2d6136a5cc193c402107&o=",
          "https://q-xx.bstatic.com/xdata/images/hotel/max500/44532830.jpg?k=68718a65c2b5c1cb0204ef9f509fe5c7b66e33ea5022fce08c3dd3a496cd49ff&o="
        ],
        "bed_type": "king-bed",
        "rate_channel_id": 1,
        "supplier_id": 3038,
        "features": [
          {
            "name": "size",
            "text": "43 m²/463 ft²",
            "symbol": "sqm"
          },
          {
            "name": "room-size-sqm",
            "text": "43",
            "symbol": "room-size-sqm"
          },
          {
            "name": "room-size-sqft",
            "text": "463",
            "symbol": "room-size-sqft"
          }
        ]
      }
    ]
  }
}