Get this data via API

Classify verba.app — 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://verba.app"}'
{ "domain": { "domain_url": "https://verba.app", "categories": [ { "name": "/Reference/Language Resources/Foreign Language Resources", "confidence": 0.9260044097900392, "IAB-147-132": "Education - Language Learning" }, { "name": "/Reference/General Reference/Dictionaries & Encyclopedias", "confidence": 0.43609198927879333 }, { "name": "/Internet & Telecom/Other", "confidence": 0.22620871663093567, "IAB-195-192": "Parenting - Internet Safety" } ] }, "success": true }
Get Free API Key View API Docs