Get this data via API
Classify festive.co.uk — 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://festive.co.uk"}'
{
"domain": {
"domain_url": "https://festive.co.uk",
"categories": [
{
"name": "/Hobbies & Leisure/Special Occasions/Holidays & Seasonal Events",
"confidence": 0.93
},
{
"name": "/People & Society/Religion & Belief",
"confidence": 0.91
},
{
"name": "/Shopping/Gifts & Special Event Items",
"confidence": 0.58,
"IAB22": "Shopping"
},
{
"name": "/Home & Garden/Home & Interior Decor",
"confidence": 0.54,
"IAB10": "Home & Garden"
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.