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

# 公司云足迹检索

> 搜索公司公开的云与托管足迹：使用了哪些服务商、部署在哪些国家与区域。每条记录代表一家公司在一个服务商、一个国家的部署。 参见 [云足迹搜索指南](/cn/developer-guides/search/cloud-footprint-search)。



## OpenAPI

````yaml cn-openapi POST /companies/cloud_footprints/search
openapi: 3.0.0
info:
  description: >-
    Pubrio API 提供市场扩张情报——实时捕捉企业进入新市场的信号，以及其底层的公司与人员数据。可搜索、查找并丰富账户与联系人信息，并订阅覆盖
    200+ 市场、带类型与日期的动向信号。
  version: 1.0.0
  title: Pubrio OpenAPI
  termsOfService: https://pubrio.com/zh-CN/terms-of-service
  contact:
    email: king.lai@pubrio.com
    name: King Lai
    url: https://pubrio.com/zh-CN/get-in-touch
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: https://api.pubrio.com
security:
  - pubrio_api_key: []
tags:
  - name: Profile
    description: 工作区配置信息和使用统计
  - name: Enrichment
    description: 通过详细的 B2B 数据丰富人员和公司记录
  - name: Lookalike
    description: 查找与指定公司相似的公司
  - name: Search
    description: 使用筛选条件搜索人员、公司、职位、新闻和广告
  - name: Lookup
    description: 查找特定人员、公司、职位、新闻、广告和技术的详细信息
  - name: LinkedIn
    description: 通过 LinkedIn 个人资料 URL 查找人员和公司数据
  - name: Redeem
    description: 兑换积分以解锁人员联系方式（单个和批量）
  - name: Channels
    description: 管理外展渠道模板（创建、更新、删除、列表）
  - name: Monitor
    description: 创建和管理数据监控，包括 Webhook、统计和处理
  - name: Filters
    description: 获取搜索参数的可用筛选值（技术、地点、垂直领域等）
  - name: API Keys
    description: 查看 API 密钥的请求日志和使用情况分析
  - name: Insights
    description: 公司的信号聚合洞察(招聘、新闻、广告)。
  - name: Export
    description: 批量数据导出(消耗积分)。
  - name: Expansion
    description: 公司市场扩张情报:信号、阶段、市场与导出。
externalDocs:
  description: Pubrio API 用于搜索、预览和增强联系人及账户信息。Pubrio 数据库提供丰富的 B2B 联系人和销售情报数据。
  url: https://docs.pubrio.com
