Get this data via API

Classify grocers.io — 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://grocers.io"}'
{ "domain": { "domain_url": "https://grocers.io", "categories": [ { "name": "/Food & Drink/Food & Grocery Delivery/Grocery Delivery Services", "confidence": 0.5292691588401794, "IAB8": "Food & Drink", "IAB-210": "Food & Drink/Food & Drink" }, { "name": "/Business & Industrial/Business Services/E-Commerce Services", "confidence": 0.3131153881549835, "IAB-105-90": "Industries - Mechanical and Industrial Engineering Industry" }, { "name": "/Business & Industrial/Retail Trade/Retail Equipment & Technology", "confidence": 0.30187150835990906, "IAB-669-664": "Rail Travel/Travel/Travel Type/Rail Travel" }, { "name": "/Food & Drink/Food & Grocery Retailers/Other", "confidence": 0.16820664703845978, "IAB8": "Food & Drink", "IAB-210": "Food & Drink/Food & Drink" }, { "name": "/Computers & Electronics/Software/Business & Productivity Software", "confidence": 0.10586051642894743, "IAB-602-599": "Software and Applications/Technology & Computing/Computing/Computer Software and Applications" } ] }, "success": true }
Get Free API Key View API Docs