gsc_top_pages
Fetch top pages ranked by clicks from Search Console over a given period. Set lookback up to 480 days and limit results to 25,000 rows.
Instructions
Convenience wrapper: top pages for a property over the last N days by clicks. Equivalent to gsc_search_analytics with dimensions=["page"]. Uses the configured data_state (default 'all'; 'final' lags 2-3 days behind the dashboard).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window. Defaults to 28. | |
| limit | No | Max rows to return. Defaults to 50. | |
| site_url | No | Defaults to the configured default site. |