Get this data via API

Classify eps.net.my — 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://eps.net.my"}'
{ "domain": { "domain_url": "https://eps.net.my", "categories": [ { "name": "/Reference/General Reference", "confidence": 0.8 }, { "name": "/Business & Industrial", "confidence": 0.7 }, { "name": "/Computers & Electronics", "confidence": 0.6 }, { "name": "/Law & Government", "confidence": 0.5 }, { "name": "/Arts & Entertainment/Music & Audio", "confidence": 0.4, "IAB1": "Arts & Entertainment" }, { "name": "/Science", "confidence": 0.3, "IAB15": "Science" }, { "name": "/Autos & Vehicles", "confidence": 0.2 } ] }, "success": true }
Get Free API Key View API Docs