get_page_performance
Get per-page search performance from Google Search Console — which pages get the most clicks, impressions, and best positions. Use when analyzing content performance or identifying top-performing pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date in YYYY-MM-DD format. Defaults to today. | |
| site_url | Yes | The site URL exactly as shown in Search Console | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| row_limit | No | Max rows to return (1-100). Defaults to 25. | |
| start_date | No | Start date in YYYY-MM-DD format. Defaults to 28 days ago. | |
| page_filter | No | Optional: only include pages whose URL contains this string (e.g., "/blog/"). |