용법

Change API는 하나 이상의 기술 변경 사항을 반환하는 도메인당 1 API 크레딧을 사용합니다.

요청된 기간 동안 변경 이력이 감지되지 않은 도메인은 API 크레딧을 소모하지 않습니다.

소개

BuiltWith Change API는 구성 가능한 기간 동안 하나 이상의 도메인에 대해 감지된 기술 추가 및 제거 정보를 반환합니다.

각 변경 이벤트에는 기술 이름, 범주, 태그, 중요도 및 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요청된 도메인당 하나의 항목이 포함된 조회 결과 배열입니다.
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_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를 사용하는 것을 포함합니다.