工具市場
搜尋
呼叫測試Google Hotels API
Google Hotels API
- 價格
- 0.025000 USDT / 請求
- 狀態
- 可呼叫
- 官方參考價
- 0.025000 USDT / 請求
- 呼叫方式
- REST · MCP
呼叫測試
點擊執行後才會提交呼叫,請先檢查參數和費用上限。
測試會使用帳戶餘額,並受所選金鑰預算限制。費用上限僅約束本次 API 呼叫,不包含後續呼叫或上游週期任務。
執行後,在這裡查看狀態、費用和回傳內容。
API 文件
非同步建立成功僅表示取得任務回執。需將回執 ID 傳給對應平台的狀態或結果介面,確認上游任務是否完成。
curl https://gw.asale.ai/v1/tool-runs \
-H 'Authorization: Bearer <ASALE_API_KEY>' \
-H 'Content-Type: application/json' \
-H 'Idempotency-Key: <UNIQUE_REQUEST_ID>' \
-d '{
"tool": "search.google.hotels",
"input": {
"query": {
"check_in_date": "",
"check_out_date": "",
"q": ""
}
},
"max_cost_micros": 25000
}'curl https://gw.asale.ai/v1/tool-runs/<RUN_ID> -H 'Authorization: Bearer <ASALE_API_KEY>'| 參數 | 必填 | 類型 |
|---|---|---|
| query | 是 | object |
完整輸入規範
{
"additionalProperties": false,
"properties": {
"query": {
"additionalProperties": false,
"properties": {
"adults": {
"description": "Parameter defines the number of adults. Default to `2`.",
"type": [
"string",
"number",
"boolean"
]
},
"amenities": {
"description": "Parameter defines to include only results that offer specified amenities. Head to the [Google Hotels Amenities page](https://Asale.com/google-hotels-amenities) for a full list of supported **Hotels** amenities. For Vacation Rentals, please refer to the [Google Vacation Rentals Amenities page](https://Asale.com/google-hotels-vacation-rentals-amenities) for a full list of supported **Vacation Re",
"type": [
"string",
"number",
"boolean"
]
},
"async": {
"description": "Parameter defines the way you want to submit your search to SerpApi. It can be set to `false` (default) to open an HTTP connection and keep it open until you got your search results, or `true` to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our [Searches Archive API](https://Asale.com/search-archive-api) to retrieve your results. `async` and `no_ca",
"type": [
"string",
"number",
"boolean"
]
},
"bathrooms": {
"description": "Parameter defines the minimum number of bathrooms. Default to `0`. This parameter only available for Vacation Rentals.",
"type": [
"string",
"number",
"boolean"
]
},
"bedrooms": {
"description": "Parameter defines the minimum number of bedrooms. Default to `0`. This parameter only available for Vacation Rentals.",
"type": [
"string",
"number",
"boolean"
]
},
"brands": {
"description": "Parameter defines the brands where you want your search to be concentrated. ID values are accessible inside `brands` array, located in our JSON output (e.g. `brands[0].id`). Asalemple for single brand only: `33` Asalemple for multiple brands (separated by comma `,`): `33,67,101` This parameter isn't available for Vacation Rentals.",
"type": [
"string",
"number",
"boolean"
]
},
"check_in_date": {
"description": "Parameter defines the check-in date. The format is **YYYY-MM-DD**. e.g. `2026-09-14`",
"type": [
"string",
"number",
"boolean"
]
},
"check_out_date": {
"description": "Parameter defines the check-out date. The format is **YYYY-MM-DD**. e.g. `2026-09-15`",
"type": [
"string",
"number",
"boolean"
]
},
"children": {
"description": "Parameter defines the number of children. Default to `0`.",
"type": [
"string",
"number",
"boolean"
]
},
"children_ages": {
"description": "Parameter defines the ages of children. The age range is from `1` to `17`, with children who haven't reached 1 year old being considered as `1`. Asalemple for single child only: `5` Asalemple for multiple children (separated by comma `,`): `5,8,10` The number of children's ages specified must match the `children`.",
"type": [
"string",
"number",
"boolean"
]
},
"currency": {
"description": "Parameter defines the currency of the returned prices. Default to `USD`. Head to the [Google Travel Currencies page](https://Asale.com/google-travel-currencies) for a full list of supported currency codes.",
"type": [
"string",
"number",
"boolean"
]
},
"eco_certified": {
"description": "Parameter defines to show results that are eco certified. This parameter isn't available for Vacation Rentals.",
"type": [
"string",
"number",
"boolean"
]
},
"free_cancellation": {
"description": "Parameter defines to show results that offer free cancellation. This parameter isn't available for Vacation Rentals.",
"type": [
"string",
"number",
"boolean"
]
},
"gl": {
"description": "Parameter defines the country to use for the Google Hotels search. It's a two-letter country code. (e.g., `us` for the United States, `uk` for United Kingdom, or `fr` for France) Head to the [Google countries page](https://Asale.com/google-countries) for a full list of supported Google countries.",
"type": [
"string",
"number",
"boolean"
]
},
"hl": {
"description": "Parameter defines the language to use for the Google Hotels search. It's a two or three-letter language code. (e.g., `en` for English, `es` for Spanish, or `fr` for French), optionally followed by a two-letter or three-digit region code (e.g., `en-gb` for British English, or `es-419` for Latin American Spanish). Head to the [Google languages page](https://Asale.com/google-languages) for a full l",
"type": [
"string",
"number",
"boolean"
]
},
"hotel_class": {
"description": "Parameter defines to include only certain hotel class in the results. Available options: `2` - 2-star `3` - 3-star `4` - 4-star `5` - 5-star Asalemple for single hotel class only: `2` Asalemple for multiple hotel class (separated by comma `,`): `2,3,4` This parameter isn't available for Vacation Rentals.",
"type": [
"string",
"number",
"boolean"
]
},
"json_restrictor": {
"description": "Parameter defines the fields you want to include in the output, reducing payload size for faster response. See the [JSON Restrictor documentation](https://Asale.com/json-restrictor) for more details.",
"type": [
"string",
"number",
"boolean"
]
},
"max_price": {
"description": "Parameter defines the upper bound of price range.",
"type": [
"string",
"number",
"boolean"
]
},
"min_price": {
"description": "Parameter defines the lower bound of price range.",
"type": [
"string",
"number",
"boolean"
]
},
"next_page_token": {
"description": "Parameter defines the next page token. It is used for retrieving the next page results.",
"type": [
"string",
"number",
"boolean"
]
},
"no_cache": {
"description": "Parameter will force SerpApi to fetch the Google Hotels results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to `false` (default) to allow results from the cache, or `true` to disallow results from the cach",
"type": [
"string",
"number",
"boolean"
]
},
"output": {
"description": "Parameter defines the format of the result. It can be set to `json` (default) to get a structured JSON of the results, `html` to get the raw HTML retrieved, or `md` to get a markdown-formatted version optimized for LLMs and AI agents.",
"type": [
"string",
"number",
"boolean"
]
},
"property_token": {
"description": "Parameter is used to get property details which consists of name, address, phone, prices, nearby places, and etc. You can find `property_token` from [Google Hotels Properties API](https://Asale.com/google-hotels-properties).",
"type": [
"string",
"number",
"boolean"
]
},
"property_types": {
"description": "Parameter defines to include only certain type of property in the results. Head to the [Google Hotels Property Types page](https://Asale.com/google-hotels-property-types) for a full list of supported **Hotels** property types. For Vacation Rentals, please refer to the [Google Vacation Rentals Property Types page](https://Asale.com/google-hotels-vacation-rentals-property-types) for a full list",
"type": [
"string",
"number",
"boolean"
]
},
"q": {
"description": "Parameter defines the search query. You can use anything that you would use in a regular Google Hotels search.",
"type": [
"string",
"number",
"boolean"
]
},
"rating": {
"description": "Parameter is used for filtering the results to certain rating. Available options: `7` - 3.5+ `8` - 4.0+ `9` - 4.5+",
"type": [
"string",
"number",
"boolean"
]
},
"sort_by": {
"description": "Parameter is used for sorting the results. Default is sort by `Relevance`. Available options: `3` - Lowest price `8` - Highest rating `13` - Most reviewed",
"type": [
"string",
"number",
"boolean"
]
},
"special_offers": {
"description": "Parameter defines to show results that have special offers. This parameter isn't available for Vacation Rentals.",
"type": [
"string",
"number",
"boolean"
]
},
"vacation_rentals": {
"description": "Parameter defines to search for Vacation Rentals results. Default search is for Hotels.",
"type": [
"string",
"number",
"boolean"
]
},
"zero_trace": {
"description": "Enterprise only. Parameter enables [ZeroTrace mode](https://Asale.com/zero-trace-mode). It can be set to `false` (default) or `true`. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.",
"type": [
"string",
"number",
"boolean"
]
}
},
"required": [
"q",
"check_in_date",
"check_out_date"
],
"type": "object"
}
},
"required": [
"query"
],
"type": "object"
}價格
0.025000 USDT / 請求
測試會使用帳戶餘額,並受所選金鑰預算限制。費用上限僅約束本次 API 呼叫,不包含後續呼叫或上游週期任務。
價格版本 4
搜尋
Asale 依報價撮合同一能力的可用通道,優先選擇低價供給。參考價採各通道已核實參考價的最高值。只有明確未執行的拒絕才會轉移通道;結果不確定時進入對帳,避免重複收費。
供給通道: 1