Get this data via API

Classify airlines-ticket.us — 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://airlines-ticket.us"}'
{ "domain": { "domain_url": "https://airlines-ticket.us", "categories": [ { "name": "/Travel & Transportation/Transportation/Air Travel", "confidence": 0.33948835730552673, "IAB20-3": "Air Travel", "IAB-672-664": "Air Travel/Travel/Travel Type/Air Travel" }, { "name": "/Travel & Transportation/Travel Agencies & Services/Other", "confidence": 0.27208906412124634, "IAB-101-90": "Industries - Logistics and Transportation Industry" }, { "name": "/Travel & Transportation/Travel Agencies & Services/Vacation Offers", "confidence": 0.2632339596748352, "IAB-444-441": "Vacation Properties/Real Estate/Vacation Properties" }, { "name": "/Travel & Transportation/Specialty Travel/Low Cost & Last Minute Travel", "confidence": 0.10118717700242996, "IAB-101-90": "Industries - Logistics and Transportation Industry" } ] }, "success": true }
Get Free API Key View API Docs