OXYGENOXYGEN
← All integrations
Google Search Console logo

Google Search Console

Read search performance and indexing.

AnalyticsOAuth9 endpoints

Endpoints

OperationMethod & pathEffectLatencyRateCost
GOOGLE_SEARCH_CONSOLE_ADD_SITE
Adds a site to the set of the user's sites in Google Search Console. This action registers a new property (site) in Google Search Console for the authenticated user. After adding the site, you will need to verify ownership through one of the available verification methods. The site URL must be properly formatted as either a URL-prefix property (with protocol) or a domain property (with sc-domain prefix).
GET /composio/google_search_console/google_search_console_add_sitenonemanaged
GOOGLE_SEARCH_CONSOLE_DELETE_SITE
Removes a site from the user's Google Search Console sites. This action permanently removes a site property from the authenticated user's Search Console account. The site URL must be URL-encoded. Use this when you need to unregister a site from tracking in Search Console.
GET /composio/google_search_console/google_search_console_delete_sitenonemanaged
GOOGLE_SEARCH_CONSOLE_GET_SITE
Retrieves information about a specific Search Console site. Use when you need to get site details including permission level for a specific property.
GET /composio/google_search_console/google_search_console_get_sitenonemanaged
GOOGLE_SEARCH_CONSOLE_GET_SITEMAP
Retrieves sitemap metadata (submitted/indexed counts, errors, warnings, last-submission timestamps) for a specific sitemap in Search Console. Returns metadata only, not raw XML content. Note: numeric fields like `errors`, `warnings`, `submitted`, and `indexed` may be returned as strings; cast to int before comparisons. Values such as `contents.indexed` can lag several days after submission.
GET /composio/google_search_console/google_search_console_get_sitemapnonemanaged
GOOGLE_SEARCH_CONSOLE_INSPECT_URL
Inspects a URL for indexing issues and status in Google Search Console. Results may reflect cached data lagging real changes by several days. High-volume use can trigger 429 quota errors; limit to priority URLs.
GET /composio/google_search_console/google_search_console_inspect_urlnonemanaged
GOOGLE_SEARCH_CONSOLE_LIST_SITEMAPS
Lists all sitemaps for a site in Google Search Console. Response fields `errors`, `warnings`, `contents.submitted`, and `contents.indexed` may be returned as strings; cast to integers before numeric operations. Evaluate these fields alongside `isPending` for sitemap health.
GET /composio/google_search_console/google_search_console_list_sitemapsnonemanaged
GOOGLE_SEARCH_CONSOLE_LIST_SITES
Lists all verified sites (properties) owned by the authenticated user in Google Search Console. Response contains a siteEntry array — always iterate it, never assume a single object. Each entry includes permissionLevel, which varies per site; do not assume owner-level access for all returned properties. When calling downstream tools, use the site_url value exactly as returned, including protocol, subdomain, sc-domain: prefix, and trailing slash — any deviation causes empty results or permission errors. Empty siteEntry may indicate missing OAuth scopes or no verified properties. Newly added properties may not appear immediately due to propagation delay.
GET /composio/google_search_console/google_search_console_list_sitesnonemanaged
GOOGLE_SEARCH_CONSOLE_SEARCH_ANALYTICS_QUERY
Queries Google Search Console for search analytics data including clicks, impressions, CTR, and position metrics. Only returns URLs with at least one impression; missing rows do not confirm non-indexing. Position is an impression-weighted average rank.
GET /composio/google_search_console/google_search_console_search_analytics_querynonemanaged
GOOGLE_SEARCH_CONSOLE_SUBMIT_SITEMAP
Submits a sitemap to Google Search Console for indexing. This action registers or resubmits a sitemap for a verified property in Google Search Console. The sitemap file must be accessible at the specified URL and properly formatted as XML. Supported sitemap types include standard sitemaps, sitemap index files, RSS feeds, and Atom feeds. The authenticated user must have site owner or full user permissions for the property. After submission, Google will crawl and process the sitemap according to its standard indexing schedule.
GET /composio/google_search_console/google_search_console_submit_sitemapnonemanaged