page_queries
What searches a specific page is shown for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Length of the window, counted back from the last day with data. Default 28. | |
| page | Yes | Full URL of the page. | |
| 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. | |
| match | No | Default equals. | |
| end_date | No | YYYY-MM-DD. Defaults to the last day with data. | |
| start_date | No | YYYY-MM-DD. Overrides `days`. |