query
Direct Search Analytics query, for questions the other tools do not shape. Same dates, dimensions and filters the Google API takes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Length of the window, counted back from the last day with data. Default 28. | |
| site | No | Search Console property, exactly as list_sites reports it (sc-domain:example.com or https://example.com/). Optional when the account has only one property. | |
| limit | No | Rows to return. Default 25, maximum 100; `has_more` says whether there were more. | |
| filters | No | Google's dimensionFilterGroups, passed through unchanged. | |
| end_date | No | YYYY-MM-DD. Defaults to the last day with data. | |
| start_row | No | Paging offset; `next_start_row` comes back in the answer. | |
| dimensions | No | Group by these. Omit for totals. | |
| start_date | No | YYYY-MM-DD. Overrides `days`. |