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:
“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:
“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:
“How is my site doing in Google Search this month?”
“Show me daily search traffic for the last 30 days”
