Fetch Google Search Console data based on specified metrics and dimensions
Field | Type | Required | Description |
---|---|---|---|
Properties | Dynamic multi-select | Yes | Select one or more GSC properties to query |
Date Range | Date range picker | Yes | Select date range for the report |
Metrics | Multi-select | Yes | Select metrics to include in the report |
Dimensions | Multi-select | No | Select dimensions to segment your data |
Filters | Rule-based filters | No | Add filters to refine your data |
Order By | Sort configuration | No | Set the order of results |
Limit | Number | No | Maximum number of rows to return |
Options | Report options | No | Additional options for the report |
Operator | Description | Example Use Case |
---|---|---|
EQUALS | Exact match | Query equals “digital marketing” |
NOT_EQUALS | Does not match exactly | Device not equals “TABLET” |
CONTAINS | Contains substring | Query contains “SEO” |
NOT_CONTAINS | Does not contain substring | Query doesn’t contain “brand” |
IN_LIST | Matches any value in list | Country in [“US”, “UK”, “CA”] |
NOT_IN_LIST | Doesn’t match any value in list | Device not in [“TABLET”] |
REGEXP_MATCH | Matches regular expression | Query matches ”.(SEO|marketing).” |
NOT_REGEXP_MATCH | Doesn’t match regex | Query doesn’t match “test.*“ |
GREATER_THAN | Numeric greater than | Clicks > 10 |
LESS_THAN | Numeric less than | Position < 5 |
IS_NULL | Field has no value | Country is null |
IS_NOT_NULL | Field has a value | Country is not null |
Country IN ["US", "UK", "CA", "AU"]
Query REGEXP_MATCH ".*(SEO|marketing|digital).*"
Option | Description |
---|---|
Pretty Column Names | Converts column headers to Title Case (e.g. clicks becomes Clicks ) |
Add Percent Sign to Ratios | Appends % to ratio metrics like CTR |
Compact Numbers | Converts large numbers to short format (e.g. 10K instead of 10,000 ) |
Pivot Dimensions as Columns | Transforms dimension values into separate columns for easier comparison |
What happens if I select multiple GSC properties?
site
dimension to segment results per site.Why is my data missing for recent dates?
Why is my data different from the Search Console UI?
How do dimensions affect my data?
What's the difference between Site and Page level aggregation?
Why are some metrics showing as zero or missing?
Why is my report returning no data?
How do I combine filters with OR logic?
What's the difference between CONTAINS and REGEXP_MATCH?
Query CONTAINS "SEO"
finds any query with “SEO” anywhere in the textQuery REGEXP_MATCH "^SEO.*"
finds queries that START with “SEO”Why are my filters not working?
Can I get data for specific search types?
Why do I see different totals when using multiple dimensions?