{ "opencollection": "1.0.0", "info": { "name": "BuiltWith Change Bulk Processing Free Lookup API", "version": "change1" }, "request": { "auth": { "type": "apikey", "key": "KEY", "value": "{{KEY}}", "placement": "query" } }, "items": [ { "info": { "name": "Free Lookup", "type": "folder" }, "items": [ { "info": { "name": "Get technology group counts (JSON)", "type": "http" }, "http": { "method": "GET", "url": "https://api.builtwith.com/change1/api.json", "params": [ { "name": "KEY", "value": "", "type": "query" }, { "name": "LOOKUP", "value": "", "type": "query", "description": "Root domain to analyze" } ] }, "docs": "Returns technology category group counts (live and dead) for a domain, organized by tag groups and subcategories. Free tier; rate limited to 1 request/second.\n" }, { "info": { "name": "Get technology group counts (XML)", "type": "http" }, "http": { "method": "GET", "url": "https://api.builtwith.com/change1/api.xml", "params": [ { "name": "KEY", "value": "", "type": "query" }, { "name": "LOOKUP", "value": "", "type": "query", "description": "Root domain to analyze" } ] }, "docs": "Get technology group counts (XML)" } ] } ], "bundled": true }