Get this data via API

Classify cookieconfections.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://cookieconfections.com"}'
{ "domain": { "domain_url": "https://cookieconfections.com", "categories": [ { "name": "/Food & Drink/Food", "confidence": 0.69, "IAB218-1": "Food & Drink" }, { "name": "/Hobbies & Leisure/Special Occasions", "confidence": 0.68 }, { "name": "/Food & Drink/Cooking & Recipes/Desserts", "confidence": 0.57, "IAB218-1": "Food & Drink" }, { "name": "/Shopping/Gifts & Special Event Items", "confidence": 0.51, "IAB510-1": "Shopping" }, { "name": "/People & Society/Family & Relationships", "confidence": 0.5, "IAB194-1": "Family and Relationships" } ] }, "success": true }
Get Free API Key View API Docs