answer_box_position
Locate each cited URL's position in the AI's raw answer text to determine if your link appears early, middle, or late, revealing citation prominence.
Instructions
Locate where each cited URL appears in the AI's raw answer text. Calls check_citations, finds the first mention of each citation's URL (or hostname) in raw_answer, and bins by char position into early/middle/late thirds. Surfaces whether your URL is cited up-front or buried near the end. Returns 'unknown' for engines without raw_answer (Bing, Brave).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query whose AI answer to measure citation positions on. | |
| engine | No | AI engine to query. web_rank engines (bing_serp, brave_serp) lack raw_answer and will return position 'unknown'. | auto |
| max_results | No | Max citations to locate. |