Get this data via API
Classify faqsportal.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://faqsportal.com"}'
{
"domain": {
"domain_url": "https://faqsportal.com",
"categories": [
{
"name": "Reference/General Reference",
"confidence": 0.95
},
{
"name": "Online Media",
"confidence": 0.85
},
{
"name": "Autos & Vehicles",
"confidence": 0.7
},
{
"name": "Health",
"confidence": 0.7
},
{
"name": "Travel",
"confidence": 0.7,
"IAB20": "Travel"
},
{
"name": "Home & Garden",
"confidence": 0.7,
"IAB10": "Home & Garden"
},
{
"name": "Finance",
"confidence": 0.7
},
{
"name": "Shopping",
"confidence": 0.7,
"IAB22": "Shopping"
},
{
"name": "Computers & Electronics",
"confidence": 0.7
}
]
},
"success": true
}
Category
Online Media
85%
Autos & Vehicles
70%
Health
70%
Travel
70%
Home & Garden
70%
Finance
70%
Shopping
70%
Get this data as JSON — free trial, 50 API calls included.