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

# 企業クラウドフットプリント照会

> 識別子で単一のクラウドフットプリント行を返します。クラウドリージョン、都市、直近のインフラのサンプルを含みます。 [クラウドフットプリント検索ガイド](/jp/developer-guides/search/cloud-footprint-search)を参照。



## OpenAPI

````yaml jp-openapi POST /companies/cloud_footprints/lookup
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/lookup:
    post:
      tags:
        - Lookup
      summary: 企業のクラウドフットプリントを照会
      description: >-
        識別子で単一のクラウドフットプリント行を返します。クラウドリージョン、都市、直近のインフラのサンプルを含みます。
        [クラウドフットプリント検索ガイド](/jp/developer-guides/search/cloud-footprint-search)を参照。
      operationId: companies_lookup_cloud_footprint
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
                - cloud_footprint_id
              properties:
                cloud_footprint_id:
                  $ref: '#/components/schemas/cloud_footprint_id'
      responses:
        '200':
          description: リージョン、都市、ホストサンプルを含む 1 行。
          content:
            application/json:
              schema:
                type: object
              example:
                data:
                  country_name: United States
                  hosts:
                    - city: Chicago
                      cloud_region: null
                      last_seen_at: '2026-09-03T23:09:52.811787'
                      first_seen_at: '2026-09-03T23:09:52.811787'
                    - city: Chicago
                      cloud_region: null
                      last_seen_at: '2026-07-28T16:23:24.323615'
                      first_seen_at: '2026-07-28T16:23:24.323615'
                  regions: []
                  cloud_footprint_id: e82b2bd0-9971-41da-809b-ee4f2cf3305e
                  domain_search_id: 01604baf-ab2d-4930-a867-2fced349f4f4
                  provider: Linode
                  country_code: US
                  company_country_code: IN
                  is_home_market: false
                  host_count: 2
                  server_count: 3
                  shared_server_count: 3
                  region_count: 0
                  city_count: 1
                  cloud_regions: null
                  cities:
                    - Chicago
                  first_seen_at: '2026-07-28T16:23:24.323Z'
                  last_seen_at: '2026-09-03T23:09:52.811Z'
                  last_modified: '2026-09-04T09:30:52.103Z'
                  companies:
                    logo_url: >-
                      https://buckets.pubrio.com/company-logo/OTg2Mzk1MjVpbGo5c3NuajFiaG9wYWxzZXJ2aWNlY2VudHJlLmNvbQ==.jpg
                    domain_search_id: 01604baf-ab2d-4930-a867-2fced349f4f4
                    company_name: bhopalservicecentre.com
                    linkedin_name: null
                    country_code: IN
                    company_url: http://www.bhopalservicecentre.com
                    domain: bhopalservicecentre.com
                  evidence_url: >-
                    https://www.pubrio.com/evidence/9c6ae876b7bf39f0a5beed66a7ad689e
        '400':
          $ref: '#/components/responses/general_error'
        '429':
          $ref: '#/components/responses/rate_limit_error'
        '500':
          $ref: '#/components/responses/server_error'
components:
  schemas:
    cloud_footprint_id:
      type: string
      format: uuid
      example: f28215e6-f6ed-40c2-ac9b-d8e70164c0be
      description: 単一のクラウドフットプリント行の識別子。
  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

````