compete_for_query
Benchmark your URL against cited competitors for any AI search query. Returns your citation score, average competitor score, and the gap.
Instructions
End-to-end competitive snapshot for a single query. Calls check_citations to get the cited URLs, then runs compare_domains on your_url vs the top cited competitors. Returns your score, the average competitor score, and the gap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to test (what would a user ask an AI?). | |
| your_url | Yes | Your URL to benchmark against the cited competitors. | |
| engine | No | AI engine to query for the citation set. 'auto' picks the first available key. | auto |
| max_competitors | No | How many cited URLs to compare against your_url. Capped at 9 (compare_domains accepts max 10 URLs total including yours). |