search_console_analytics_top_pages
Retrieve top performing pages from Search Console analytics for a site and date range. Shortcut to query page-level performance data.
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 | Yes | Site URL | |
| row_limit | No | Max rows (default: 100) | |
| start_date | Yes | Start date (YYYY-MM-DD) |