find_cannibalization
Queries where more than one page of the site is being shown, with how each page does on them.
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. | |
| end_date | No | YYYY-MM-DD. Defaults to the last day with data. | |
| start_date | No | YYYY-MM-DD. Overrides `days`. | |
| min_impressions | No | Per page. Default 30. |