Get this data via API
Classify baseballbros.games — 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://baseballbros.games"}'
{
"domain": {
"domain_url": "https://baseballbros.games",
"categories": [
{
"name": "/Sports/Team Sports/Baseball",
"confidence": 0.94,
"IAB17-2": "Baseball",
"IAB-545-483": "Baseball/Sports/Baseball"
},
{
"name": "/Games/Computer & Video Games/Sports Games",
"confidence": 0.67,
"IAB-689-685": "Sports Video Games/Video Gaming/Video Game Genres/Sports Video Games"
},
{
"name": "/Arts & Entertainment",
"confidence": 0.6,
"IAB1": "Arts & Entertainment"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.