Get this data via API
Classify calculimport.es — 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://calculimport.es"}'
{
"domain": {
"domain_url": "https://calculimport.es",
"categories": [
{
"name": "/Business & Industrial/Shipping & Logistics/Import & Export",
"confidence": 0.9005936980247498,
"IAB-105-90": "Industries - Mechanical and Industrial Engineering Industry"
},
{
"name": "/Autos & Vehicles/Vehicle Codes & Driving Laws/Vehicle Licensing & Registration",
"confidence": 0.23928755521774292,
"IAB-14-2": "Auto Body Styles - Off-Road Vehicles"
},
{
"name": "/Reference/General Reference/Calculators & Reference Tools",
"confidence": 0.2152889370918274
},
{
"name": "/Autos & Vehicles/Other",
"confidence": 0.13096579909324646,
"IAB-14-2": "Auto Body Styles - Off-Road Vehicles"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.