Competitive Analysis
Signal ($199/mo)API key requiredcompetitive_analysis
Compare your brand against up to 3 competitors across AI models. Requires a Signal or Scout Pro API key.
When to use
Head-to-head competitive intelligence with your brand as baseline.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| action | stringrunlatest | Yes | Start new or get latest |
| competitors | string[] | No | Up to 3 brand slugs (required for run) |
| models | string[] | No | Filter to specific models |
Try this in Claude
Compare my brand against HubSpot, Salesforce, and ZendeskExample request
{
"action": "run",
"competitors": [
"hubspot",
"salesforce",
"zendesk"
]
}Example response coming soon.
