Get this data via API

Classify cds.pe — 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://cds.pe"}'
{ "domain": { "domain_url": "https://cds.pe", "categories": [ { "name": "/Shopping/Toys", "confidence": 0.9, "IAB22": "Shopping", "IAB-482-473": "Children's Games and Toys/Shopping/Children's Games and Toys" }, { "name": "/Computers & Electronics/Consumer Electronics", "confidence": 0.8, "IAB-632-596": "Consumer Electronics/Technology & Computing/Consumer Electronics" }, { "name": "/Arts & Entertainment/Music & Audio/CD & Audio Shopping", "confidence": 0.7, "IAB1": "Arts & Entertainment" }, { "name": "/Shopping/Apparel", "confidence": 0.6, "IAB22": "Shopping" }, { "name": "/Games/Computer & Video Games", "confidence": 0.5, "IAB-684-680": "PC Games/Video Gaming/PC Games" } ] }, "success": true }
Get Free API Key View API Docs