canonical_competitor_set
Identify the domains that all search engines consider authoritative for a query. Aggregates citations across engines to rank competitor domains by cross-engine consensus.
Instructions
Fan a query across engines and aggregate citations by registered domain (not URL). Returns top competitor domains ranked by cross-engine consensus, with per-engine breakdown and top URLs per domain. Use to identify the canonical competitor set for a query - the domains every engine treats as authoritative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to fan out across engines. | |
| engines | No | Engines to query. If omitted, uses all LLM engines with a configured API key (google_ai_mode, perplexity, claude, openai, gemini). Include bing_serp/brave_serp only for web_rank comparison. | |
| top_n | No | Max competitor domains to return. | |
| max_results | No | Max citations per engine. | |
| exclude_domains | No | Domains to filter out (e.g. your own brand, Wikipedia, Reddit). Suffix-match. |