Get this data via API
Classify cloud.scorm.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://cloud.scorm.com"}'
{
"domain": {
"domain_url": "https://cloud.scorm.com",
"categories": [
{
"name": "/Computers & Electronics/Software/Educational Software",
"confidence": 0.7619949579238892,
"IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics"
},
{
"name": "/Jobs & Education/Education/Distance Learning",
"confidence": 0.3170308768749237,
"IAB-132": "Education/Education"
},
{
"name": "/Internet & Telecom/Web Services/Cloud Storage",
"confidence": 0.1589626520872116,
"IAB-195-192": "Parenting - Internet Safety"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.