Get this data via API

Classify standout.ch — 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://standout.ch"}'
{ "domain": { "domain_url": "https://standout.ch", "categories": [ { "name": "/Internet & Telecom/Web Services/Web Stats & Analytics", "confidence": 0.9806232452392578, "IAB-195-192": "Parenting - Internet Safety" }, { "name": "/Reference/General Reference/How-To, DIY & Expert Content", "confidence": 0.6385182738304138, "IAB-264-239": "Hobbies & Interests - Content Production" }, { "name": "/Internet & Telecom/Web Services/Search Engine Optimization & Marketing", "confidence": 0.19877173006534576, "IAB-195-192": "Parenting - Internet Safety" }, { "name": "/Reference/Technical Reference", "confidence": 0.12395819276571274 } ] }, "success": true }
Get Free API Key View API Docs