Get this data via API
Classify testbox.de — 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://testbox.de"}'
{
"domain": {
"domain_url": "https://testbox.de",
"categories": [
{
"name": "/Jobs & Education/Education/Standardized & Admissions Tests",
"confidence": 0.6558300852775574,
"IAB5": "Education",
"IAB-144-143": "Standardized Testing/Education/Educational Assessment/Standardized Testing"
},
{
"name": "/Health/Medical Facilities & Services/Medical Procedures/Other",
"confidence": 0.6537981629371643,
"IAB-224-223": "Healthy Living - Children's Health"
},
{
"name": "/People & Society/Social Sciences/Psychology",
"confidence": 0.2147138714790344,
"IAB-465-464": "Biological Sciences/Science/Biological Sciences"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.