Get this data via API
Classify wela.de — 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://wela.de"}'
{
"domain": {
"domain_url": "https://wela.de",
"categories": [
{
"name": "/Food & Drink/Cooking & Recipes/Soups & Stews",
"confidence": 0.9614969491958618,
"IAB8": "Food & Drink",
"IAB-210": "Food & Drink/Food & Drink"
},
{
"name": "/Food & Drink/Food/Gourmet & Specialty Foods",
"confidence": 0.2170267403125763,
"IAB8": "Food & Drink",
"IAB-210": "Food & Drink/Food & Drink"
},
{
"name": "/Food & Drink/Food/Fruits & Vegetables",
"confidence": 0.10443949699401855,
"IAB8": "Food & Drink",
"IAB-210": "Food & Drink/Food & Drink"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.