Get this data via API

Classify my-dungeon.com — 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://my-dungeon.com"}'
{ "domain": { "domain_url": "https://my-dungeon.com", "categories": [ { "name": "/Computers & Electronics/Computer Hardware/Computer Peripherals", "confidence": 0.8018099069595337, "IAB19-9": "Computer Peripherals", "IAB-601-599": "Computer Peripherals/Technology & Computing/Computing/Computer Peripherals" }, { "name": "/Games/Board Games/Miniatures & Wargaming", "confidence": 0.2872850000858307, "IAB9-7": "Card Games", "IAB-271-269": "Card Games/Hobbies & Interests/Games and Puzzles/Card Games" }, { "name": "/Games/Roleplaying Games", "confidence": 0.1794794797897339, "IAB9-25": "Roleplaying Games", "IAB-687-685": "Role-Playing Video Games/Video Gaming/Video Game Genres/Role-Playing Video Games" }, { "name": "/Arts & Entertainment/Visual Art & Design/Design", "confidence": 0.10178902000188828, "IAB1": "Arts & Entertainment", "IAB-204-201": "Design/Fine Art/Design" } ] }, "success": true }
Get Free API Key View API Docs