Compare

Put your brand head-to-head with a competitor set in AI answers, with a co-mention graph showing who you’re framed alongside.

Overview

Like rankings, but centered on one primary brand against a competitor set. Your agent gets the same per-brand ranking plus a coMentions graph: for each pair of brands, how many model answers name both, surfacing who the models pair you with.

Example

Ask your agent in plain English and it calls the tool for you:

# you say
Compare Attio against HubSpot and Folk for “best CRM for SaaS”, and tell me who I get mentioned alongside.

The tool returns structured JSON to your agent (you never see this directly):

{
  "brand": "attio", "rankings": [/* brand first, then each competitor */],
  "coMentions": [
    { "a": "attio", "b": "hubspot", "count": 2 }
  ],
  "billing": { "cost": { "usd": "0.28" } }
}

Your agent reads that JSON and answers you in plain English. That reply is written by your own AI; the JSON is just what it reasons over:

# your AI replies
Against HubSpot and Folk, Attio sits second, behind HubSpot but clear of Folk. You’re most often framed alongside HubSpot (named together in 2 answers), so the models treat them as your main reference point.

Full input and output schema: POST /v1/compare. Pass an optional models list to narrow which models run (see per-model pricing).

Compare - Cite42 Docs | Cite42