Get this data via API
Classify social.ca — 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://social.ca"}'
{
"domain": {
"domain_url": "https://social.ca",
"categories": [
{
"name": "/Food & Drink/Restaurants/Other",
"confidence": 0.5234594345092773,
"IAB8": "Food & Drink",
"IAB-210": "Food & Drink/Food & Drink"
},
{
"name": "/Arts & Entertainment/Events & Listings/Bars, Clubs & Nightlife",
"confidence": 0.4858622252941131,
"IAB1": "Arts & Entertainment",
"IAB-179-150": "Bars & Restaurants/Attractions/Bars & Restaurants"
},
{
"name": "/Food & Drink/Cooking & Recipes/Cuisines",
"confidence": 0.36637723445892334,
"IAB8": "Food & Drink",
"IAB-210": "Food & Drink/Food & Drink"
},
{
"name": "/Food & Drink/Restaurants/Restaurant Reviews & Reservations",
"confidence": 0.3139210045337677,
"IAB8": "Food & Drink",
"IAB-210": "Food & Drink/Food & Drink"
},
{
"name": "/Food & Drink/Beverages/Alcoholic Beverages",
"confidence": 0.22528834640979767,
"IAB8": "Food & Drink",
"IAB-211-210": "Alcoholic Beverages/Food & Drink/Alcoholic Beverages"
},
{
"name": "/Food & Drink/Restaurants/Fine Dining",
"confidence": 0.199128657579422,
"IAB8": "Food & Drink",
"IAB-210": "Food & Drink/Food & Drink"
},
{
"name": "/Reference/Geographic Reference/Other",
"confidence": 0.11168892681598663
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.