search_console_analytics_top_pages
Retrieve a site's top pages from Google Search Console analytics. Specify a date range and site URL to get a ranked list of pages by performance.
Instructions
Get top pages for a site. Shortcut for analytics.query with dimensions=['page'].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date (YYYY-MM-DD) | |
| site_url | No | Site URL | |
| row_limit | No | Max rows (default: 100) | |
| start_date | Yes | Start date (YYYY-MM-DD) |