Get this data via API
Classify defense.info — 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://defense.info"}'
{
"domain": {
"domain_url": "https://defense.info",
"categories": [
{
"name": "/Business & Industrial/Aerospace & Defense/Other",
"confidence": 0.6589030027389526,
"IAB-105-90": "Industries - Mechanical and Industrial Engineering Industry"
},
{
"name": "/Law & Government/Military/Navy",
"confidence": 0.3927234709262848,
"IAB-394-393": "Financial Assistance - Government Support and Welfare"
},
{
"name": "/Law & Government/Military/Other",
"confidence": 0.3820309638977051,
"IAB-394-393": "Financial Assistance - Government Support and Welfare"
},
{
"name": "/People & Society/Social Sciences/Political Science",
"confidence": 0.34424087405204773,
"IAB-465-464": "Biological Sciences/Science/Biological Sciences"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.