Get this data via API
Classify infos-75.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://infos-75.com"}'
{
"domain": {
"domain_url": "https://infos-75.com",
"categories": [
{
"name": "/Arts & Entertainment/Movies",
"confidence": 0.9,
"IAB1-5": "Movies"
},
{
"name": "/Autos & Vehicles/Motor Vehicles (By Type)/Trucks & SUVs",
"confidence": 0.8
},
{
"name": "/Health",
"confidence": 0.7
},
{
"name": "/Sports/Winter Sports",
"confidence": 0.7,
"IAB17": "Sports",
"IAB-523-521": "Winter Olympic Sports/Sports/Olympic Sports/Winter Olympic Sports"
},
{
"name": "/Business & Industrial/Agriculture & Forestry",
"confidence": 0.6,
"IAB-102-90": "Agriculture/Business and Finance/Industries/Agriculture"
},
{
"name": "/Travel/Tourist Destinations/Mountain & Ski Resorts",
"confidence": 0.6,
"IAB20": "Travel"
},
{
"name": "/Food & Drink/Restaurants",
"confidence": 0.5,
"IAB8": "Food & Drink"
},
{
"name": "/Home & Garden/Yard & Patio",
"confidence": 0.5,
"IAB10": "Home & Garden"
},
{
"name": "/News",
"confidence": 0.4,
"IAB12": "News"
},
{
"name": "/Reference/Humanities/History",
"confidence": 0.4
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.