Get this data via API
Classify visitjarva.ee — 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://visitjarva.ee"}'
{
"domain": {
"domain_url": "https://visitjarva.ee",
"categories": [
{
"name": "/Arts & Entertainment/Events & Listings/Food & Beverage Events",
"confidence": 0.8,
"IAB1": "Arts & Entertainment"
},
{
"name": "/Arts & Entertainment/Events & Listings/Other",
"confidence": 0.7,
"IAB1": "Arts & Entertainment"
},
{
"name": "/Travel & Transportation/Tourist Destinations/Other",
"confidence": 0.6,
"IAB-101-90": "Industries - Logistics and Transportation Industry"
},
{
"name": "/Food & Drink/Restaurants/Other",
"confidence": 0.5,
"IAB8": "Food & Drink"
},
{
"name": "/Home & Garden/Patio, Lawn & Garden/Gardening",
"confidence": 0.4,
"IAB10-4": "Gardening"
},
{
"name": "/Reference/Libraries & Museums/Museums",
"confidence": 0.3,
"IAB-155-150": "Museums & Galleries/Attractions/Museums & Galleries"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.