Get this data via API

Classify schematic.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://schematic.tech"}'
{ "domain": { "domain_url": "https://schematic.tech", "categories": [ { "name": "/Science/Computer Science/Machine Learning & Artificial Intelligence", "confidence": 0.6165885329246521, "IAB15": "Science", "IAB-464": "Science/Science" }, { "name": "/Computers & Electronics/Programming/Other", "confidence": 0.20458276569843292, "IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics" }, { "name": "/Science/Computer Science/Other", "confidence": 0.19040600955486295, "IAB15": "Science", "IAB-464": "Science/Science" }, { "name": "/Science/Mathematics/Other", "confidence": 0.1871374398469925, "IAB15": "Science", "IAB-464": "Science/Science" }, { "name": "/Reference/General Reference/Educational Resources", "confidence": 0.1712229996919632, "IAB-143-132": "Education - Educational Assessment" } ] }, "success": true }
Get Free API Key View API Docs