Get this data via API

Classify patentscan.ai — 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://patentscan.ai"}'
{ "domain": { "domain_url": "https://patentscan.ai", "categories": [ { "name": "/Law & Government/Legal/Intellectual Property", "confidence": 0.9942098259925842, "IAB-394-393": "Financial Assistance - Government Support and Welfare" }, { "name": "/Science/Computer Science/Machine Learning & Artificial Intelligence", "confidence": 0.24295932054519653, "IAB15": "Science", "IAB-464": "Science/Science" }, { "name": "/Reference/General Reference/Forms Guides & Templates", "confidence": 0.11326824873685835 } ] }, "success": true }
Get Free API Key View API Docs