WebsiteCategorizationAPI
Home
Demo Tools - Categorization
Website Categorization Text Classification URL Database Taxonomy Mapper
Demo Tools - Website Intel
Technology Detector Quality Score Competitor Finder
Demo Tools - Brand Safety
Brand Safety Checker Brand Suitability Quality Checker
Demo Tools - Content
Sentiment Analyzer Context Aware Ads
MCP Servers
MCP Real-Time API MCP Database Lookup Setup Guides
MCP Services by Industry
Banking Crypto & Web3 Hedge Fund Insurance Private Equity & VC Consulting Education HR & Staffing Legal & Compliance Non-Profit Professional Services Real Estate Ad-Tech Cloud Security Cybersecurity Network Security SaaS & Software Telecommunications Digital Media Entertainment Gaming & Esports Media & Broadcasting Sports & Fitness Biotech Healthcare Pharmaceuticals Consumer Goods E-Commerce Fashion & Luxury Food & Beverage Hospitality Retail Travel & Tourism Aerospace & Defense Automotive Agriculture Construction Energy & Utilities Manufacturing Mining & Resources Government Logistics & Freight Shipping & Maritime Supply Chain Transportation Waste & Environmental Water & Utilities
Agentic Workflows
AI Agent Database 100 Use Cases Hedge Fund Workflows Banking Workflows Healthcare Workflows E-Commerce Workflows SaaS Workflows View All 47 Industries →
Domains By
Domains for your ICP Domains by Vertical Domains by Country Domains by Technologies
Resources
API Documentation Pricing Login
Try Categorization
API Reference

Domain Enrichment API

Enrich any domain with comprehensive business intelligence data including company information, technographics, firmographics, categorization, and more. Power your lead generation, data enrichment, and market research with real-time domain data.

Overview

The Domain Enrichment API provides comprehensive data about any website or domain. With a single API call, retrieve company information, technology stack detection, industry categorization, traffic estimates, and more. Our enrichment data powers lead scoring, CRM enhancement, competitive analysis, and market research applications.

GET /v1/enrich?domain={domain}

Returns comprehensive enrichment data for the specified domain including company information, categorization, technologies, and firmographic data.

Request Parameters

Parameter Type Description
domain required string The domain to enrich (e.g., example.com)
include optional string Comma-separated list of data fields to include (e.g., technologies,firmographics)
format optional string Response format: json (default) or xml

Example Request

curl -X GET "https://api.websitecategorizationapi.com/v1/enrich?domain=stripe.com" \ -H "Authorization: Bearer YOUR_API_KEY"

Example Response

{ "domain": "stripe.com", "company": { "name": "Stripe, Inc.", "description": "Financial infrastructure for the internet", "founded_year": 2010, "headquarters": { "city": "San Francisco", "state": "CA", "country": "US" }, "employee_range": "5000-10000", "revenue_range": "$1B+", "industry": "Financial Technology" }, "categories": [ {"id": "IAB13-3", "name": "Financial Services", "confidence": 0.96}, {"id": "IAB19-6", "name": "Software", "confidence": 0.92} ], "technologies": [ {"name": "React", "category": "JavaScript Framework"}, {"name": "Node.js", "category": "Backend"}, {"name": "AWS", "category": "Cloud Platform"} ], "traffic": { "monthly_visits": "50M+", "traffic_rank": 1245, "growth_trend": "growing" }, "social": { "linkedin_url": "https://linkedin.com/company/stripe", "twitter_handle": "@stripe", "github_org": "stripe" }, "meta": { "request_id": "req_xyz789", "credits_used": 1, "processing_time_ms": 127 } }

Available Data Fields

The Domain Enrichment API returns comprehensive data across multiple categories. Use the include parameter to request specific data fields.

Company Information

  • Company name
  • Description
  • Founded year
  • Headquarters location
  • Industry classification

Firmographics

  • Employee count range
  • Revenue estimate
  • Funding status
  • Company type
  • Business model

Technologies

  • Tech stack detection
  • CMS identification
  • Analytics tools
  • Marketing platforms
  • E-commerce platforms

Categorization

  • IAB taxonomy (v2/v3)
  • Multi-level categories
  • Confidence scores
  • Content classification
  • Brand safety flags

Traffic & Engagement

  • Monthly visit estimates
  • Traffic rank
  • Growth trends
  • Geographic distribution
  • Traffic sources

Social & Contact

  • Social media profiles
  • Contact emails
  • Phone numbers
  • Physical addresses
  • Key personnel

Start Enriching Domains Today

Get comprehensive business intelligence for any domain with our enrichment API.

View Pricing