Get this data via API
Classify uniqueoutdoorliving.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://uniqueoutdoorliving.com"}'
{
"domain": {
"domain_url": "https://uniqueoutdoorliving.com",
"categories": [
{
"name": "/Home & Garden/Patio, Lawn & Garden/Barbecues & Grills",
"confidence": 0.9242051243782043
},
{
"name": "/Home & Garden/Home Improvement/Other",
"confidence": 0.4410075843334198
},
{
"name": "/Home & Garden/Patio, Lawn & Garden/Other",
"confidence": 0.23742316663265228
},
{
"name": "/Home & Garden/Kitchen & Dining/Major Kitchen Appliances",
"confidence": 0.1059652641415596
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.