Get this data via API
Classify diamond-corner.net — 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://diamond-corner.net"}'
{
"domain": {
"domain_url": "https://diamond-corner.net",
"categories": [
{
"name": "/Business & Industrial/Chemicals Industry/Cleaning Agents",
"confidence": 0.8
},
{
"name": "/Home & Garden/Home Appliances",
"confidence": 0.7,
"IAB10": "Home & Garden",
"IAB-278-274": "Home Appliances/Home & Garden/Home Appliances"
},
{
"name": "/Home & Garden/Kitchen & Dining",
"confidence": 0.6,
"IAB10": "Home & Garden"
},
{
"name": "/Shopping/Apparel",
"confidence": 0.5,
"IAB22": "Shopping"
},
{
"name": "/Beauty & Fitness/Face & Body Care/Hygiene & Toiletries",
"confidence": 0.4,
"IAB7": "Health & Fitness"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.