Get this data via API

Classify absbuildingsupply.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://absbuildingsupply.com"}'
{ "domain": { "domain_url": "https://absbuildingsupply.com", "categories": [ { "name": "/Home & Garden/Kitchen & Dining", "confidence": 0.85 }, { "name": "/Home & Garden/Home Furnishings", "confidence": 0.83 }, { "name": "/Home & Garden/Home Storage & Shelving", "confidence": 0.59 }, { "name": "/Business & Industrial/Construction & Maintenance", "confidence": 0.53 } ] }, "success": true }
Get Free API Key View API Docs