Get this data via API
Classify sovachallenges.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://sovachallenges.com"}'
{
"domain": {
"domain_url": "https://sovachallenges.com",
"categories": [
{
"name": "/Beauty & Fitness/Fitness/Fitness Instruction & Personal Training",
"confidence": 0.6947246193885803,
"IAB7": "Health & Fitness",
"IAB-225-223": "Healthy Living - Fitness and Exercise"
},
{
"name": "/Beauty & Fitness/Fitness/Yoga & Pilates",
"confidence": 0.4385741651058197,
"IAB7": "Health & Fitness",
"IAB-225-223": "Healthy Living - Fitness and Exercise"
},
{
"name": "/People & Society/Self-Help & Motivational",
"confidence": 0.24696113169193268,
"IAB-XtODT3-v9i3On": "Sensitive Topics - Crime & Harmful Acts to Individuals, Society & Human Right Violations"
},
{
"name": "/Beauty & Fitness/Weight Loss",
"confidence": 0.2096375077962875,
"IAB7-44": "Weight Loss",
"IAB-231-223": "Healthy Living - Weight Loss"
},
{
"name": "/Beauty & Fitness/Fitness/Other",
"confidence": 0.15558801591396332,
"IAB7": "Health & Fitness",
"IAB-225-223": "Healthy Living - Fitness and Exercise"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.