Get this data via API

Classify Amazon.co.za — 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.co.za"}'
{ "domain": { "domain_url": "https://Amazon.co.za", "categories": [ { "name": "/Arts & Entertainment", "confidence": 0.95, "IAB1": "Arts & Entertainment" }, { "name": "/Arts & Entertainment/Movies", "confidence": 0.8, "IAB1-5": "Movies" }, { "name": "/Arts & Entertainment/Music & Audio", "confidence": 0.75, "IAB1": "Arts & Entertainment" }, { "name": "/Arts & Entertainment/Comics & Animation", "confidence": 0.7, "IAB1": "Arts & Entertainment" }, { "name": "/Arts & Entertainment/TV & Video", "confidence": 0.65, "IAB1": "Arts & Entertainment" }, { "name": "/Business & Industrial", "confidence": 0.6 }, { "name": "/Reference", "confidence": 0.5 } ] }, "success": true }
Get Free API Key View API Docs