Get this data via API

Classify paint.wtf — 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://paint.wtf"}'
{ "domain": { "domain_url": "https://paint.wtf", "categories": [ { "name": "/Arts & Entertainment/Visual Art & Design/Other", "confidence": 0.5000786781311035, "IAB-324-JLBCU7": "Movies/Entertainment/Movies" }, { "name": "/Games/Family-Oriented Games & Activities/Drawing & Coloring", "confidence": 0.3806775212287903, "IAB9-30": "Video & Computer Games", "IAB-684-680": "PC Games/Video Gaming/PC Games" }, { "name": "/Science/Computer Science/Machine Learning & Artificial Intelligence", "confidence": 0.21703730523586273, "IAB-464": "Science/Science" }, { "name": "/Hobbies & Leisure/Merit Prizes & Contests", "confidence": 0.20625153183937073, "IAB-239": "Hobbies & Interests" }, { "name": "/Arts & Entertainment/Visual Art & Design/Painting", "confidence": 0.13778991997241974, "IAB-254-248": "Painting/Hobbies & Interests/Arts and Crafts/Painting" }, { "name": "/Games/Computer & Video Games/Browser Games", "confidence": 0.11752798408269882, "IAB9-30": "Video & Computer Games", "IAB-684-680": "PC Games/Video Gaming/PC Games" }, { "name": "/Games/Computer & Video Games/Casual Games", "confidence": 0.10150273889303207, "IAB-693-685": "Casual Games/Video Gaming/Video Game Genres/Casual Games" } ] }, "success": true }
Get Free API Key View API Docs