Get this data via API
Classify tomosurf.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://tomosurf.com"}'
{
"domain": {
"domain_url": "https://tomosurf.com",
"categories": [
{
"name": "/Hobbies & Leisure/Water Activities/Surf & Swim",
"confidence": 0.99
},
{
"name": "/Sports/Water Sports/Swimming",
"confidence": 0.86
},
{
"name": "/Sports/Sporting Goods",
"confidence": 0.84
},
{
"name": "/Sports/Water Sports/Surfing",
"confidence": 0.75
},
{
"name": "/Shopping",
"confidence": 0.69
}
]
},
"success": true
}
Category
Sports
Sporting Goods
84%
Shopping
69%
Get this data as JSON — free trial, 50 API calls included.