Get this data via API
Classify pan.bio — 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://pan.bio"}'
{
"domain": {
"domain_url": "https://pan.bio",
"categories": [
{
"name": "/Science/Biological Sciences/Genetics",
"confidence": 0.830489993095398,
"IAB15": "Science",
"IAB-464": "Science/Science"
},
{
"name": "/Business & Industrial/Pharmaceuticals & Biotech",
"confidence": 0.4832590520381927,
"IAB-109-90": "Pharmaceutical Industry/Business and Finance/Industries/Pharmaceutical Industry"
},
{
"name": "/Computers & Electronics/Software/Business & Productivity Software",
"confidence": 0.46118420362472534,
"IAB-602-599": "Software and Applications/Technology & Computing/Computing/Computer Software and Applications"
},
{
"name": "/Health/Health Foundations & Medical Research",
"confidence": 0.36747026443481445,
"IAB-224-223": "Healthy Living - Children's Health"
},
{
"name": "/Computers & Electronics/Enterprise Technology/Data Management",
"confidence": 0.1819790005683899,
"IAB-616-599": "Data Storage and Warehousing/Technology & Computing/Computing/Data Storage and Warehousing"
},
{
"name": "/Science/Computer Science/Machine Learning & Artificial Intelligence",
"confidence": 0.12513016164302826,
"IAB15": "Science",
"IAB-464": "Science/Science"
}
]
},
"success": true
}
Category
Get this data as JSON — free trial, 50 API calls included.