Complete documentation for the Website Categorization API. Learn how to integrate powerful domain classification into your applications.
The Website Categorization API provides real-time domain classification using the IAB Content Taxonomy. Our RESTful API enables you to categorize any domain into over 800 categories with high accuracy and confidence scores. Whether you're building ad-tech solutions, content moderation tools, or sales intelligence platforms, our API delivers the data you need.
Average response times under 100ms for cached domains, with real-time classification for new domains.
Full IAB Content Taxonomy v2 and v3 support with hierarchical category classification.
Each category includes a confidence score so you can filter based on your accuracy requirements.
Process up to 1,000 domains per batch request for efficient large-scale classification.
Categorize a single domain and retrieve IAB taxonomy categories with confidence scores.
Submit multiple domains in a single request for efficient bulk processing.
Get comprehensive domain data including categories, company info, technologies, and more.
# Categorize a domain
curl -X GET "https://api.websitecategorizationapi.com/v1/categorize?domain=techcrunch.com" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"domain": "techcrunch.com",
"categories": [
{
"id": "IAB19",
"name": "Technology & Computing",
"tier": 1,
"confidence": 0.97
},
{
"id": "IAB12",
"name": "News",
"tier": 1,
"confidence": 0.89
}
],
"meta": {
"request_id": "req_xyz789",
"processing_time_ms": 42
}
}
Get your free API key and start categorizing domains in minutes.
Get API Access