cited_for_diff
Compare citations for a domain between two time windows to identify queries gained and lost. Track citation drift after publishing or migrating content.
Instructions
Diff cited_for between two time windows for a domain. Returns queries gained (cited now, not before baseline_until) and queries lost (cited before, not since current_since). Cache-only, no API spend. Use to track citation drift over time after publishing or migrating content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to diff, e.g. 'automatelab.tech'. | |
| baseline_until | Yes | ISO date (or ISO datetime). Baseline window = all cache entries fetched on or before this timestamp. | |
| current_since | No | ISO date floor for the 'current' window. Defaults to baseline_until. | |
| engine | No | Filter by engine. Omit to include all. |