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

# LinkedIn 企業情報ルックアップ（リアルタイム）

> LinkedIn企業ページURLを使用して企業の詳細情報を取得します。リアルタイムのデータ取得を提供します。



## OpenAPI

````yaml jp-openapi POST /companies/linkedin/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/linkedin/lookup:
    post:
      tags:
        - LinkedIn
      summary: LinkedIn URLによる企業検索
      description: LinkedIn企業ページURLを使用して企業の詳細情報を取得します。リアルタイムのデータ取得を提供します。
      operationId: companies_lookup_linkedin
      parameters: []
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                linkedin_url:
                  $ref: '#/components/schemas/company_linkedin_url'
                profile_id:
                  $ref: '#/components/schemas/profile_id'
              required:
                - linkedin_url
      responses:
        '200':
          description: 関連する詳細情報を含む成功レスポンスです。
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    $ref: '#/components/schemas/data'
              example:
                data:
                  linkedin_name: stripe
                  linkedin_url: https://www.linkedin.com/company/stripe
                  created_at: '2025-06-01T10:13:03.994Z'
                  image_url: >-
                    https://media.licdn.com/dms/image/v2/C561BAQEd_16iHeIr1Q/company-background_10000/company-background_10000/0/1594068230381/stripe_cover?e=2147483647&v=beta&t=o62bVF0Z15cf0OFikrsuge1xW-iQR4Td6cSOXrMip6I
                  logo_url: >-
                    https://media.licdn.com/dms/image/v2/D4E0BAQFqiwiSMcKk6A/company-logo_200_200/company-logo_200_200/0/1724937022726/stripe_logo?e=2147483647&v=beta&t=--CED0oRQUupcr1Q2MktzOErO8NMpjCjxa4-JiqrGzU
                  company_type: Privately Held
                  company_name: Stripe
                  title: Help increase the GDP of the internet.
                  description: >-
                    Stripe builds programmable financial services. Millions of
                    companies—from the world’s largest enterprises to the most
                    ambitious startups—use Stripe to accept payments, grow their
                    revenue, and accelerate new business opportunities.
                    Headquartered in San Francisco and Dublin, the company aims
                    to increase the GDP of the internet.
                  unformatted_description: |2-

                                  Stripe builds programmable financial services. Millions of companies—from the world’s largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.
                              
                  linkedin_uid: '2135371'
                  founded_year: 2010
                  follower_size: 1045523
                  company_addresses:
                    - 515 N State St, Chicago, Illinois 60610, US
                    - ...
                  unformatted_company_addresses:
                    - 515 N State St Chicago, Illinois 60610, US
                    - ...
                  headquarters: South San Francisco, California
                  company_address: South San Francisco, California
                  country_codes:
                    - US
                    - ...
                  company_address_directions:
                    - directions_url: >-
                        https://www.bing.com/maps?where=354+Oyster+Point+Blvd+South+San+Francisco+94080+California+US&trk=org-locations_url
                    - ...
                  country_code: US
                  company_size: 11833
                  unformatted_company_size: 5,001-10,000 employees
                  company_size_printed: 11,900+
                  industry: Technology, Information And Internet
                  funding_status:
                    last_round_date: '2024-05-12T00:00:00.000Z'
                    last_round_type: Secondary market
                    rounds: 0
                    last_round_raised: US$ 694.2M
                  additional_information: >-
                    Additional jobs info: Stripe (2,886 open jobs). Analyst
                    (694,057 open jobs). Engineer (555,845 open jobs). Manager
                    (1,880,925 open jobs). Account Executive (71,457 open jobs).
                    Associate (1,091,945 open jobs). Director (1,220,357 open
                    jobs). Marketing Manager (106,879 open jobs). Scientist
                    (48,969 open jobs). Project Manager (253,048 open jobs).
                    Account Manager (121,519 open jobs). Developer (258,935 open
                    jobs). Software Engineer (300,699 open jobs). Product
                    Manager (199,941 open jobs). Intern (71,196 open jobs).
                    Specialist (768,666 open jobs). Vice President (235,270 open
                    jobs). Executive (690,514 open jobs). Senior Software
                    Engineer (78,145 open jobs). Solutions Architect (100,488
                    open jobs)
                  alumni: null
                  alumni_information: null
                  crunchbase_url: >-
                    https://www.crunchbase.com/organization/stripe?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=profile_cta_anon&trk=funding_crunchbase
                  company_url: https://stripe.com/
                  domain: stripe.com
                  unique_domain: stripe.com
                  similar_companies:
                    - linkedin_url: >-
                        https://www.linkedin.com/company/joinsquare?trk=similar-pages
                      company_name: Square
                      industry: Software Development
                      location: San Francisco, CA
                    - ...
                  affiliated_pages:
                    - linkedin_url: >-
                        https://www.linkedin.com/showcase/stripe-partner-ecosystem/?trk=affiliated-pages
                      title: Stripe Partner Ecosystem
                      subtitle: Internet Publishing
                      location: South San Francisco, California
                  people:
                    - linkedin_url: >-
                        https://www.linkedin.com/in/krishnanrajagopalan?trk=org-employees
                      name: Krishnan Rajagopalan
                      headline: >-
                        Founder/Global Expansion/Product Incubation | Stripe,
                        Netflix,...
                      logo_url: >-
                        https://media.licdn.com/dms/image/v2/C5603AQFZAI0yL2gFMg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1604036687597?e=2147483647&v=beta&t=4XvEQpAzyC6VkTwjEJoipu-RzjVZlghMKRJ9T-bq7gg
                    - ...
                  recent_activities:
                    - likes_count: 229
                      text: >-
                        For businesses, sending payouts can be slow, costly, and
                        error-prone. One of the hardest parts about sending
                        money is accurately collecting recipient information
                        like bank account details. Global Payouts allows you to
                        send money to third parties with only their email
                        address. Recipients can instantly authenticate their
                        bank details, decreasing failed payouts by 88%:
                        https://lnkd.in/gCfPBKPH .
                      time: 5d
                      title: Stacey Wong
                      comments_count: 14
                      images:
                        - >-
                          https://media.licdn.com/dms/image/sync/v2/D4D27AQG-wcPKYC6OSw/articleshare-shrink_800/B4DZcxj37wGcAM-/0/1748883180077?e=2147483647&v=beta&t=qf6nEEODJRERCfkaegnnDuc0zqIg7NOZX5SXzGsr9Pw
                      post_url: >-
                        https://www.linkedin.com/posts/stripe_activity-7335388680838152194-vzX3
                      post_id: '7335388680838152194'
                      date: '2025-06-03T10:13:03.854Z'
                      tagged_companies: null
                      tagged_people: null
                      repost:
                        repost_url: null
                        repost_id: null
                        repost_text: null
                        repost_date: null
                        tagged_companies: null
                        tagged_users: null
                        images: null
                        videos: null
                        external_links: null
                        repost_hangtags: null
                        repost_followers: null
                        repost_title: null
                    - ...
        '400':
          $ref: '#/components/responses/general_error'
        '429':
          $ref: '#/components/responses/rate_limit_error'
        '500':
          $ref: '#/components/responses/server_error'
components:
  schemas:
    company_linkedin_url:
      type: string
      example: https://www.linkedin.com/company/pubrio
      description: >-
        企業の LinkedIn 公式ページを指す完全な URL です。値は `http` で始まり、`linkedin.com/company/`
        を含んでいる必要があります。
    profile_id:
      type: integer
      description: >-
        オプション。リクエストを送信するチームを表す識別子です。API
        キーにワークスペース情報が既に含まれているため、このパラメータは必須ではなくなりました。指定した場合、検索結果が特定のチーム（ワークスペース）に紐づけられ、データ取得およびクレジット利用状況の追跡が可能になります。詳しくは、チーム関連の「ユーザー詳細」エンドポイントを参照してください。
    data:
      type: object
      nullable: true
      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

````