Skip to main content

Overview

3 tools for fetching raw Google Search Console data — keywords, pages, and daily performance.
Google Search Console data has a 2-day delay. Always use today - 2 days as the most recent end_date.

get_keywords

Get top keywords (search queries) ranked by clicks from Google Search Console. Parameters: Response:
Growth rates compare the first half vs. second half of the date range. Negative position_growth_rate means positions improved (lower number = better).
Example Prompts:
“Show me my top 20 keywords by clicks for the last 30 days”
“Which keywords drive traffic to my blog pages?“

get_pages

Get top pages (URLs) ranked by clicks from Google Search Console. Parameters: Response:
Example Prompts:
“Show me my top 10 pages by clicks”
“Which pages rank for SEO-related keywords?“

get_performance

Get daily performance overview — clicks, impressions, CTR, and position as a time series with summary. Parameters: Response:
The summary automatically splits the date range in half and compares before/after. Positive position_growth means positions got worse (higher number).
Example Prompts:
“How is my site doing in Google Search this month?”
“Show me daily search traffic for the last 30 days”