paths:
  /companies/cloud_footprints/search:
    post:
      tags:
        - Search
      summary: 搜索公司云足迹
      description: >-
        搜索公司公开的云与托管足迹：使用了哪些服务商、部署在哪些国家与区域。每条记录代表一家公司在一个服务商、一个国家的部署。 参见
        [云足迹搜索指南](/cn/developer-guides/search/cloud-footprint-search)。
      operationId: companies_search_cloud_footprints
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                providers:
                  $ref: '#/components/schemas/providers'
                exclude_providers:
                  $ref: '#/components/schemas/exclude_providers'
                target_locations:
                  $ref: '#/components/schemas/target_locations'
                exclude_target_locations:
                  $ref: '#/components/schemas/exclude_target_locations'
                cloud_regions:
                  $ref: '#/components/schemas/cloud_regions'
                exclude_cloud_regions:
                  $ref: '#/components/schemas/exclude_cloud_regions'
                cities:
                  $ref: '#/components/schemas/cities'
                exclude_cities:
                  $ref: '#/components/schemas/exclude_cities'
                first_seen_dates:
                  $ref: '#/components/schemas/first_seen_dates'
                last_seen_dates:
                  $ref: '#/components/schemas/last_seen_dates'
                is_cross_border_only:
                  $ref: '#/components/schemas/is_cross_border_only'
                host_count:
                  $ref: '#/components/schemas/host_count'
                server_count:
                  $ref: '#/components/schemas/server_count'
                shared_server_count:
                  $ref: '#/components/schemas/shared_server_count'
                region_count:
                  $ref: '#/components/schemas/region_count'
                city_count:
                  $ref: '#/components/schemas/city_count'
                cloud_footprint_host_count:
                  $ref: '#/components/schemas/cloud_footprint_host_count'
                cloud_footprint_server_count:
                  $ref: '#/components/schemas/cloud_footprint_server_count'
                cloud_footprint_shared_server_count:
                  $ref: '#/components/schemas/cloud_footprint_shared_server_count'
                cloud_footprint_provider_count:
                  $ref: '#/components/schemas/cloud_footprint_provider_count'
                cloud_footprint_country_count:
                  $ref: '#/components/schemas/cloud_footprint_country_count'
                cloud_footprint_cross_border_country_count:
                  $ref: >-
                    #/components/schemas/cloud_footprint_cross_border_country_count
                cloud_footprint_region_count:
                  $ref: '#/components/schemas/cloud_footprint_region_count'
                cloud_footprint_city_count:
                  $ref: '#/components/schemas/cloud_footprint_city_count'
                company_locations:
                  $ref: '#/components/schemas/company_locations'
                cloud_footprint_id:
                  $ref: '#/components/schemas/cloud_footprint_id'
                cloud_footprint_ids:
                  $ref: '#/components/schemas/cloud_footprint_ids'
                companies:
                  $ref: '#/components/schemas/companies'
                domains:
                  $ref: '#/components/schemas/domains'
                per_page:
                  $ref: '#/components/schemas/per_page'
                page:
                  $ref: '#/components/schemas/page'
                is_ascending_order:
                  $ref: '#/components/schemas/is_ascending_order'
                cloud_footprint_providers:
                  $ref: '#/components/schemas/cloud_footprint_providers'
                cloud_footprint_target_locations:
                  $ref: '#/components/schemas/cloud_footprint_target_locations'
                cloud_footprint_primary_provider:
                  $ref: '#/components/schemas/cloud_footprint_primary_provider'
                domain:
                  $ref: '#/components/schemas/domain'
                domain_search_id:
                  $ref: '#/components/schemas/domain_search_id'
                linkedin_urls:
                  $ref: '#/components/schemas/company_linkedin_urls'
                filter_conditions:
                  $ref: '#/components/schemas/cloud_footprint_filter_conditions'
      responses:
        '200':
          description: 分页的云足迹记录。
          content:
            application/json:
              schema:
                type: object
              example:
                metadata:
                  profile: null
                  filters:
                    page: 1
                    per_page: 1
                    is_cross_border_only: true
                    language: en
                  ignored_fields: []
                data:
                  pagination:
                    page: 1
                    per_page: 1
                    total_entries: 48700
                    total_pages: 48700
                    total_display_pages: 250
                    is_timeout: false
                  cloud_footprints:
                    - cloud_footprint_id: 042fee02-5121-4f23-a166-69bc48e9dfe8
                      domain_search_id: 2ebd09b1-3bdf-4bf0-9732-c2ed6a734f77
                      provider: AWS
                      country_code: US
                      company_country_code: CL
                      is_home_market: false
                      host_count: 232
                      server_count: 3
                      shared_server_count: 0
                      region_count: 1
                      city_count: 0
                      cloud_regions:
                        - us-east-1
                      cities: null
                      first_seen_at: '2026-07-26T16:57:20.362Z'
                      last_seen_at: '2026-09-04T10:07:09.799Z'
                      last_modified: '2026-09-04T10:26:52.183Z'
                      companies:
                        logo_url: >-
                          https://buckets.pubrio.com/company-logo/MTc4ODM0MDY5Nmlsajlzc25qMXJ0aWFwLmNvbWxpbmtlZGluXzQ3Njc2Nzkw.jpg
                        domain_search_id: 2ebd09b1-3bdf-4bf0-9732-c2ed6a734f77
                        company_name: RTIAP Soluciones Tecnológicas SpA
                        linkedin_name: rtiap
                        country_code: CL
                        company_url: http://www.rtiap.com
                        domain: rtiap.com
                      evidence_url: >-
                        https://www.pubrio.com/evidence/84c941ea04a8fa9ed1bbeabc8ff496a7
        '400':
          $ref: '#/components/responses/general_error'
        '429':
          $ref: '#/components/responses/rate_limit_error'
        '500':
          $ref: '#/components/responses/server_error'
