Get this data via API
Classify otero.digital — 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://otero.digital"}'
{
"domain": {
"domain_url": "https://otero.digital",
"categories": [
{
"name": "/Reference/General Reference/Biographies & Quotations",
"confidence": 0.8
},
{
"name": "/Arts & Entertainment/Performing Arts/Dance",
"confidence": 0.7,
"IAB1": "Arts & Entertainment",
"IAB-203-201": "Dance/Fine Art/Dance"
},
{
"name": "/Arts & Entertainment/Celebrities & Entertainment News",
"confidence": 0.6,
"IAB1": "Arts & Entertainment"
},
{
"name": "/Books & Literature/Poetry",
"confidence": 0.5,
"IAB1-1": "Books & Literature",
"IAB-49-42": "Poetry/Books and Literature/Poetry"
},
{
"name": "/Sports/Team Sports/Football",
"confidence": 0.5,
"IAB17-12": "Football"
},
{
"name": "/Sports/Team Sports/Baseball",
"confidence": 0.5,
"IAB17-2": "Baseball",
"IAB-545-483": "Baseball/Sports/Baseball"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.