query_search_analytics
Retrieve search analytics data from Google Search Console for a website, specifying date range, dimensions, and search type to analyze performance.
Instructions
Query Search Console analytics data for a site.
Args:
site_url: Full URL of your website (e.g., https://www.example.com/ or sc-domain:example.com)
start_date: Start date in YYYY-MM-DD format
end_date: End date in YYYY-MM-DD format
dimensions: List of dimensions (query, page, device, country, date)
search_type: Type of search results (web, image, video, news, discover, googleNews)
row_limit: Number of rows to return (max 25000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | ||
| start_date | Yes | ||
| end_date | Yes | ||
| dimensions | No | ||
| search_type | No | web | |
| row_limit | No |