Returns the full technology stack detected on a domain — frameworks, analytics, CRMs, ad networks, CDNs, and more. Costs…
Authentication
No API key — create one in the dashboard
Body
Domain name to look up (e.g. "coldiq.com").
import requests url = "https://api.coldiq.com/v1/builtwith/domain" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())