Get this data via API
Classify cspii.org — 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://cspii.org"}'
{
"domain": {
"domain_url": "https://cspii.org",
"categories": [
{
"name": "/People & Society/Religion & Belief",
"confidence": 0.8573229908943176,
"IAB-453": "Religion & Spirituality/Religion & Spirituality"
},
{
"name": "/News/Politics/Other",
"confidence": 0.30319225788116455,
"IAB12": "News",
"IAB-386": "Politics"
},
{
"name": "/People & Society/Social Sciences/Political Science",
"confidence": 0.13743732869625092,
"IAB-465-464": "Biological Sciences/Science/Biological Sciences"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.