Get this data via API
Classify littletonseptic.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://littletonseptic.com"}'
{
"domain": {
"domain_url": "https://littletonseptic.com",
"categories": [
{
"name": "/Business & Industrial/Energy & Utilities/Waste Management",
"confidence": 0.9246270656585692
},
{
"name": "/Home & Garden/Home Improvement/Plumbing",
"confidence": 0.6177816987037659
},
{
"name": "/Business & Industrial/Construction & Maintenance/Other",
"confidence": 0.2375805675983429
},
{
"name": "/Reference/Directories & Listings/Business & Personal Listings",
"confidence": 0.17537671327590942
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.