Get this data via API
Classify dm.by — 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://dm.by"}'
{
"domain": {
"domain_url": "https://dm.by",
"categories": [
{
"name": "/News/Business News",
"confidence": 0.8
},
{
"name": "/Business & Industrial",
"confidence": 0.7
},
{
"name": "/Business & Industrial/Business Services",
"confidence": 0.6
},
{
"name": "/Home & Garden/Yard & Patio",
"confidence": 0.5
},
{
"name": "/Shopping/Antiques & Collectibles",
"confidence": 0.5
},
{
"name": "/Arts & Entertainment/Visual Art & Design",
"confidence": 0.5
},
{
"name": "/Finance/Financial Planning & Management",
"confidence": 0.5
},
{
"name": "/Business & Industrial/Transportation & Logistics",
"confidence": 0.5
},
{
"name": "/Arts & Entertainment/Music & Audio",
"confidence": 0.5
},
{
"name": "/Shopping/Apparel",
"confidence": 0.5
},
{
"name": "/Pets & Animals/Pets",
"confidence": 0.5
},
{
"name": "/Jobs & Education/Education",
"confidence": 0.5
},
{
"name": "/Shopping/Toys",
"confidence": 0.5
}
]
},
"success": true
}
Category
News
Business News
80%
Pets & Animals
Pets
50%
Get this data as JSON — free trial, 50 API calls included.