How can I grow my organic traffic from the queries I already rank for?
Own your search data, feed your agents.
gscdump backfills the 16 months Google still keeps and preserves every day after: your whole search history, queryable by you and your agents over MCP, API, and SQL.
Thinking...
| Citation | Query | Impressions | Clicks | Click-through rate | Average position |
|---|---|---|---|---|---|
| 1 | schema validator | 134279 | 733 | 0.55% | 6.3 |
| 2 | schema markup validator | 29322 | 129 | 0.44% | 6.9 |
| 3 | google schema validator | 9824 | 17 | 0.17% | 5.8 |
Find what Search Console hides
Advanced analyses, computed from the same preserved record.
Competing pages
nuxtseo.com · captured Apr 29, 2026- Pages
- 5
- Severity
- 49
- Relationships
- 10
/ and /getting-started/introduction share 5 queries across 316 impressions.
| Source page | Target page | Shared queries | Shared impressions |
|---|---|---|---|
| / | /docs/nuxt-seo/getting-started/introduction | 5 | 316 |
| / | /docs/nuxt-seo/migration-guide/nuxt-seo-kit | 2 | 133 |
| /docs/nuxt-seo/getting-started/introduction | /docs/nuxt-seo/migration-guide/nuxt-seo-kit | 2 | 127 |
| / | /pro | 1 | 123 |
| /docs/nuxt-seo/migration-guide/nuxt-seo-kit | /pro | 1 | 83 |
| /docs/nuxt-seo/getting-started/introduction | /pro | 1 | 77 |
| / | /releases | 1 | 76 |
| /pro | /releases | 1 | 76 |
| /docs/nuxt-seo/migration-guide/nuxt-seo-kit | /releases | 1 | 76 |
| /docs/nuxt-seo/getting-started/introduction | /releases | 1 | 76 |
16 months is all Google keeps
Every day you're not syncing is data Google will delete.
Two layers, one product
The platform
Connect once and the sync engine owns the ugly part: quota budgets, token refresh, retries, the 2-3 day delay. It backfills 16 months on day 1, preserves every day after, and serves the whole record over MCP and API. Free during beta.
The CLI
The open-source floor the platform stands on. It syncs a property to DuckDB and Parquet on your own disk, queryable with plain SQL and exposable over MCP. MIT-licensed; your data never leaves your disk.
npm install -g @gscdump/cli gscdump init # oauth round-trip with google gscdump sync --site https://example.com
One config block connects an agent
MCP is the primary interface, not an add-on. Add the server, and your agent queries the same record the dashboard reads. Answers arrive with the rows that produced them.
claude mcp add --transport http gscdump https://gscdump.com/mcp \ --header "x-api-key: YOUR_KEY"
- "Which pages lost clicks this week, and which queries drove the drop?"
- "Compare this quarter with the same quarter last year."
- "Which queries sit at positions 4 to 20 with high impressions?"
4 dimensions, synced daily
A site is scoped to the exact host you register, never the whole GSC property, so a total here can read lower than the Search Console UI for a domain property. That scope is stated wherever totals appear. Deterministic evidence queries over the record run in the free Search Console analysis tools . Review the read-only permissions and data boundaries .
Private beta. Join the waitlist.
Signups open gradually during beta. Leave your email and an invite follows when a slot opens. Already have an account? Sign in above.