Get this data via API

Classify amazon.fi — 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://amazon.fi"}'
{ "domain": { "domain_url": "https://amazon.fi", "categories": [ { "name": "/Arts & Entertainment", "confidence": 0.9, "IAB1": "Arts & Entertainment" }, { "name": "/Arts & Entertainment/Celebrities & Entertainment News", "confidence": 0.7, "IAB1": "Arts & Entertainment" }, { "name": "/Arts & Entertainment/Movies", "confidence": 0.7, "IAB1-5": "Movies" }, { "name": "/Arts & Entertainment/Music & Audio", "confidence": 0.7, "IAB1": "Arts & Entertainment" }, { "name": "/Arts & Entertainment/TV & Video", "confidence": 0.7, "IAB1": "Arts & Entertainment" }, { "name": "/Arts & Entertainment/Visual Art & Design", "confidence": 0.7, "IAB1": "Arts & Entertainment" }, { "name": "/Business & Industrial", "confidence": 0.7 }, { "name": "/Sports", "confidence": 0.7, "IAB17": "Sports" }, { "name": "/Autos & Vehicles", "confidence": 0.7 }, { "name": "/Business & Industrial/Transportation & Logistics", "confidence": 0.7, "IAB-101-90": "Logistics and Transportation Industry/Business and Finance/Industries/Logistics and Transportation Industry" } ] }, "success": true }
Get Free API Key View API Docs