Parameters| Name | Examples | Required |
|---|
KEY | 00000000-0000-0000-0000-000000000000 | Yes |
LOOKUP | hotelscombined.com
hotelscombined.com,example.com | Yes |
SINCE | last month
2026-04-01 | No |
Response Fields| Field | Description |
|---|
Results | Array of lookup results, one item per requested domain. |
Lookup | The root domain returned for the lookup. |
Changes.since_utc | Start of the change detection window in UTC. |
Changes.last_checked_utc | The most recent BuiltWith check date for the domain. |
Changes.summary | Short generated summary of additions and removals. |
events.type | technology_added or technology_removed |
events.technology | Technology name. |
events.category | BuiltWith technology categories. |
events.tag | BuiltWith technology tag. |
events.first_seen_utc | First seen timestamp for added events. |
events.last_seen_utc | Last seen timestamp for removed events. |
events.importance | low, medium or high |
events.why_this_matters | AI generated explanation of the business significance of the change. |
Example 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."
}
]
}
}
]
}