Get this data via API

Classify nightcloud.ca — and any other URL — with one call.

620+ IAB categories, company data, tech stacks and logos. JSON out, real time.

curl -X POST 'https://www.klazify.com/api/categorize' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{"url": "https://nightcloud.ca"}'
{ "domain": { "domain_url": "https://nightcloud.ca", "categories": [ { "name": "/Home & Garden/Bed & Bath/Bathroom", "confidence": 0.856626570224762, "IAB10": "Home & Garden", "IAB-274": "Home & Garden/Home & Garden" }, { "name": "/Home & Garden/Bed & Bath/Bedroom", "confidence": 0.6436740159988403, "IAB10": "Home & Garden", "IAB-274": "Home & Garden/Home & Garden" }, { "name": "/Home & Garden/Home & Interior Decor", "confidence": 0.15605781972408295, "IAB10": "Home & Garden", "IAB-274": "Home & Garden/Home & Garden" }, { "name": "/Home & Garden/Home Furnishings/Rugs & Carpets", "confidence": 0.12092731893062592, "IAB10": "Home & Garden", "IAB-274": "Home & Garden/Home & Garden" } ] }, "success": true }
Get Free API Key View API Docs