Query Search Analytics
query_search_analyticsRetrieve Google Search Console performance metrics (clicks, impressions, CTR, position) by query, page, country, device, or date to analyze search visibility and inform SEO decisions.
Instructions
Query Google Search Console performance data (clicks, impressions, CTR, position) for a site, broken down by dimensions like query, page, country, device, or date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | End date in YYYY-MM-DD format | |
| filters | No | Optional filters to narrow results, combined with AND | |
| siteUrl | Yes | The property URL as registered in Search Console, e.g. 'https://example.com/' or 'sc-domain:example.com' | |
| rowLimit | No | Max rows to return, defaults to 1000 | |
| startRow | No | Row offset for pagination, defaults to 0 | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| dimensions | No | Dimensions to group results by | |
| searchType | No | Search type to filter on, defaults to web |