Get this data via API
Classify voila.fun — 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://voila.fun"}'
{
"domain": {
"domain_url": "https://voila.fun",
"categories": [
{
"name": "/Jobs & Education/Education/Private Tutoring Services",
"confidence": 0.8584847450256348
},
{
"name": "/Reference/Language Resources/Foreign Language Resources",
"confidence": 0.5557089447975159
},
{
"name": "/Science/Computer Science/Machine Learning & Artificial Intelligence",
"confidence": 0.2264284789562225
},
{
"name": "/Jobs & Education/Education/Distance Learning",
"confidence": 0.1782376617193222
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.