get_search_by_page_query
Fetch Google Search Console query-level performance data for a specific page, showing clicks, impressions, CTR, and position. Identify top search queries for any URL.
Instructions
Get search analytics data for a specific page, broken down by query.
Args: site_url: Exact GSC property URL from list_properties (e.g. "https://example.com/" or "sc-domain:example.com"). Domain properties cover all subdomains — use the domain property as site_url and filter by page to analyze a specific subdomain. page_url: The specific page URL to analyze days: Number of days to look back (default: 28) row_limit: Number of rows to return (default: 20, max: 500). Use 5-20 for quick overviews, 50-200 for deeper analysis, up to 500 for comprehensive reports. For bulk exports beyond 500 rows, use get_advanced_search_analytics which supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| page_url | Yes | ||
| site_url | Yes | ||
| row_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |