Get this data via API
Classify waterbeacon.org — 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://waterbeacon.org"}'
{
"domain": {
"domain_url": "https://waterbeacon.org",
"categories": [
{
"name": "/Arts & Entertainment/Celebrities & Entertainment News",
"confidence": 0.9,
"IAB1": "Arts & Entertainment"
},
{
"name": "/News",
"confidence": 0.8,
"IAB12": "News"
},
{
"name": "/Sports/Team Sports/Basketball",
"confidence": 0.7,
"IAB17": "Sports",
"IAB-547-483": "Basketball/Sports/Basketball"
},
{
"name": "/Sports/Team Sports/American Football",
"confidence": 0.7,
"IAB17": "Sports",
"IAB-484-483": "American Football/Sports/American Football"
},
{
"name": "/Arts & Entertainment/TV & Video/TV Shows & Programs",
"confidence": 0.7,
"IAB1": "Arts & Entertainment"
},
{
"name": "/Arts & Entertainment/Music & Audio/Music Streams & Downloads",
"confidence": 0.6,
"IAB1": "Arts & Entertainment"
},
{
"name": "/Finance/Financial Planning & Management",
"confidence": 0.6,
"IAB-396-391": "Financial Planning/Personal Finance/Financial Planning"
},
{
"name": "/Home & Garden/Yard & Patio",
"confidence": 0.5,
"IAB10": "Home & Garden"
},
{
"name": "/Arts & Entertainment/Comics & Animation/Anime & Manga",
"confidence": 0.5,
"IAB1": "Arts & Entertainment"
},
{
"name": "/News/Sports News",
"confidence": 0.5,
"IAB12": "News"
},
{
"name": "/News/Weather",
"confidence": 0.5,
"IAB15-10": "Weather"
},
{
"name": "/Sports/Team Sports/Soccer",
"confidence": 0.5,
"IAB17": "Sports",
"IAB-533-483": "Soccer/Sports/Soccer"
},
{
"name": "/News/Business News",
"confidence": 0.5,
"IAB12": "News"
},
{
"name": "/Science/Ecology & Environment",
"confidence": 0.5,
"IAB15": "Science",
"IAB-467-464": "Environment/Science/Environment"
},
{
"name": "/Sports/Team Sports/Cricket",
"confidence": 0.5,
"IAB17-9": "Cricket",
"IAB-491-483": "Cricket/Sports/Cricket"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.