> ## 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.

# 企業クラウドフットプリント検索

> 企業が公開しているクラウド・ホスティングの利用状況を検索します。どのプロバイダーを使い、どの国・リージョンに展開しているか。1 行は「1 社 × 1 プロバイダー × 1 か国」です。 [クラウドフットプリント検索ガイド](/jp/developer-guides/search/cloud-footprint-search)を参照。



## OpenAPI

````yaml jp-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/ja/terms-of-service
  contact:
    email: king.lai@pubrio.com
    name: King Lai
    url: https://pubrio.com/ja/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: >-
        企業が公開しているクラウド・ホスティングの利用状況を検索します。どのプロバイダーを使い、どの国・リージョンに展開しているか。1 行は「1 社 ×
        1 プロバイダー × 1 か国」です。
        [クラウドフットプリント検索ガイド](/jp/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: >-
        これらのクラウド／ホスティングプロバイダーに一致するフットプリント行のみを返します。 このフットプリント行（1 プロバイダー × 1
        か国）に限定されます。
    exclude_providers:
      type: array
      items:
        type: string
      example:
        - AWS
        - Cloudflare
        - Hetzner
      description: >-
        これらのクラウド／ホスティングプロバイダーに一致するフットプリント行を除外します。 このフットプリント行（1 プロバイダー × 1
        か国）に限定されます。
    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: これらのクラウドリージョンに一致するフットプリント行のみを返します。 このフットプリント行（1 プロバイダー × 1 か国）に限定されます。
    exclude_cloud_regions:
      type: array
      items:
        type: string
      example:
        - us-east-1
        - eu-central-1
      description: これらのクラウドリージョンに一致するフットプリント行を除外します。 このフットプリント行（1 プロバイダー × 1 か国）に限定されます。
    cities:
      type: array
      items:
        type: string
      example:
        - Ashburn
        - Frankfurt
      description: これらの都市に一致するフットプリント行のみを返します。 このフットプリント行（1 プロバイダー × 1 か国）に限定されます。
    exclude_cities:
      type: array
      items:
        type: string
      example:
        - Ashburn
        - Frankfurt
      description: これらの都市に一致するフットプリント行を除外します。 このフットプリント行（1 プロバイダー × 1 か国）に限定されます。
    first_seen_dates:
      type: array
      items:
        type: string
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - '2026-01-01'
        - null
      description: >-
        フットプリントが最初に検出された時期を区切る 2 つの ISO 8601 日付（YYYY-MM-DD）。 このフットプリント行（1 プロバイダー
        × 1 か国）に限定されます。
    last_seen_dates:
      type: array
      items:
        type: string
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - '2026-01-01'
        - null
      description: >-
        フットプリントが最後に検出された時期を区切る 2 つの ISO 8601 日付（YYYY-MM-DD）。 このフットプリント行（1 プロバイダー
        × 1 か国）に限定されます。
    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` を使用します。 このフットプリント行（1 プロバイダー × 1
        か国）に限定されます。
    server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        サーバー数（一意の IP）の最小値と最大値。上限または下限を設けない場合は `null` を使用します。 このフットプリント行（1 プロバイダー
        × 1 か国）に限定されます。
    shared_server_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        他社と共有するサーバー数の最小値と最大値。上限または下限を設けない場合は `null` を使用します。 このフットプリント行（1 プロバイダー
        × 1 か国）に限定されます。
    region_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        クラウドリージョン数の最小値と最大値。上限または下限を設けない場合は `null` を使用します。 このフットプリント行（1 プロバイダー ×
        1 か国）に限定されます。
    city_count:
      type: array
      items:
        type: integer
        nullable: true
      minItems: 2
      maxItems: 2
      example:
        - 1
        - null
      description: >-
        都市数の最小値と最大値。上限または下限を設けない場合は `null` を使用します。 このフットプリント行（1 プロバイダー × 1
        か国）に限定されます。
    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: 企業本社の所在地を示すフィルターです。
    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` や URL スキームが含まれる場合も、自動的にルートドメインへ正規化されます。
    per_page:
      type: integer
      example: 25
      default: 25
      maximum: 25
      description: >-
        1 ページあたりの件数。既定は 25 で、多くのプランではこれが上限でもあります。制限値はサブスクリプションの
        `max_search_per_page`
        で、[Profile](/jp/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](/jp/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 です。値は `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: レスポンスボディには `error` フィールドが含まれ、問題の概要がメッセージとして記載されます。
                type: string
  securitySchemes:
    pubrio_api_key:
      type: apiKey
      name: pubrio-api-key
      description: >-
        API で実行する操作内容と、その操作に付与された権限を識別するための一意の API トークンです。このトークンはダッシュボードの
        [設定](https://dashboard.pubrio.com/#/settings/) 画面から発行できます。
      in: header

````