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 Acme CRM against Rival CRM and Legacy CRM for “best startup CRM”, and tell me which brands appear together.

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

{
  "brand": "Acme CRM", "rankings": [/* brand first, then each competitor */],
  "coMentions": [
    { "a": "Acme CRM", "b": "Rival CRM", "count": 2 }
  ],
  "billing": { "cost": { "usd": "0.20" } }
}

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 Rival CRM and Legacy CRM, Acme CRM sits second, behind Rival CRM but clear of Legacy CRM. Acme CRM is most often framed alongside Rival CRM (named together in 2 answers), so the models treat them as your main reference point.

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