Actions
| Name | Description |
|---|---|
list_sitesList all sites you have access to in Search Console | List all sites you have access to in Search Console |
get_siteGet information about a specific site | Get information about a specific site |
search_analytics_queryQuery search analytics data for a site | Query search analytics data for a site |
list_sitemapsList sitemaps submitted for a site | List sitemaps submitted for a site |
submit_sitemapSubmit a sitemap for a site | Submit a sitemap for a site |
delete_sitemapDelete a sitemap from a site | Delete a sitemap from a site |
inspect_urlInspect a URL in the Google index | Inspect a URL in the Google index |
custom_api_callMake a custom API call to the Google Search Console API | Make a custom API call to the Google Search Console API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'google-search-console',
actionName: 'list_sites',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Google Search Console to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Google Search Console support?
Google Search Console supports 8 actions including List Sites, Get Site, Search Analytics Query, List Sitemaps, Submit Sitemap, and more.
Can I use Google Search Console with AI agents?
Yes. Add Google Search Console to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Google Search Console use?
Google Search Console uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Google Search Console integration cost?
The Google Search Console integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Google Search Console in 2 minutes
Get 1,000 free actions every month. No credit card required.