Get this data via API

Classify soc.golf — 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://soc.golf"}'
{ "domain": { "domain_url": "https://soc.golf", "categories": [ { "name": "/Sports/Individual Sports/Golf", "confidence": 0.9355435967445374, "IAB17-15": "Golf", "IAB-512-483": "Golf/Sports/Golf" }, { "name": "/Computers & Electronics/Software/Business & Productivity Software", "confidence": 0.837619960308075, "IAB-602-599": "Software and Applications/Technology & Computing/Computing/Computer Software and Applications" }, { "name": "/Hobbies & Leisure/Clubs & Organizations/Other", "confidence": 0.6702157258987427, "IAB-239": "Hobbies & Interests" }, { "name": "/Business & Industrial/Business Operations/Management", "confidence": 0.2353806495666504, "IAB-73-53": "Business Operations/Business and Finance/Business/Business Operations" } ] }, "success": true }
Get Free API Key View API Docs