ツール市場
検索
呼び出しテストGoogle Hotels API
Google Hotels API
- 料金
- 0.025000 USDT / リクエスト
- 状態
- 利用可能
- 公式参考価格
- 0.025000 USDT / リクエスト
- 呼び出し方法
- REST · MCP
呼び出しテスト
実行をクリックすると送信されます。入力内容と費用上限を先に確認してください。
テストにはアカウント残高を使用し、選択したキーの予算が適用されます。費用上限は今回の API 呼び出しのみを対象とし、後続の呼び出しや上流の定期タスクは含みません。
テストを実行すると、状態、費用、応答をここで確認できます。
API リファレンス
非同期の作成処理が成功すると受付 ID が返されます。その ID をプロバイダーの状態・結果 API に渡し、タスクの完了を確認してください。
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