get_search_by_page_query
Retrieve search queries for a specific page with clicks, impressions, CTR, and position metrics. Filter by date range or trailing days to analyze page performance.
Instructions
Get the search queries driving traffic to one specific page, with clicks, impressions, CTR and position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Trailing window in days used when startDate/endDate are omitted (default 28). The window ends 2 days ago because Search Console data lags. | |
| endDate | No | End date (YYYY-MM-DD). | |
| pageUrl | Yes | Full URL of the page to analyze (e.g. "https://example.com/blog/post") | |
| siteUrl | Yes | Property URL exactly as registered in Search Console: "https://example.com/" for URL-prefix properties or "sc-domain:example.com" for domain properties | |
| rowLimit | No | Max queries to return (default 50). | |
| startDate | No | Start date (YYYY-MM-DD). Provide together with endDate, or omit both and use "days". |