Get this data via API

Classify myhaus.com — 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://myhaus.com"}'
{ "domain": { "domain_url": "https://myhaus.com", "categories": [ { "name": "/Finance/Insurance/Other", "confidence": 0.5012642741203308, "IAB13-6": "Insurance", "IAB-398-391": "Insurance/Personal Finance/Insurance" }, { "name": "/Jobs & Education/Jobs/Job Listings", "confidence": 0.2211136370897293, "IAB-132": "Education" }, { "name": "/Jobs & Education/Jobs/Career Resources & Planning", "confidence": 0.18426640331745148, "IAB-126-123": "Career Planning/Careers/Career Planning" } ] }, "success": true }
Get Free API Key View API Docs