Export daily or monthly Google Search Console SEO data directly to Airtable using this automated n8n workflow. Stop exporting CSVs and maintain a real-time, organized database of keywords, pages, clicks, and impressions. Use this n8n template for seamless reporting.
Download this n8n workflow template and start using it instantly.
Manually downloading, cleaning, and aggregating data from Google Search Console is a significant time sink for anyone involved in SEO. This specialized n8n workflow eliminates that inefficiency by creating a robust, scheduled integration. This automation pulls three critical dimensions of data—Query (keywords), Page (URLs), and Date (daily performance)—for your specified domain and time period. By utilizing the n8n node structure for splitting and renaming fields, the workflow ensures that data arriving in Airtable is perfectly clean and instantly reportable. This n8n workflow provides tremendous value by transforming raw API results into an actionable SEO database, allowing users to build complex dashboards directly in Airtable.
This automation follows a precise, multi-branch structure initiated by an n8n trigger:
domain (e.g., funautomations.io) and the reporting days (default is 30 days).keys[0] field (which holds the keyword, page URL, or date) is renamed to a more suitable column header like 'Keyword' or 'page'. Other metrics like clicks, impressions, ctr, and position are preserved.To deploy this n8n workflow, follow these steps:
domain value to your target website URL (e.g., sc-domain:example.com). Adjust the days parameter if you need a shorter or longer reporting window.Queries, Pages, Dates) match the structure of your target Airtable base.This comprehensive n8n workflow relies on several core n8n node types to achieve data integration:
Schedule Trigger: Serves as the primary n8n trigger, initiating the data pull at recurring intervals (e.g., daily).
Set (Set your domain): A utility n8n node used to centrally define the variables (domain, days) which are dynamically used in subsequent HTTP Request nodes.
HTTP Request (Get query/page/date Report): These three nodes perform authenticated API calls to the Google Search Console API. They are configured with dynamic dates and utilize the dimensions parameter ('query', 'page', or 'date') to request specific report types.
Split Out: Essential flow control n8n node used immediately after the API call. It iterates over the main rows array returned by GSC, ensuring each individual record is processed sequentially.
Set (Edit Fields): These cleanup n8n nodes map and rename the raw API fields (like keys[0]) to user-friendly column headers ('Keyword', 'page', 'date') before writing to the database.
Airtable (Create a record): The final three n8n node actions. These connect to Airtable using a personal access token and perform the 'Create' operation, inserting the cleaned performance metrics into the appropriate 'Queries', 'Pages', or 'Dates' table.
Use this secure n8n workflow to export Dialogflow intents, analyze their priority levels using an n8n code node, and log the structured data automatically into Google Sheets.

Automate bulk data export from Cloudflare to Google Sheets using this powerful n8n workflow. Capture domain settings, DNS records, and TLD metadata efficiently.

Use this powerful n8n workflow to bulk scrape thousands of Amazon product reviews via RapidAPI and automatically store the structured data in Google Sheets for analysis.

Export Iconfinder metadata (tags, names, previews) to clean HTML and CSV files using this powerful n8n workflow. Perfect for cataloging large icon libraries easily.

Use this core n8n workflow to read a local JSON file and automatically append the extracted data as new rows into a specified Google Sheet. Perfect n8n templates for data integration.

Use this powerful n8n workflow to automatically extract all Jamf policies, convert the structured data to a clean CSV file, and instantly share the audit report via Slack for fast IT compliance checks. Leverage n8n templates for efficient policy management.








































