Get this data via API
Classify book.live — 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://book.live"}'
{
"domain": {
"domain_url": "https://book.live",
"categories": [
{
"name": "/Real Estate/Real Estate Services/Real Estate Agencies",
"confidence": 0.5387741327285767,
"IAB21": "Real Estate",
"IAB-441": "Real Estate/Real Estate"
},
{
"name": "/Real Estate/Real Estate Listings/Residential Sales",
"confidence": 0.2513227164745331,
"IAB21": "Real Estate",
"IAB-441": "Real Estate/Real Estate"
},
{
"name": "/People & Society/Family & Relationships/Troubled Relationships",
"confidence": 0.21833261847496033,
"IAB-186-186": "Family and Relationships/Family and Relationships"
},
{
"name": "/Real Estate/Other",
"confidence": 0.1502106785774231,
"IAB21": "Real Estate",
"IAB-441": "Real Estate/Real Estate"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.