> ## Documentation Index
> Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 设置 Google 酒店信息任务

> Google Hotel Info 将为您提供特定酒店实体在 [Google Hotels](http://www. 上可用的结构化数据



## OpenAPI

````yaml openapi/zh/dataforseo.json POST /dataforseo/business_data/google/hotel_info/task_post
openapi: 3.0.3
info:
  title: DataForSEO API
  version: 1.0.0
  description: 通过 AIsa 统一网关提供的 DataForSEO API 端点。
servers:
  - url: https://api.aisa.one/apis/v1
security:
  - BearerAuth: []
paths:
  /dataforseo/business_data/google/hotel_info/task_post:
    post:
      summary: 设置 Google 酒店信息任务
      description: >-
        Google Hotel Info 将提供 [Google
        Hotels](http://www.google.com/travel/hotels)
        平台上特定酒店实体的可用结构化数据，例如服务描述、位置详情、评分、设施、评论、图片、价格等。
      operationId: post_dataforseo_business_data_google_hotel_info_task_post
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                hotel_identifier:
                  type: string
                  description: >-
                    *酒店唯一标识符* **如果未指定 `keyword`，则为必填字段** **如果使用此字段，则无需指定
                    `keyword`** Google 搜索中酒店实体的唯一标识符；可以通过请求高级 [Google SERP
                    API](https://docs.dataforseo.com/v3/serp/google/organic/overview.md)（该值包含在响应的
                    `hotels_pack` 元素中），或 Business Data API 的 [Hotel Searches
                    端点](https://docs.dataforseo.com/v3/business_data/google/hotel_searches/task_post.md)获取该值；示例：`ChYIq6SB--i6p6cpGgovbS8wN2s5ODZfEAE`
                keyword:
                  type: string
                  description: >-
                    *keyword* **如果未指定 `hotel_identifier`，则为必填字段**
                    **如果使用此字段，则无需指定
                    `hotel_identifier`**。你指定的关键词应表示酒店实体的名称。`keyword` 字段最多可以指定
                    **700 个字符**。**所有 %## 都将被解码（加号字符“+”将被解码为空格字符）**。如果需要在
                    `keyword` 中使用“%”字符，请将其指定为“%25”。
                priority:
                  type: integer
                  description: >-
                    *任务优先级* 可选字段 可采用以下值：1 – 普通执行优先级（默认设置）2 – 高执行优先级
                    使用高执行优先级的任务将额外收费。费用可在[定价](https://dataforseo.com/pricing/business-data/google-hotels-api
                    "定价")页面计算。
                location_name:
                  type: string
                  description: >-
                    *搜索引擎位置的完整名称* **如果未指定 `location_code` 或
                    `location_coordinate`，则此字段为必填字段**。**如果使用此字段，则无需指定
                    `location_code` 或 `location_coordinate`**。您可以单独请求
                    `https://api.dataforseo.com/v3/business_data/google/locations`，获取包含
                    `location_name` 的可用位置列表。示例：`London,England,United Kingdom`
                location_code:
                  type: integer
                  description: >-
                    *搜索引擎位置代码* **如果未指定 `location_name` 或
                    `location_coordinate`，则为必填字段** **如果使用此字段，则无需指定
                    `location_name` 或 `location_coordinate`** 可通过向
                    `https://api.dataforseo.com/v3/business_data/google/locations`
                    单独发送请求，获取包含 `location_code` 的可用位置列表。示例：`2840`
                location_coordinate:
                  type: string
                  description: >-
                    *位置的 GPS 坐标* **如果未指定 `location_name` 或
                    `location_code`，则为必填字段** **如果使用此字段，则无需指定 `location_name` 或
                    `location_code`** `location_coordinate` 参数应以
                    *“latitude,longitude”* 格式指定 *“latitude”* 和 *“longitude”*
                    的最大小数位数：7
                    **注意**：如果使用坐标设置位置，搜索将在最近的居民点进行；示例：`53.476225,-2.243572`
                language_name:
                  type: string
                  description: >-
                    *搜索引擎语言的完整名称* **如果未指定 `language_code`，则为必填字段**
                    **如果使用此字段，则无需指定 `language_code`** 您可以通过向
                    `https://api.dataforseo.com/v3/business_data/google/languages`
                    单独发送请求，获取包含 `language_name` 的可用语言列表。示例：`English`
                language_code:
                  type: string
                  description: >-
                    *搜索引擎语言代码* **如果未指定 `language_name`，则为必填字段** **如果使用此字段，则无需指定
                    `language_name`** 可通过向
                    `https://api.dataforseo.com/v3/business_data/google/languages`
                    单独发送请求，获取可用语言及其 `language_code` 的列表 示例：`en`
                check_in:
                  type: string
                  description: >-
                    *入住日期*；可选字段；如果未指定此字段，默认使用明天的日期；该值不得早于今天的日期；日期格式：`"yyyy-mm-dd"`；示例：`"2019-01-15"`
                check_out:
                  type: string
                  description: >-
                    *退房日期* 可选字段。如果未指定此字段，系统将默认使用从现在起两天后的日期；**注意：**该值不能小于或等于
                    `check_in`；`check_in` 与 `check_out` 值之间的范围不能超过 30
                    天。日期格式：`"yyyy-mm-dd"`，示例：`"2019-01-15"`
                currency:
                  type: string
                  description: '*货币* 可选字段示例：`"USD"`'
                adults:
                  type: integer
                  description: '*成人数量* 可选字段，如果不指定此字段，默认使用两名成人；示例：`1`'
                children:
                  type: array
                  items:
                    type: string
                  description: >-
                    *儿童人数和年龄*；可选字段；如果未指定此字段，搜索中将不包含儿童；如果要包含一名 14
                    岁儿童，请设置以下值：`[14]`；如果要包含一名 13 岁儿童和一名 8 岁儿童，请设置以下值：`[13,8]`
                load_prices_by_dates:
                  type: boolean
                  description: >-
                    *按日期加载酒店住宿价格*；可选字段；如果将此参数指定为 `true`，响应将包含 `prices_by_dates`
                    数组，其中酒店住宿价格按日期划分；如果使用此参数，将按**请求基础价格的两倍收费**
                prices_start_date:
                  type: string
                  description: >-
                    *按日期加载价格的开始日期* 可选字段。要使用此参数，必须将 `load_prices_by_dates` 指定为
                    `true`。如果未指定此参数，开始日期将设置为 `check_in`
                    日期。日期格式：`yyyy-mm-dd`，示例：`2025-05-20`
                prices_end_date:
                  type: string
                  description: >-
                    *按日期加载价格的结束日期* 可选字段 要使用此参数，必须将 `load_prices_by_dates` 指定为
                    `true` 如果未指定此参数，您将获得当月按日期列出的价格 日期格式：`yyyy-mm-dd`
                    示例：`2025-05-21`
                prices_date_range:
                  type: string
                  description: >-
                    *用于检索每日价格数据的预定义时间段* 可选字段。要使用此参数，必须将 `load_prices_by_dates`
                    指定为 `true`。如果未指定 `prices_start_date `，则开始日期设为 `check_in`
                    日期。可选值：`month`、`three_months`、`six_months`、`year`。默认值：`month`
                tag:
                  type: string
                  description: >-
                    *用户定义的任务标识符* 可选字段 *字符数上限为 255；*你可以使用此参数标识任务并将其与结果匹配；你将在响应的
                    `data` 对象中找到指定的 `tag` 值
                postback_url:
                  type: string
                  description: >-
                    *用于发送任务结果的返回 URL*，可选字段。任务完成后，我们会向您指定的 `postback_url` 发送 POST
                    请求，结果将以 `gzip` 格式压缩；您可以将字符串 ‘$id’ 用作 `$id` 变量，并将 ‘$tag’ 用作经过
                    URL 编码的 `$tag`
                    变量。我们将在发送请求前设置必要的值；示例：`http://your-server.com/postbackscript?id=$id`
                    `http://your-server.com/postbackscript?id=$id&tag=$tag`
                    **注意：**`postback_url` 中的特殊字符将经过 URL 编码；例如，`#` 字符将编码为
                    `%23`。有关更多信息，请参阅我们的[帮助中心](https://dataforseo.com/help-center/pingbacks-postbacks-with-dataforseo-api)
                postback_data:
                  type: string
                  description: >-
                    *postback\_url 数据类型* **如果指定 `postback_url`，则此字段为必填**
                    对应将发送到服务器的数据类型。可选值：`advanced`、`html`
                pingback_url:
                  type: string
                  description: >-
                    *任务完成通知 URL*，可选字段。任务完成后，我们将向你指定的 URL 发送 GET 请求以通知你；你可以使用字符串
                    ‘$id’ 作为 `$id` 变量，并使用 ‘$tag’ 作为经过 URL 编码的 `$tag`
                    变量；我们会在发送请求前设置必要的值；示例：`http://your-server.com/pingscript?id=$id`
                    `http://your-server.com/pingscript?id=$id&tag=$tag`
                    **注意：**`pingback_url` 中的特殊字符将进行 URL 编码；例如，`#` 字符将被编码为
                    `%23`。请访问我们的[帮助中心](https://dataforseo.com/help-center/pingbacks-postbacks-with-dataforseo-api)了解更多信息。
              required:
                - hotel_identifier
                - keyword
                - location_name
                - location_code
                - location_coordinate
                - language_name
                - language_code
                - postback_data
      responses:
        '200':
          description: 成功响应
          content:
            application/json:
              schema:
                type: object
                properties:
                  version:
                    type: string
                    description: '*API 的当前版本*'
                  version.status_code:
                    type: integer
                    description: >-
                      *常规状态代码*
                      您可以在[此处](https://docs.dataforseo.com/v3/appendix/errors.md)查看完整的响应代码列表。**注意：**我们强烈建议设计必要的系统来处理相关异常或错误情况
                  version.status_message:
                    type: string
                    description: >-
                      *一般信息消息*
                      你可以在[此处](https://docs.dataforseo.com/v3/appendix/errors.md)查看一般信息消息的完整列表
                  version.time:
                    type: string
                    description: '*执行时间（秒）*'
                  version.cost:
                    type: number
                    description: '*任务总成本（美元）*'
                  version.tasks_count:
                    type: integer
                    description: '***`tasks`**数组中的任务数量*'
                  version.tasks_error:
                    type: integer
                    description: '*返回的 **`tasks`** 数组中发生错误的任务数量*'
                  tasks:
                    type: array
                    items:
                      type: string
                    description: '*任务数组*'
                  tasks.id:
                    type: string
                    description: >-
                      我们系统中的*唯一任务标识符*，采用[通用唯一标识符
                      (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier)
                      格式
                  tasks.status_code:
                    type: integer
                    description: DataForSEO 生成的*任务状态码*；取值范围为：10000-60000
                  tasks.status_message:
                    type: string
                    description: '*任务信息消息*'
                  tasks.time:
                    type: string
                    description: '*执行时间（秒）*'
                  tasks.cost:
                    type: number
                    description: '*任务成本（美元）*'
                  tasks.result_count:
                    type: integer
                    description: '*`result` 数组中的元素数量*'
                  tasks.path:
                    type: array
                    items:
                      type: string
                    description: '*URL 路径*'
                  tasks.data:
                    type: object
                    description: '*包含与您在 POST 请求中指定的参数相同的参数*'
                  result:
                    type: array
                    items:
                      type: string
                    description: '*结果数组*；在这种情况下，该值将为 `null`'
        '400':
          description: 错误请求
        '401':
          description: 未授权
        '429':
          description: 超出速率限制
        '500':
          description: 内部服务器错误
components:
  securitySchemes:
    BearerAuth:
      type: http
      scheme: bearer

````