Get this data via API

Classify rootedai.tech — 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://rootedai.tech"}'
{ "domain": { "domain_url": "https://rootedai.tech", "categories": [ { "name": "/Science/Computer Science/Machine Learning & Artificial Intelligence", "confidence": 0.762711226940155 }, { "name": "/Business & Industrial/Small Business/Other", "confidence": 0.7609396576881409 }, { "name": "/Business & Industrial/Business Services/Consulting", "confidence": 0.7019386887550354 }, { "name": "/Computers & Electronics/Software/Business & Productivity Software", "confidence": 0.6842374205589294 }, { "name": "/Computers & Electronics/Enterprise Technology/Other", "confidence": 0.6177394986152649 }, { "name": "/Business & Industrial/Business Operations/Management", "confidence": 0.2621766924858093 }, { "name": "/Business & Industrial/Advertising & Marketing/Marketing", "confidence": 0.11956561356782912 } ] }, "success": true }
Get Free API Key View API Docs