Get this data via API
Classify shared.ly — 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://shared.ly"}'
{
"domain": {
"domain_url": "https://shared.ly",
"categories": [
{
"name": "/Games/Computer & Video Games/Sports Games",
"confidence": 0.7706195712089539,
"IAB-689-685": "Sports Video Games/Video Gaming/Video Game Genres/Sports Video Games"
},
{
"name": "/Internet & Telecom/Mobile & Wireless/Mobile Apps & Add-Ons",
"confidence": 0.4841471314430237,
"IAB-195-192": "Parenting - Internet Safety"
},
{
"name": "/Sports/Team Sports/Soccer",
"confidence": 0.1996295005083084,
"IAB17": "Sports",
"IAB-533-483": "Soccer/Sports/Soccer"
},
{
"name": "/Computers & Electronics/Software/Freeware & Shareware",
"confidence": 0.11170902848243712,
"IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics"
},
{
"name": "/Games/Computer & Video Games/Casual Games",
"confidence": 0.10946852713823318,
"IAB-693-685": "Casual Games/Video Gaming/Video Game Genres/Casual Games"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.