Get this data via API
Classify techology-experts.com — 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://techology-experts.com"}'
{
"domain": {
"domain_url": "https://techology-experts.com",
"categories": [
{
"name": "/Computers & Electronics/Consumer Electronics/Home Automation",
"confidence": 0.9752656817436218
},
{
"name": "/Computers & Electronics/Consumer Electronics/TV & Video Equipment",
"confidence": 0.3481547236442566
},
{
"name": "/Home & Garden/Home Improvement/Other",
"confidence": 0.31291571259498596
},
{
"name": "/Computers & Electronics/Consumer Electronics/Audio Equipment",
"confidence": 0.13699178397655487
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.