gsc_search_analytics
Retrieve Search Console search analytics (clicks, impressions, CTR, position) for a property. Supports dimensions, filters, date range, pagination, and data state.
Instructions
Query Search Console search analytics (clicks, impressions, CTR, position) for a property, with dimensions, a date range, optional dimension filters, and data_state. The workhorse GSC tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days. Convenience alias: derives end=today, start=today-days. Ignored when start_date is set explicitly. | |
| limit | No | Alias for row_limit. row_limit wins when both are set. | |
| filters | No | Optional dimension filters, ANDed together. | |
| end_date | No | ISO date YYYY-MM-DD. Defaults to today. | |
| site_url | No | Property to query. Defaults to the configured default site. | |
| row_limit | No | Defaults to 1000. | |
| start_row | No | Pagination offset. Defaults to 0. | |
| data_state | No | all matches the dashboard (fresh, partial data); final lags 2-3 days. Defaults to the configured value. | |
| dimensions | No | Defaults to ["query"]. | |
| start_date | No | ISO date YYYY-MM-DD. Defaults to 28 days ago. Wins over `days` when both are set. | |
| search_type | No | Defaults to web. |