Get this data via API

Classify gsl.services — 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://gsl.services"}'
{ "domain": { "domain_url": "https://gsl.services", "categories": [ { "name": "/Arts & Entertainment/Celebrities & Entertainment News", "confidence": 0.7, "IAB1": "Arts & Entertainment" }, { "name": "/Sports/Team Sports/Baseball", "confidence": 0.7, "IAB17-2": "Baseball", "IAB-545-483": "Baseball/Sports/Baseball" }, { "name": "/Business & Industrial/Manufacturing", "confidence": 0.7, "IAB-104-90": "Manufacturing Industry/Business and Finance/Industries/Manufacturing Industry" }, { "name": "/Jobs & Education/Education/Colleges & Universities", "confidence": 0.7, "IAB5": "Education" } ] }, "success": true }
Get Free API Key View API Docs