Get this data via API
Classify lingo.dev — 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://lingo.dev"}'
{
"domain": {
"domain_url": "https://lingo.dev",
"categories": [
{
"name": "/Reference/Language Resources/Foreign Language Resources",
"confidence": 0.761740505695343,
"IAB-147-132": "Education - Language Learning"
},
{
"name": "/Computers & Electronics/Programming/Development Tools",
"confidence": 0.3888886272907257,
"IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics"
},
{
"name": "/Reference/Language Resources/Other",
"confidence": 0.2480539232492447,
"IAB-147-132": "Education - Language Learning"
},
{
"name": "/Computers & Electronics/Programming/Other",
"confidence": 0.21398881077766416,
"IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics"
},
{
"name": "/Computers & Electronics/Software/Other",
"confidence": 0.1341705471277237,
"IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.