Cookieless Audiences
Home Database API Docs Pricing Live Demo Taxonomy
Use Cases
Media Planning by Persona Inventory Curation & Deal Packaging Seller-Defined Audiences CDP & Analytics Enrichment ABM Account Profiling
Industries
SSPs DSPs Publishers Agencies Curation Platforms
Company
Contact Login
Try Live Demo

Competitive Intelligence from the Live Web

Competitors reveal strategy in the categories they occupy, the tech they deploy and the buyers their content courts. Read it all systematically: discovery across 102M classified domains, stack comparisons and audience segmentation that decodes whose ICP a rival targets.

102M
domains to surface unknown competitors
1 call
decodes a competitor page's audience
1,667+
personas to name who their content courts
Ongoing
re-analysis catches positioning shifts
Try the Live Demo Request a Sample API Documentation

The problem: you know your rivals by name, not by data

Product marketing keeps a battlecard for the three competitors sales mentions most. Meanwhile the category fills with unknowns, a rival repositions toward your best segment, and the evidence arrives as a lost deal.

Incomplete competitor set

Tomorrow's threats are rarely on today's battlecard. Keyword search finds the best SEO, not the closest category match.

Their stack is a black box

Build-vs-buy choices, vendor dependencies and GTM tooling are visible in a site's tech fingerprint — if anyone checks systematically.

Positioning shifts go unnoticed

A rival moving upmarket telegraphs it in content months before the pricing page changes. Classified snapshots catch that drift.

Analysis doesn't accumulate

Ad-hoc reviews produce slide decks, not datasets. Without a consistent schema you cannot diff this quarter against last.

Manual monitoring — someone skimming blogs on Fridays — does not scale and leaves no structured record to compare quarter over quarter.

The solution: four instruments, one schema

Each layer produces structured, repeatable output — so competitive intelligence becomes a dataset you query and diff, not a deck you rebuild.

Discover the full set

The competitor finder surfaces domains in your categories across the 102M-domain database.

  • Filter by traffic tier to see rivals with real audiences first
  • Includes competitors not yet on any battlecard

Compare technology stacks

The technology detector fingerprints each competitor's commerce platform, analytics, marketing automation and A/B tooling.

  • Run across the set via the technology slice
  • Vendor-adoption patterns become a table

Decode their ICP

POST /api/audience/segment.php on a competitor's pages returns b2b_signals: target roles, company size and industry focus.

Track mentions and tone

content_context.brand_mentions reveals which vendors a competitor names — partners, integrations, or you.

Analyze a competitor's blog in one call

A trimmed audience-segmentation response for a security vendor's blog. One call returns target roles, company-size band, priority industries and brand mentions.

Request (Python)
import requests

resp = requests.post(
    "https://www.websitecategorizationapi.com/api/audience/segment.php",
    data={
        "query": "https://www.crowdstrike.com/en-us/blog/",
        "api_key": API_KEY,
    },
    timeout=120,
)
profile = resp.json()["audience_segmentation"]

battlecard.update(
    competitor="crowdstrike.com",
    icp_roles=profile["b2b_signals"]["target_role"],
    icp_size=profile["b2b_signals"]["target_company_size"],
    mentions=profile["content_context"]["brand_mentions"],
)
Response
{
  "url": "https://www.crowdstrike.com/en-us/blog/",
  "audience_segmentation": {
    "b2b_signals": {
      "is_b2b_content": true,
      "confidence": 0.9,
      "target_role": ["IT Manager", "Security Analyst", "CISO"],
      "target_company_size": "mid-market",
      "industry_focus": ["Technology", "Finance", "Healthcare"]
    },
    "purchase_intent": [
      {"category": "cybersecurity solutions", "confidence": 0.8}
    ],
    "content_context": {
      "content_type": "blog_article",
      "writing_style": "professional",
      "reading_level": "advanced",
      "brand_mentions": ["CrowdStrike"],
      "sentiment": "neutral"
    },
    "iab_categories": [
      "Technology > Cybersecurity",
      "Business > IT Services"
    ]
  },
  "status": 200
}
Diff monthly to catch repositioning

When target_company_size shifts from "mid-market" to "enterprise", you have spotted an upmarket move before it hits their pricing page.

The battlecard as a table

Combining the layers yields a comparison grid that regenerates itself (figures illustrative).

SignalYouCompetitor ACompetitor B
Primary categoryTech > DevOps ToolingTech > DevOps ToolingTech > Enterprise Software
ICP roles targetedPlatform engineer, SREPlatform engineer, CTOCIO, IT Manager
Company size courtedMid-marketMid-market → enterpriseEnterprise
Traffic tierTier 2Tier 2Tier 1
Marketing stackHubSpot, GA4Marketo, Drift, 6senseAdobe stack
Mentions you?Yes, comparison pagesNo
Upmarket signal detected

Competitor A's content now courts enterprise buyers and their stack added an ABM vendor.

Machine-collected, dated

Two independent signals of the same move — each captured automatically with a timestamp.

Frequently asked

How does discovery avoid returning half the internet?

Candidates share your category assignments in the domain database, ranked by overlap depth. Filter by traffic tier, company size or business model to tighten the net.

Is analyzing competitors' public websites allowed?

The platform reads publicly served pages — the same material any analyst or prospect sees in a browser. It does not access gated content or private systems.

How do I keep this current without a standing project?

Schedule the API calls. A monthly job re-segments each rival's key pages, re-fingerprints their stack and diffs against the stored profile. Changes land in Slack or your BI tool. The real-time engine answers breaking questions in seconds.

Related resources

Get one competitor profiled free

Name a rival and we send back their profile — categories, technology stack, audience segmentation and discovered lookalikes — in the same format the API produces.

Try the Live Demo Request a Sample Read the API Docs
Stay in the loop

You are on the list!

We will send you updates that matter — no spam.