Get this data via API

Classify mtx.swiss — 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://mtx.swiss"}'
{ "domain": { "domain_url": "https://mtx.swiss", "categories": [ { "name": "/Business & Industrial/Energy & Utilities/Waste Management", "confidence": 0.7784636616706848, "IAB-105-90": "Industries - Mechanical and Industrial Engineering Industry" }, { "name": "/Health/Public Health/Other", "confidence": 0.38470521569252014, "IAB-224-223": "Healthy Living - Children's Health" }, { "name": "/Beauty & Fitness/Face & Body Care/Hygiene & Toiletries", "confidence": 0.22543102502822876, "IAB7": "Health & Fitness", "IAB-225-223": "Healthy Living - Fitness and Exercise" }, { "name": "/Home & Garden/Bed & Bath/Bathroom", "confidence": 0.20104745030403137, "IAB10": "Home & Garden", "IAB-274": "Home & Garden/Home & Garden" }, { "name": "/Business & Industrial/Construction & Maintenance/Building Materials & Supplies", "confidence": 0.12601973116397858, "IAB-105-90": "Industries - Mechanical and Industrial Engineering Industry" } ] }, "success": true }
Get Free API Key View API Docs