Get domain tech changes API
What a single domain recently added and dropped, with confidence scoring and the same accuracy guards as the Signals API. Costs 1 credit.
Frequently asked questions
How is this different from the domain history endpoint?
How is this different from the domain history endpoint?
How does this relate to the signals endpoints?
How does this relate to the signals endpoints?
What is in the summary block?
What is in the summary block?
window and the bucket size, so a window=30 request reports 30-day figures in both.Why does a confidence object sometimes have a guard field?
Why does a confidence object sometimes have a guard field?
scan_flap means the technology has a history of flickering on that host, so an apparent removal is more likely a crawl miss than a real change. The event is still returned — we downgrade rather than hide, so you can explain why a signal looks weak.Why do some events show a subdomain host?
Why do some events show a subdomain host?
detection_url, the URL the crawler actually loaded. A change on docs.example.com is not a change on the apex domain. Show detection_url rather than assuming the change applies to the root.Authorizations
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Path Parameters
The domain to inspect (for example shopify.com).
"shopify.com"
Query Parameters
Look-back window in days, 1–365. The response's summary buckets cover min(window, bucket).
1 <= x <= 365true disables the first-seen gate on adoptions, turning the feed into newly-observed technologies rather than genuine adoptions. Echoed back as excludes_first_seen.