Get this data via API

Classify speak.sk — 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://speak.sk"}'
{ "domain": { "domain_url": "https://speak.sk", "categories": [ { "name": "/People & Society/Family & Relationships/Family/Other", "confidence": 0.8729550242424011, "IAB-186-186": "Family and Relationships/Family and Relationships" }, { "name": "/Reference/Language Resources/Foreign Language Resources", "confidence": 0.42568439245224, "IAB-147-132": "Education - Language Learning" } ] }, "success": true }
Get Free API Key View API Docs