Get this data via API
Classify helitreck.com.au — 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://helitreck.com.au"}'
{
"domain": {
"domain_url": "https://helitreck.com.au",
"categories": [
{
"name": "/Business & Industrial/Aerospace & Defense/Aviation Industry",
"confidence": 0.460137277841568
},
{
"name": "/Autos & Vehicles/Personal Aircraft",
"confidence": 0.41948139667510986
},
{
"name": "/Business & Industrial/Aerospace & Defense/Other",
"confidence": 0.24790997803211212
},
{
"name": "/Travel & Transportation/Transportation/Air Travel",
"confidence": 0.18439604341983795
},
{
"name": "/Hobbies & Leisure/Recreational Aviation",
"confidence": 0.1461428999900818
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.