Get this data via API
Classify mytip.co.za — 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://mytip.co.za"}'
{
"domain": {
"domain_url": "https://mytip.co.za",
"categories": [
{
"name": "/Internet & Telecom/Mobile & Wireless/Mobile Apps & Add-Ons",
"confidence": 0.323808878660202,
"IAB-195-192": "Parenting - Internet Safety"
},
{
"name": "/Business & Industrial/Hospitality Industry/Other",
"confidence": 0.12586785852909088,
"IAB-98-90": "Hospitality Industry/Business and Finance/Industries/Hospitality Industry"
},
{
"name": "/Finance/Banking/Mobile Payments & Digital Wallets",
"confidence": 0.10335210710763933,
"IAB-398-391": "Insurance/Personal Finance/Insurance"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.