ウェブデータ · DomScan製品

統合 URL インテリジェンス APIリファレンス

URL から、正規化したページメタデータ、プレビュー項目、構造化データ、公開アイデンティティシグナルを抽出します。

得られるもの

URL から、正規化したページメタデータ、プレビュー項目、構造化データ、公開アイデンティティシグナルを抽出します。

同期一括RESTMCPSDK

この製品を選ぶ場面

対象ユーザー

製品やワークフローで最新の公開ページ証拠を構造化レスポンスとして必要とするときに、焦点化されたAPIを使います。

この製品を選ぶ場面

深い収集の前に、正規化されたURL構造とリスク指向のURLシグナルが必要なときに選びます。

得られるもの

URL から、正規化したページメタデータ、プレビュー項目、構造化データ、公開アイデンティティシグナルを抽出します。

エンドポイント

統合する前に、サポートされる操作、入力、出力、実行モード、レスポンス制限を確認してください。

GET /v1/url-intelligence APIリファレンスを見る
POST /v1/url-intelligence/bulk APIリファレンスを見る

クレジットと認証

2 認証が必要。正確な料金と項目ごとの料金については、操作リファレンスを確認してください。

操作例

文書化された操作を使って、公開証拠を収集、評価、補足、検証、比較、保護、監視します。

GET /v1/url-intelligence

クエリパラメータ

パラメータ タイプ 必須
url string 必須
skip_cache string
許可された値 1
オプション

レスポンスフィールド

フィールド タイプ
requested_url string
final_url string
status integer
fetch_state string
content_type string | null
redirects integer
title string | null
description string | null
canonical_url string | null
language string | null
favicon_url string | null
preview_image_url string | null
manifest_url string | null
theme_color string | null
open_graph object
twitter_card object
structured_data object
structured_data.types[] string[]
structured_data.items integer
structured_data.parse_errors integer
robots object
robots.meta[] string[]
robots.header[] string[]
robots.indexable boolean | null
security_headers object
links object
links.total integer
links.internal integer
links.external integer
social_profiles[] object[]
social_profiles[] object
social_profiles[].platform string
social_profiles[].type string
social_profiles[].handle string | null
social_profiles[].url string
social_profiles[].source string
social_profiles[].confidence string
contacts object
contacts.emails[] string[]
contacts.phones[] string[]
meta object
meta.checked_at string
meta.cached boolean
meta.fetch_transport string
meta.fetch_error string

リクエスト例

curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/url-intelligence?url=https%3A%2F%2Fexample.com&skip_cache=1"

レスポンス例

{
  "requested_url": "https://example.com",
  "final_url": "https://example.com",
  "status": 1,
  "fetch_state": "ok",
  "open_graph": {},
  "twitter_card": {},
  "structured_data": {
    "types": [
      "example"
    ],
    "items": 1,
    "parse_errors": 1
  },
  "robots": {
    "meta": [
      "example"
    ],
    "header": [
      "example"
    ],
    "indexable": false
  },
  "links": {
    "total": 1,
    "internal": 1,
    "external": 1
  },
  "social_profiles": [
    {
      "platform": "github",
      "type": "social",
      "url": "https://example.com",
      "source": "same_as",
      "confidence": "high",
      "handle": "example"
    }
  ],
  "contacts": {
    "emails": [
      "[email protected]",
      "[email protected]"
    ],
    "phones": [
      "example"
    ]
  },
  "meta": {
    "checked_at": "2026-08-27T12:00:00Z",
    "cached": false,
    "fetch_transport": "worker",
    "fetch_error": "timeout"
  },
  "content_type": "domain",
  "redirects": 1,
  "title": "example",
  "description": "example",
  "canonical_url": "https://example.com",
  "language": "en",
  "favicon_url": "https://example.com",
  "preview_image_url": "https://example.com",
  "manifest_url": "https://example.com",
  "theme_color": "example",
  "security_headers": {}
}

制限と証拠の範囲

結果は、観測された公開証拠とその出所を示します。
一括操作は複数のサポート対象入力を処理し、文書化された項目単位の結果を保持します。
部分的とは、要求された項目またはコンポーネントの一部が完了し、残りが完了しなかったことを意味します。
キャッシュ済みは保存された証拠が使用されたことを示します。提供されている場合は鮮度メタデータを確認してください。
証拠は時間とともに変化する可能性があります。提供されている場合はタイムスタンプと鮮度フィールドを使用してください。
この製品は公開入力と、公開で観測できる証拠のみを評価します。

レビュー済み: 2026-08-22

よくある質問

統合 URL インテリジェンスのリクエストとレスポンスのリファレンスはどこで確認できますか?

統合 URL インテリジェンスのAPIリファレンスで、パラメーター、レスポンスフィールド、例、ステータスコード、サポートされる操作モードを確認できます。

統合 URL インテリジェンスの不明または不完全な結果はどのように解釈すべきですか?

不明または部分的な結果は、要求された証拠を完全には判定できなかったことを意味します。下流の判断では、結果の状態、信頼度、鮮度、制限を維持してください。

統合 URL インテリジェンスの料金はどのように決まりますか?

料金は操作と実行モードによって異なります。現在のクレジット料金、認証要件、項目ごとのルールについては、エンドポイントリファレンスを確認してください。