メインコンテンツへスキップ
POST
/
technologies
/
lookup
cURL
curl --request POST \
  --url https://api.pubrio.com/technologies/lookup \
  --header 'Content-Type: application/json' \
  --header 'pubrio-api-key: <api-key>' \
  --data '
{
  "domain_search_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "profile_id": 123,
  "domain": "pubrio.com",
  "linkedin_url": "https://www.linkedin.com/company/pubrio",
  "domain_id": 123
}
'
{
  "data": [
    {
      "category_id": 1,
      "technologies": [
        {
          "icon": "Google Ads.svg",
          "name": "Google Ads",
          "tag_id": 4580,
          "version": null,
          "website": "https://ads.google.com/",
          "location": "pubrio.com",
          "logo_url": "https://buckets.pubrio.com/technology-logo/NDU4MGIyOXNtYjhheGdvb2dsZS1hZHM=.jpg",
          "last_detected": null,
          "first_detected": "2023-01-07T06:40:56.597287"
        }
      ],
      "category_name": "Advertising"
    },
    "..."
  ]
}

Authorizations

pubrio-api-key
string
header
required

API で実行する操作内容と、その操作に付与された権限を識別するための一意の API トークンです。このトークンはダッシュボードの 設定 画面から発行できます。

Body

application/json
domain_search_id
string<uuid>
required

企業検索系の処理を紐づけるための一意の識別子です。

profile_id
integer
required

リクエストを送信するチームを表す識別子です。この ID によって検索結果が特定のチーム(ワークスペース)に紐づけられ、データ取得およびクレジット利用状況の追跡が可能になります。詳しくは、チーム関連の「ユーザー詳細」エンドポイントを参照してください。

domain
string

企業ルックアップに使用する会社ドメインです。www.pubrio.comhttps://docs.pubrio.com/ のような値が指定された場合、自動的に pubrio.com に正規化されます。

Example:

"pubrio.com"

linkedin_url
string

企業の LinkedIn 公式ページを指す完全な URL です。値は http で始まり、linkedin.com/company/ を含んでいる必要があります。

Example:

"https://www.linkedin.com/company/pubrio"

domain_id
integer

ドメインルックアップ処理を対象とする一意の識別子です。

Response

関連する詳細情報を含む成功レスポンスです。

data
object

エンドポイント固有のレスポンスをオブジェクト形式で格納する汎用コンテナです。