← Back to listings

Search Console Skill

Skill

Pull your Google Search Console data from the command line or any AI agent. Keyword rankings, clicks, impressions, CTR, and average position — no dashboard required.

★★★★★50 reviewsv1.000
Works with:Python 3.9+Google Search Console APIOAuth 2.0
$39
One-time purchase · Lifetime access
Lifetime Access: yours forever
Instant Delivery: download immediately
Commercial License: business use
Pay
stripe
Product Details:
TypeSkill
CategoryAnalytics
Version1.0
LicenseOne-time
Creatormasses.ai

About

Pull your Google Search Console data from the command line or any AI agent. Keyword rankings, clicks, impressions, CTR, and average position — no dashboard required.

Query all 5 GSC dimensions: query, page, country, device, date
Filter by query string, page path, country, or device type
Custom date ranges — up to 16 months historical
Up to 25,000 rows per query
Table, JSON, and CSV output formats
Credentials from config.yaml or env variables — no hardcoding
30-test suite with mocked API responses
One-command OAuth setup (~15 minutes)

Core Capabilities

Query Search Console Performance Report API directly
Filter by query string (contains, regex, not-equal)
Filter by page path, country code, or device type
Set custom date ranges with YYYY-MM-DD format
Return up to 25,000 rows per query
Output as human-readable table, JSON (pipe to jq or Claude), or CSV
Load credentials from config.yaml or environment variables
Support both URL prefix and domain properties
Works from CLI, cron jobs, AI agents, or any Python script

What's Included

gsc_auth.py
OAuth URL generator and token exchange. Run once, never touch auth again.
gsc_query.py
Full CLI with 10+ flags. Filter, paginate, and format in one command.
config.yaml template
Credentials, property URL, and output defaults. No code edits needed.
install.sh
One-command setup with virtual environment creation and dependency install.
30-test suite
Mocked API responses — runs fully without credentials or live API access.
Full docs
Setup guide, query pattern cookbook, error troubleshooting guide.

Requirements

Python 3.9+
Google account with verified Search Console property
Google Cloud project (free tier sufficient)
macOS or Linux (Windows via WSL)