components:
  schemas:
    providers:
      type: array
      items:
        type: string
      example:
        - AWS
        - Cloudflare
        - Hetzner
      description: 仅返回匹配这些云或托管服务商的足迹记录。 仅限该条足迹记录 — 一个服务商、一个国家。
    exclude_providers:
      type: array
      items:
        type: string
      example:
        - AWS
        - Cloudflare
        - Hetzner
      description: 排除匹配这些云或托管服务商的足迹记录。 仅限该条足迹记录 — 一个服务商、一个国家。
    target_locations:
      type: array
      items:
        type: string
      example:
        - TW
        - AE
        - 'NO'
      description: 结果必须面向的国家代码。默认与 `filter_conditions` 以 OR 组合 — 命中其中任一即匹配。
    exclude_target_locations:
      type: array
      items:
        type: string
      example:
        - IS
        - GB
        - FR
        - IE
        - ES
      description: 结果不得面向的国家代码。默认与 `filter_conditions` 以 OR 组合 — 命中其中任一即匹配。
    cloud_regions:
      type: array
      items:
        type: string
      example:
        - us-east-1
        - eu-central-1
      description: 仅返回匹配这些云区域的足迹记录。 仅限该条足迹记录 — 一个服务商、一个国家。
    exclude_cloud_regions:
      type: array
      items:
        type: string
      example:
        - us-east-1
        - eu-central-1
      description: 排除匹配这些云区域的足迹记录。 仅限该条足迹记录 — 一个服务商、一个国家。
    cities:
      type: array
      items:
        type: string
      example:
        - Ashburn
        - Frankfurt
      description: 仅返回匹配这些城市的足迹记录。 仅限该条足迹记录 — 一个服务商、一个国家。
    exclude_cities:
      type: array
      items:
        type: string
      example:
        - Ashburn
        - Frankfurt
      description: 排除匹配这些城市的足迹记录。 仅限该条足迹记录 — 一个服务商、一个国家。
    first_seen_dates:
      type: array
      items:
        type: string
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - '2026-01-01'
        - null
      description: 两个 ISO 8601 日期（YYYY-MM-DD），限定足迹首次发现的时间范围。 仅限该条足迹记录 — 一个服务商、一个国家。
    last_seen_dates:
      type: array
      items:
        type: string
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - '2026-01-01'
        - null
      description: 两个 ISO 8601 日期（YYYY-MM-DD），限定足迹最近发现的时间范围。 仅限该条足迹记录 — 一个服务商、一个国家。
    is_cross_border_only:
      type: boolean
      example: true
      description: 为 true 时仅返回公司本土市场以外的足迹记录。总部未知的公司记录会被排除。
    host_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 主机数的最小值与最大值。使用 `null` 表示不设该端边界。 仅限该条足迹记录 — 一个服务商、一个国家。
    server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 服务器数（不同 IP）的最小值与最大值。使用 `null` 表示不设该端边界。 仅限该条足迹记录 — 一个服务商、一个国家。
    shared_server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 与其他公司共用的服务器数的最小值与最大值。使用 `null` 表示不设该端边界。 仅限该条足迹记录 — 一个服务商、一个国家。
    region_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 云区域数的最小值与最大值。使用 `null` 表示不设该端边界。 仅限该条足迹记录 — 一个服务商、一个国家。
    city_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 城市数的最小值与最大值。使用 `null` 表示不设该端边界。 仅限该条足迹记录 — 一个服务商、一个国家。
    cloud_footprint_host_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 主机数的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    cloud_footprint_server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 服务器数（不同 IP）的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    cloud_footprint_shared_server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 与其他公司共用的服务器数的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    cloud_footprint_provider_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 公司使用的不同服务商数的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    cloud_footprint_country_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 公司托管所在的国家数的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    cloud_footprint_cross_border_country_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 本土市场以外的国家数的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    cloud_footprint_region_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 云区域数的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    cloud_footprint_city_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: 城市数的最小值与最大值。使用 `null` 表示不设该端边界。 按公司整体统计，涵盖所有服务商与国家。
    company_locations:
      type: array
      items:
        type: string
      example:
        - US
        - SG
        - CN
      description: 公司总部所在地。更多信息请参见筛选器标签下的 `location` 端点。
    cloud_footprint_id:
      type: string
      format: uuid
      example: f28215e6-f6ed-40c2-ac9b-d8e70164c0be
      description: 单条云足迹记录的标识符。
    cloud_footprint_ids:
      type: array
      items:
        type: string
        format: uuid
      example:
        - f28215e6-f6ed-40c2-ac9b-d8e70164c0be
      description: 指定云足迹记录的标识符，用于导出所选内容。
    companies:
      type: array
      items:
        type: string
        format: uuid
      description: 用于公司和人员检索操作的一组唯一标识符（domain_search_id）列表。
    domains:
      type: array
      items:
        type: string
      example:
        - pubrio.com
      description: >-
        用于公司和人员检索操作的公司域名列表。如果收到的地址为 `www.pubrio.com` 或
        `https://docs.pubrio.com/`，系统会自动转换为 `pubrio.com` 进行处理。
    per_page:
      type: integer
      example: 25
      default: 25
      maximum: 25
      description: >-
        每页记录数。默认 25，在大多数套餐下这也是上限 —— 该限制即订阅中的 `max_search_per_page`，可通过
        [Profile](/cn/api-reference/endpoint/profile/profile) 获取。超出会返回 **HTTP
        416** 及错误码 `41676`（公司与人物搜索为 `41613`），而不是自动截断结果。
    page:
      type: integer
      example: 1
      default: 1
      description: >-
        页码，从 1 开始。上限为订阅中的 `max_search_page`（公司搜索为 `max_company_search_page`），可通过
        [Profile](/cn/api-reference/endpoint/profile/profile) 获取。超出会返回 **HTTP
        416**。
    is_ascending_order:
      type: boolean
      default: false
      example: false
      description: 排序方向。默认按最新在前返回；设为 `true` 则最旧在前。此端点没有 `sort_by`——排序键是固定的，见端点说明。
    cloud_footprint_providers:
      type: array
      items:
        type: string
      example:
        - AWS
        - Cloudflare
      description: 筛选在任意位置使用这些服务商的公司。不带前缀的 `providers` 缩小返回的记录；此项缩小公司范围。
    cloud_footprint_target_locations:
      type: array
      items:
        type: string
      example:
        - DE
        - SG
      description: 在其足迹中任意位置出现在这些国家的公司。
    cloud_footprint_primary_provider:
      type: array
      items:
        type: string
      example:
        - AWS
      description: 主要（占比最大）服务商为其中之一的公司。
    domain:
      type: string
      example: pubrio.com
      description: >-
        用于公司检索操作的公司域名。如果收到的地址为 `www.pubrio.com` 或
        `https://docs.pubrio.com/`，系统会自动转换为 `pubrio.com` 进行处理。
    domain_search_id:
      type: string
      format: uuid
      description: 用于公司检索操作的唯一标识符。
    company_linkedin_urls:
      type: array
      items:
        type: string
      example:
        - https://www.linkedin.com/company/pubrio
      description: LinkedIn 公司主页的完整 URL。URL 需以 `http` 开头且包含 `linkedin.com/company/`。
    cloud_footprint_filter_conditions:
      type: array
      items:
        type: object
        properties:
          key:
            type: string
            enum:
              - cloud_regions
              - exclude_cloud_regions
              - cities
              - exclude_cities
            example: cloud_regions
            description: 该运算符作用于哪个数组筛选。
          operator:
            type: string
            enum:
              - or
              - and
            example: and
            description: '`or` 匹配包含任一列出值的记录；`and` 要求全部满足。'
      description: >-
        将数组筛选从 OR（默认：匹配任一值）切换为 AND（匹配全部值）。适用于
        `cloud_regions`、`exclude_cloud_regions`、`cities` 与 `exclude_cities`。
  responses:
    general_error:
      description: 请求错误。请求格式不正确或包含无效参数。请检查错误代码和消息以获取详细信息。
      content:
        application/json:
          schema:
            required:
              - code
              - message
              - details
            type: object
            properties:
              code:
                example: 40001
                type: integer
              message:
                example: 错误及代码会根据不同场景有所不同，详情请参阅文档。
                type: string
              details:
                type: object
    rate_limit_error:
      description: 超出速率限制。在给定时间段内发送了过多请求。请在速率限制窗口重置后重试。
      content:
        application/json:
          schema:
            required:
              - error
            type: object
            properties:
              error:
                example: 请求频率超出限制。请稍后再试。
                type: string
    server_error:
      description: 内部服务器错误。服务器发生意外错误。如果错误持续存在，请联系支持团队。
      content:
        application/json:
          schema:
            required:
              - error
            type: object
            properties:
              error:
                example: 服务器在处理请求时遇到了未预料的异常。
                type: string
  securitySchemes:
    pubrio_api_key:
      type: apiKey
      name: pubrio-api-key
      description: >-
        一个唯一的 API 令牌，用于标识您通过 API 执行的操作以及相应的权限和操作。您可以在
        [设置](https://dashboard.pubrio.com/#/settings/) 部分创建该令牌。
      in: header

````