Get this data via API
Classify leagueofklngdom.space — 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://leagueofklngdom.space"}'
{
"domain": {
"domain_url": "https://leagueofklngdom.space",
"categories": [
{
"name": "/Arts & Entertainment/Online Media",
"confidence": 0.66,
"IAB1": "Arts & Entertainment"
},
{
"name": "/Games/Computer & Video Games/Strategy Games",
"confidence": 0.55
},
{
"name": "/Online Communities/Virtual Worlds",
"confidence": 0.53
},
{
"name": "/Games/Online Games/Massively Multiplayer Games",
"confidence": 0.51
},
{
"name": "/Internet & Telecom/Mobile & Wireless",
"confidence": 0.5
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.