パラメータ| 名前 | 例 | 必須 |
|---|
KEY | 00000000-0000-0000-0000-000000000000 | はい |
LOOKUP | hotelscombined.com
hotelscombined.com,example.com | はい |
SINCE | last month
2026-04-01 | いいえ |
回答欄| 分野 | 説明 |
|---|
Results | 検索結果の配列。リクエストされたドメインごとに1つの項目が含まれます。 |
Lookup | 検索で返されたルートドメイン。 |
Changes.since_utc | 変更検出期間の開始時刻(UTC)。 |
Changes.last_checked_utc | 当該ドメインのBuiltWithによる最新のチェック日。 |
Changes.summary | 追加および削除に関する簡潔な要約。 |
events.type | technology_added または technology_removed |
events.technology | 技術名。 |
events.category | BuiltWithの技術カテゴリ。 |
events.tag | BuiltWithテクノロジータグ。 |
events.first_seen_utc | 追加されたイベントの初回確認時刻。 |
events.last_seen_utc | 削除されたイベントの最終確認時刻。 |
events.importance | low, medium または high |
events.why_this_matters | AIが生成した、変更のビジネス上の重要性に関する説明。 |
例:JSON{
"Results": [
{
"Lookup": "example.com",
"Changes": {
"since_utc": "2026-04-08T00:00:00Z",
"last_checked_utc": "2026-05-08T00:00:00Z",
"summary": "example.com added HubSpot and removed Marketo.",
"events": [
{
"type": "technology_added",
"technology": "HubSpot",
"category": ["Marketing Automation"],
"tag": "analytics",
"first_seen_utc": "2026-05-02T00:00:00Z",
"importance": "high",
"why_this_matters": "Marketing automation adoption can indicate active investment in lead capture, nurturing and customer lifecycle programs."
}
]
}
}
]
}