Get this data via API
Classify magellantraders.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://magellantraders.com"}'
{
"domain": {
"domain_url": "https://magellantraders.com",
"categories": [
{
"name": "/Home & Garden/Home & Interior Decor",
"confidence": 0.74
},
{
"name": "/Hobbies & Leisure/Special Occasions/Holidays & Seasonal Events",
"confidence": 0.59
},
{
"name": "/Shopping/Gifts & Special Event Items",
"confidence": 0.53
}
]
},
"success": true
}
Get this data as JSON — free trial, 50 API calls included.