使用法

変更APIは、1つ以上の技術変更を返すドメインごとに1つのAPIクレジットを使用します。

要求された期間内に変更履歴が検出されなかったドメインは、APIクレジットを消費しません。

導入

BuiltWith Change APIは、設定可能な期間内に1つ以上のドメインで検出されたテクノロジーの追加と削除を返します。

各変更イベントには、テクノロジー名、カテゴリ、タグ、重要度、およびその変更が重要な理由を説明するAI生成のビジネス上の説明が含まれます。

一般的なアクセス方法は次のとおりです -
https://api.builtwith.com/change1/api.json?KEY=00000000-0000-0000-0000-000000000000&LOOKUP=[DOMAIN]

🤖 AIエージェントプロンプト
Reference https://api.builtwith.com/llms.txt and
https://raw.githubusercontent.com/builtwith/builtwith-ai-sdk/refs/heads/main/README.md
Add builtwith AI api to my app as a client. Make a call to the change API for the domain hotelscombined.com and show recent technology additions and removals
認証

各検索時にAPIキーを指定する必要があります。

APIキーは
00000000-0000-0000-0000-000000000000

ドメインの最近の変更:

https://api.builtwith.com/change1/api.json?KEY=00000000-0000-0000-0000-000000000000&LOOKUP=hotelscombined.com

自然言語の日付からの変更点:

https://api.builtwith.com/change1/api.json?KEY=00000000-0000-0000-0000-000000000000&LOOKUP=hotelscombined.com&SINCE=last+month

複数のドメイン:

https://api.builtwith.com/change1/api.json?KEY=00000000-0000-0000-0000-000000000000&LOOKUP=hotelscombined.com,example.com

参照
パラメータ
名前必須
KEY00000000-0000-0000-0000-000000000000はい
LOOKUPhotelscombined.com
hotelscombined.com,example.com
はい
SINCElast month
2026-04-01
いいえ
回答欄
分野説明
Results検索結果の配列。リクエストされたドメインごとに1つの項目が含まれます。
Lookup検索で返されたルートドメイン。
Changes.since_utc変更検出期間の開始時刻(UTC)。
Changes.last_checked_utc当該ドメインのBuiltWithによる最新のチェック日。
Changes.summary追加および削除に関する簡潔な要約。
events.typetechnology_added または technology_removed
events.technology技術名。
events.categoryBuiltWithの技術カテゴリ。
events.tagBuiltWithテクノロジータグ。
events.first_seen_utc追加されたイベントの初回確認時刻。
events.last_seen_utc削除されたイベントの最終確認時刻。
events.importancelow, medium または high
events.why_this_mattersAIが生成した、変更のビジネス上の重要性に関する説明。
例: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."
          }
        ]
      }
    }
  ]
}
エラーコード

Change API は、無効なキー、クレジットの使い果たし、無効なドメイン、およびサポートされていないフォーマットに対して、BuiltWith API の標準エラー応答を使用します。 エラーコードを参照してください.

利用規約

私たちの 標準用語 当社のすべての API の使用をカバーします。