Get this data via API
Classify tinyurl.hu — 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://tinyurl.hu"}'
{
"domain": {
"domain_url": "https://tinyurl.hu",
"categories": [
{
"name": "/Science/Scientific Equipment",
"confidence": 0.5203990340232849,
"IAB15": "Science",
"IAB-464": "Science/Science"
},
{
"name": "/Jobs & Education/Education/Academic Conferences & Publications",
"confidence": 0.1572742611169815,
"IAB5": "Education",
"IAB-132": "Education/Education"
},
{
"name": "/Business & Industrial/Pharmaceuticals & Biotech",
"confidence": 0.14811718463897705,
"IAB-109-90": "Pharmaceutical Industry/Business and Finance/Industries/Pharmaceutical Industry"
},
{
"name": "/Science/Chemistry",
"confidence": 0.11390230804681778,
"IAB15-3": "Chemistry",
"IAB-466-464": "Chemistry/Science/Chemistry"
},
{
"name": "/Computers & Electronics/Software/Business & Productivity Software",
"confidence": 0.1138693019747734,
"IAB-602-599": "Software and Applications/Technology & Computing/Computing/Computer Software and Applications"
},
{
"name": "/Internet & Telecom/Teleconferencing",
"confidence": 0.1034628078341484,
"IAB-195-192": "Parenting - Internet Safety"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.