Go to Studio

Google Search Console

Get search performance data and keywords

What does this node do?

The Google Search Console node fetches search performance data including queries, clicks, impressions, and rankings.

Quick setup

Connect Google account

Go to Builder → Integrations → Google and authenticate

Add the Google Search Console node

Find it in IntegrationsGoogleSearch Console

Enter site URL and date range

Specify your verified site URL and reporting period

Configuration

site_url string required

Your verified site URL.

date_range object required

Start and end dates.

dimensions array
  • query - Search terms
  • page - Landing pages
  • country - Country
  • device - Device type

Output

{
  "rows": [
    {
      "query": "best seo tools",
      "clicks": 150,
      "impressions": 5000,
      "ctr": 0.03,
      "position": 4.2
    }
  ]
}

Common uses

  • Track keyword rankings
  • Find content opportunities
  • Monitor CTR changes
  • Build SEO reports