Get this data via API

Classify empirical.org.uk — 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://empirical.org.uk"}'
{ "domain": { "domain_url": "https://empirical.org.uk", "categories": [ { "name": "/Science/Computer Science/Machine Learning & Artificial Intelligence", "confidence": 0.4653028845787048, "IAB15": "Science", "IAB-464": "Science/Science" }, { "name": "/People & Society/Social Sciences/Other", "confidence": 0.20231188833713531, "IAB-465-464": "Biological Sciences/Science/Biological Sciences" }, { "name": "/Reference/Humanities/Other", "confidence": 0.1581391841173172 }, { "name": "/Jobs & Education/Education/Academic Conferences & Publications", "confidence": 0.12058871239423752, "IAB5": "Education", "IAB-132": "Education/Education" } ] }, "success": true }
Get Free API Key View API Docs