compare_search_periods
:
Instructions
Compare search analytics data between two time periods.
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.
period1_start: Start date for period 1 (YYYY-MM-DD)
period1_end: End date for period 1 (YYYY-MM-DD)
period2_start: Start date for period 2 (YYYY-MM-DD)
period2_end: End date for period 2 (YYYY-MM-DD)
dimensions: Dimensions to group by (default: query)
limit: Number of top results to compare (default: 10)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| period1_start | Yes | ||
| period1_end | Yes | ||
| period2_start | Yes | ||
| period2_end | Yes | ||
| dimensions | No | query | |
| limit | No |