Skip to content
Eden Engine

Hotel Nightly Rates & Booking Options (by Google Hotels Page)

omnial/google-hotel

Given a Google Hotels page URL for a property, returns the hotel name, check-in and check-out dates, price currency, a location label, and a list of booking sites with the nightly price each quotes -- e.g. Agoda, Booking.com, Trip.com and others listed on the page.

activeper callv1
Provider
Web & Business Data Network
Category
hotels
Provider price
$0.01365 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Full Google Hotels page URL, e.g. https://www.google.com/travel/hotels/entity/ChUI17vV0u_fprYCGgkvbS8wZGQ5MDMQAQ"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "checkin": {
      "type": "string",
      "description": "Check-in date as YYYY-MM-DD, e.g. '2026-09-18' on both fixtures."
    },
    "checkout": {
      "type": "string",
      "description": "Check-out date as YYYY-MM-DD, e.g. '2026-09-19' on both fixtures."
    },
    "currency": {
      "type": "string",
      "description": "ISO currency code of the quoted prices, 'IDR' on both real fixtures."
    },
    "location": {
      "type": "string",
      "description": "A location label for the stay district/country, e.g. 'Indonesia' on the default fixture. Observed as an empty string on the US-locale fixture -- present as a field, not guaranteed to carry text."
    },
    "hotel_name": {
      "type": "string",
      "description": "The property's name as shown on the page, e.g. 'Marina Bay Sands Singapore'."
    },
    "booking_options": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "url": {
            "type": [
              "string",
              "null"
            ],
            "description": "The booking site's deep link as it appeared on the page. DELIBERATELY NOT RETURNED: the raw value is a third-party referral URL (affiliate and tracking identifiers embedded), so the shaped output carries null here."
          },
          "name": {
            "type": "string",
            "description": "The booking site's name, e.g. 'Agoda', 'Booking.com', 'Trip.com'."
          },
          "price": {
            "type": "string",
            "description": "The nightly price the site quotes, as a display string whose currency label and number formatting follow the page locale -- e.g. 'Rp 26.497.024' on the default-locale fixture and 'IDR 26,497,024' on the US-locale fixture. Not a machine-readable number."
          }
        },
        "additionalProperties": true
      },
      "description": "Each booking site (hotel reseller, travel agency) listed on the page and the price it quotes. 19 options on both real fixtures captured."
    }
  },
  "description": "A Google Hotels entity page's parsed content: the hotel name, the stay's check-in and check-out dates, the price currency, a location label, and every booking site listed on the page with the nightly price it quotes.",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.01365
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 25, 2026