Get this data via API

Classify expo.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://expo.app"}'
{ "domain": { "domain_url": "https://expo.app", "categories": [ { "name": "/Business & Industrial/Business Services/E-Commerce Services", "confidence": 0.3459273874759674, "IAB-105-90": "Industries - Mechanical and Industrial Engineering Industry" }, { "name": "/Games/Computer & Video Games/Simulation Games", "confidence": 0.16569489240646362, "IAB-688-685": "Simulation Video Games/Video Gaming/Video Game Genres/Simulation Video Games" }, { "name": "/Finance/Banking/Mobile Payments & Digital Wallets", "confidence": 0.145259290933609, "IAB-398-391": "Insurance/Personal Finance/Insurance" }, { "name": "/Online Communities/File Sharing & Hosting", "confidence": 0.11989212036132812, "IAB-148-132": "Education - Online Education" } ] }, "success": true }
Get Free API Key View API Docs