Category
Reviews
No reviews yet — be the first to review learning.udn.com.
Get this data via API
Classify learning.udn.com — 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://learning.udn.com"}'
{
"domain": {
"domain_url": "https://learning.udn.com",
"categories": [
{
"name": "/Sports/Combat Sports/Martial Arts",
"confidence": 0.9916633367538452,
"IAB17-20": "Martial Arts",
"IAB-520-483": "Sports - Martial Arts"
},
{
"name": "/People & Society/Religion & Belief",
"confidence": 0.4077717959880829,
"IAB23": "Religion & Spirituality",
"IAB-453": "Religion & Spirituality"
},
{
"name": "/Beauty & Fitness/Fitness/High Intensity Interval Training",
"confidence": 0.10567742586135864,
"IAB7-1": "Exercise",
"IAB-225-223": "Healthy Living - Fitness and Exercise"
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.