Get this data via API

Classify roswelltribune.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://roswelltribune.com"}'
{ "domain": { "domain_url": "https://roswelltribune.com", "categories": [ { "name": "/News/Local News", "confidence": 0.6454626321792603, "IAB12-3": "Local News" }, { "name": "/News/Other", "confidence": 0.5724510550498962, "IAB12": "News" }, { "name": "/Sensitive Subjects/Violence & Abuse", "confidence": 0.13192377984523773, "IAB-v9i3On": "Sensitive Topics" }, { "name": "/Sensitive Subjects/Death & Tragedy", "confidence": 0.10228608548641203, "IAB-v9i3On": "Sensitive Topics" } ] }, "success": true }
Get Free API Key View API Docs