The Get Report node lets you fetch Google Search Console performance data across one or more properties using specified metrics, dimensions, and filters. This is an AI-powered node that can understand natural language instructions.


When to Use It

Use this node to:

  • Generate automated SEO performance reports and dashboards
  • Track search metrics and keyword performance over time
  • Create data-driven insights for SEO optimization decisions
  • Export data for further analysis in external tools
  • Monitor organic search performance across multiple websites

Inputs

FieldTypeRequiredDescription
PropertiesDynamic multi-selectYesSelect one or more GSC properties to query
Date RangeDate range pickerYesSelect date range for the report
MetricsMulti-selectYesSelect metrics to include in the report
DimensionsMulti-selectNoSelect dimensions to segment your data
FiltersRule-based filtersNoAdd filters to refine your data
Order BySort configurationNoSet the order of results
LimitNumberNoMaximum number of rows to return
OptionsReport optionsNoAdditional options for the report

Filters

Filters allow you to refine your data by applying conditions to specific dimensions or metrics. Multiple filters use AND logic - all conditions must be met for a row to be included in the results.

Available Filter Operators

OperatorDescriptionExample Use Case
EQUALSExact matchQuery equals “digital marketing”
NOT_EQUALSDoes not match exactlyDevice not equals “TABLET”
CONTAINSContains substringQuery contains “SEO”
NOT_CONTAINSDoes not contain substringQuery doesn’t contain “brand”
IN_LISTMatches any value in listCountry in [“US”, “UK”, “CA”]
NOT_IN_LISTDoesn’t match any value in listDevice not in [“TABLET”]
REGEXP_MATCHMatches regular expressionQuery matches ”.(SEO|marketing).
NOT_REGEXP_MATCHDoesn’t match regexQuery doesn’t match “test.*“
GREATER_THANNumeric greater thanClicks > 10
LESS_THANNumeric less thanPosition < 5
IS_NULLField has no valueCountry is null
IS_NOT_NULLField has a valueCountry is not null

Filter Examples

Example 1: High-performing keywords

- Clicks > 10 (GREATER_THAN)
- Position < 10 (LESS_THAN)
- CTR > 0.05 (GREATER_THAN)

Example 2: SEO-related queries using regex (OR logic)

- Query matches ".*(SEO|optimization|ranking).*" (REGEXP_MATCH)

Example 3: Exclude branded searches

- Query does not contain "brand name" (NOT_CONTAINS)
- Query does not contain "company name" (NOT_CONTAINS)

OR Logic with Filters

Since multiple filters use AND logic, use these approaches for OR conditions:

  1. IN_LIST operator: Country IN ["US", "UK", "CA", "AU"]
  2. REGEXP_MATCH operator: Query REGEXP_MATCH ".*(SEO|marketing|digital).*"
  3. Run separate queries: Create different workflows for different conditions

Options Reference

These optional settings let you format the output from Google Search Console before passing it to other nodes.

OptionDescription
Pretty Column NamesConverts column headers to Title Case (e.g. clicks becomes Clicks)
Add Percent Sign to RatiosAppends % to ratio metrics like CTR
Compact NumbersConverts large numbers to short format (e.g. 10K instead of 10,000)
Pivot Dimensions as ColumnsTransforms dimension values into separate columns for easier comparison

Output

The node returns a structured dataset with search performance metrics and dimensions. The exact format depends on your configuration and the data returned from Google Search Console.

Typical Output Structure:

  • Data Rows: Search performance metrics and dimensions
  • Metadata: Site information, date ranges, and query details
  • Summary Statistics: Total records, data freshness, execution time

Can be passed to:

  • AI nodes like Analyze Data or Structured Output
  • Export nodes (e.g., Google Sheets)
  • Email or Slides nodes

Credit Cost

  • Cost per run: 1 credit (per successful execution)

Example Setup

Scheduler (Daily 9 AM) →
Get Report →
AI Analysis →
Google Slides Report →
Slack Notification

Configuration Example:

  • Date Range: Last 30 days
  • Metrics: Clicks, Impressions, CTR, Position
  • Dimensions: Query, Page
  • Filters: Impressions > 10 (only keywords with significant visibility)
  • Aggregation Level: Page Level
  • Limit: 1000 rows

FAQs