Get this data via API
Classify firefly-auto.at — 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://firefly-auto.at"}'
{
"domain": {
"domain_url": "https://firefly-auto.at",
"categories": [
{
"name": "/Autos & Vehicles",
"confidence": 0.9
},
{
"name": "/Autos & Vehicles/Motor Vehicles (By Type)/Hybrid & Alternative Vehicles",
"confidence": 0.8,
"IAB-22-16": "Green Vehicles/Automotive/Auto Type/Green Vehicles"
},
{
"name": "/Business & Industrial/Automotive Industry",
"confidence": 0.7,
"IAB-117-90": "Automotive Industry/Business and Finance/Industries/Automotive Industry"
},
{
"name": "/Shopping",
"confidence": 0.6,
"IAB22": "Shopping"
},
{
"name": "/News",
"confidence": 0.5,
"IAB12": "News"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.