Get this data via API
Classify maisondoro.it — 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://maisondoro.it"}'
{
"domain": {
"domain_url": "https://maisondoro.it",
"categories": [
{
"name": "/Business & Industrial/Metals & Mining",
"confidence": 0.9,
"IAB-107-90": "Metals Industry/Business and Finance/Industries/Metals Industry"
},
{
"name": "/Business & Industrial/Metals & Mining/Precious Metals",
"confidence": 0.8
},
{
"name": "/Shopping",
"confidence": 0.7,
"IAB22": "Shopping"
},
{
"name": "/Shopping/Antiques & Collectibles",
"confidence": 0.6,
"IAB22": "Shopping",
"IAB-240-239": "Antiquing and Antiques/Hobbies & Interests/Antiquing and Antiques"
},
{
"name": "/Finance",
"confidence": 0.5
},
{
"name": "/Finance/Investing",
"confidence": 0.4,
"IAB13-7": "Investing",
"IAB-410-391": "Personal Investing/Personal Finance/Personal Investing"
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.