更改 API

用法

Change API 对每个返回一个或多个技术变更的域使用 1 个 API 积分。

在请求的时间窗口内未检测到任何更改历史记录的域名不会消耗 API 积分。

介绍

BuiltWith Change API 返回在可配置的时间窗口内检测到的一个或多个域的技术新增和移除情况。

每个变更事件都包含技术名称、类别、标签、重要性以及人工智能生成的业务解释,说明变更为何重要。

一般访问方法如下 -
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查找结果数组,每个请求的域对应一个结果。
Lookup查找结果返回的根域名。
Changes.since_utcUTC时间变更检测窗口开始。
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_matters人工智能生成了对该变化的商业意义的解释。
示例 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 的使用。