Brand Compare
FreeAuthentication requiredbrand_compare
Compare a primary brand with up to five competitors on AI representation, archetype, BAI tier, sentiment, positioning, and key discrepancies.
Access: All authenticated brand accounts
When to use
Use for a public-registry comparison that does not require private competitor data.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| primary_brand | string | Yes | Primary brand slug. |
| competitors | string[] | Yes | Up to five competitor slugs. |
Try this in Claude
Compare Notion with Coda and Airtable on AI representation.
Example request
{
"primary_brand": "notion",
"competitors": [
"coda",
"airtable"
]
}
Example response coming soon.
