Get this data via API
Classify bcmarc.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://bcmarc.com"}'
{
"domain": {
"domain_url": "https://bcmarc.com",
"categories": [
{
"name": "/Computers & Electronics/Consumer Electronics/Drones & RC Aircraft",
"confidence": 0.5161231756210327,
"IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics"
},
{
"name": "/Hobbies & Leisure/Clubs & Organizations/Other",
"confidence": 0.27762648463249207,
"IAB-239": "Hobbies & Interests"
},
{
"name": "/Hobbies & Leisure/Recreational Aviation",
"confidence": 0.27077269554138184,
"IAB-239": "Hobbies & Interests"
},
{
"name": "/Hobbies & Leisure/Radio Control & Modeling/Other",
"confidence": 0.1247396245598793,
"IAB-239": "Hobbies & Interests"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.