BuiltWith · Schema

BuiltWith Change API Result

Schema for the BuiltWith Change API response, tracking technology additions and removals with AI-generated business context.

Technology ProfilingLead GenerationWeb IntelligenceTechnology DetectionWebsite AnalysisMarket ResearchTechnographicsSales IntelligenceAI AgentsMCPAgentic CommerceReal-Time Data

Properties

Name Type Description
Results array Array of domain change results
View JSON Schema on GitHub

JSON Schema

builtwith-change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.builtwith.com/schemas/change-result",
  "title": "BuiltWith Change API Result",
  "description": "Schema for the BuiltWith Change API response, tracking technology additions and removals with AI-generated business context.",
  "type": "object",
  "properties": {
    "Results": {
      "type": "array",
      "description": "Array of domain change results",
      "items": {
        "$ref": "#/$defs/DomainChanges"
      }
    }
  },
  "required": ["Results"],
  "$defs": {
    "DomainChanges": {
      "type": "object",
      "properties": {
        "Lookup": {
          "type": "string",
          "description": "The queried domain"
        },
        "Changes": {
          "$ref": "#/$defs/ChangeSet"
        }
      },
      "required": ["Lookup"]
    },
    "ChangeSet": {
      "type": "object",
      "properties": {
        "since_utc": {
          "type": "string",
          "format": "date-time",
          "description": "Start of the detection window"
        },
        "last_checked_utc": {
          "type": "string",
          "format": "date-time",
          "description": "Most recent crawl timestamp"
        },
        "summary": {
          "type": "string",
          "description": "AI-generated overview of technology additions and removals"
        },
        "events": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ChangeEvent"
          }
        }
      }
    },
    "ChangeEvent": {
      "type": "object",
      "description": "A single technology change event",
      "properties": {
        "type": {
          "type": "string",
          "enum": ["technology_added", "technology_removed"],
          "description": "Direction of the technology change"
        },
        "technology": {
          "type": "string",
          "description": "Name of the technology that changed"
        },
        "category": {
          "type": "array",
          "items": { "type": "string" },
          "description": "BuiltWith category labels for the technology"
        },
        "tag": {
          "type": "string",
          "description": "Primary technology tag"
        },
        "first_seen_utc": {
          "type": "string",
          "format": "date-time",
          "description": "When the addition was first detected"
        },
        "last_seen_utc": {
          "type": "string",
          "format": "date-time",
          "description": "When the removal was last detected"
        },
        "importance": {
          "type": "string",
          "enum": ["low", "medium", "high"],
          "description": "Significance level of the change"
        },
        "why_this_matters": {
          "type": "string",
          "description": "AI-generated explanation of the business significance"
        }
      },
      "required": ["type", "technology"]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/builtwith-change"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.