get_search_queries
Retrieve per-query search analytics with clicks, impressions, and position for a specified host and date range. Use this data to analyze search performance and identify query-level trends.
Instructions
[DEPRECATED — use get_popular_search_queries] Per-query search analytics: clicks, impressions, position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'markdown' (compact, default) or 'json' (raw API response) | markdown |
| date_to | No | End date YYYY-MM-DD (default: today) | |
| host_id | Yes | Host ID from get_hosts | |
| date_from | No | Start date YYYY-MM-DD (default: 7 days ago) |