Skip to main content

What does this node do?

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

Quick setup

1

Connect Google account

Go to Builder → Integrations → Google and authenticate
2

Add the Google Search Console node

Find it in IntegrationsGoogleSearch Console
3

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