OCNORA

Google Search Console

Google CloudOAuth 2.0credential probe

The Search Console API provides access to both Search Console data (verified users only) and to public information on an URL basis (anyone) (Google OAuth2).

OCNORA ships 10 typed Google Search Console operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 10

  • Add Site
    Adds a property to the account — the first step of onboarding a new domain. The property still has to be verified before it reports any data.
    search_console.add_site
  • Delete Site
    Removes a property from the account (offboarding a domain).
    search_console.delete_site
  • Delete Sitemap
    Removes a submitted sitemap from the property.
    search_console.delete_sitemap
  • Get Site
    Retrieves information about specific site.
    search_console.get_site
  • Get Sitemap
    Retrieves the submission status of one known sitemap — errors, warnings, when it was last downloaded and whether it is still pending.
    search_console.get_sitemap
  • Inspect URL
    Runs the URL Inspection API against one page and reports its index status, canonical, last crawl and any rich-result, mobile-usability or AMP issues. Unlike Search Analytics this also sees pages that were never indexed.
    search_console.inspect_url
  • List Sitemaps
    Lists the [sitemaps-entries](/webmaster-tools/v3/sitemaps) submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).
    search_console.list_sitemaps
  • List Sites
    Lists the user's Search Console sites.
    search_console.list_sites
  • Query Searchanalytics
    Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define.
    search_console.query_searchanalytics
  • Submit Sitemap
    Submits (or re-submits) a sitemap for the property — the companion to a deploy or publish step that regenerated it.
    search_console.submit_sitemap

Run your first Google Search Console workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.