Get this data via API
Classify ldm.homes — 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://ldm.homes"}'
{
"domain": {
"domain_url": "https://ldm.homes",
"categories": [
{
"name": "/Science/Computer Science",
"confidence": 0.7,
"IAB15": "Science"
},
{
"name": "/Sports/Team Sports/Soccer",
"confidence": 0.6,
"IAB17": "Sports",
"IAB-533-483": "Soccer/Sports/Soccer"
},
{
"name": "/Science/Earth Sciences",
"confidence": 0.5,
"IAB15": "Science",
"IAB-470-464": "Geology/Science/Geology"
},
{
"name": "/Science/Physics",
"confidence": 0.5,
"IAB15-6": "Physics",
"IAB-471-464": "Physics/Science/Physics"
},
{
"name": "/Law & Government/Government",
"confidence": 0.5,
"IAB3-7": "Government"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.