search_console_data
Fetch Google Search Console data: keywords, pages, clicks, impressions, and rankings. Select from endpoints such as top pages, queries, or complete data.
Instructions
Query your Google Search Console data — keywords, pages, clicks, impressions, and rankings.
Requires a connected GSC data source. Call list_projects() then list_connections()
to find your project_id and account_id.
Args:
project_id: Your project UUID (from list_projects)
account_id: GSC account ID (from list_connections, e.g. "sc-domain:example.com")
endpoint: What data to fetch:
- "top_pages": Top organic pages with clicks (last 3 months)
- "queries": All search queries
- "ranking_keywords": Keywords with click/impression metrics
- "clicks_impressions": Click and impression data over time
- "complete_data": Full GSC data with all dimensions (last 2 months)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | ||
| endpoint | No | complete_data | |
| account_id | Yes | ||
| project_id | Yes |