Skip to main content

Daily competitor research automation using SerpAPI, Google Sheets & Airtable

Workflow preview

Workflow preview
100%
Daily competitor research automation using SerpAPI, Google Sheets & Airtable preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it works This workflow automatically collects a list of companies from Google Sheets, searches for their competitors using SerpAPI, extracts up to 10 relevant competitor names with source links...

Best for

  • Market Research automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.airtable, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.

Original n8n.io source

1.1 Workflow description

Title
Daily competitor research automation using SerpAPI, Google Sheets & Airtable
Workflow name
Daily competitor research automation using SerpAPI, Google Sheets & Airtable

How it works

This workflow automatically collects a list of companies from Google Sheets, searches for their competitors using SerpAPI, extracts up to 10 relevant competitor names with source links, and logs the results into both Google Sheets and Airtable. It runs on a set schedule, cleans and formats the company list, processes each entry individually, checks if competitors exist, and separates results into successful and “no competitors found” lists for organized tracking.

Step-by-step

1. Trigger & Input

  • Auto Run (Scheduled) – Executes every day at the set time (e.g., 9 AM).

  • Read Companies Sheet – Pulls the list of companies from a Google Sheet (List column).

  • Clean & Format Company List – Removes empty rows, trims names, and attaches row numbers for tracking.

  • Loop Over Companies – Processes each company one at a time in batches.

2. Competitor Search

  • Search Company Competitors (SerpAPI) – Sends a query like "{Company} competitors" to SerpAPI, retrieving structured search results in JSON format.

3. Data Extraction & Validation

  • Extract Competitor Data from Search – Parses SerpAPI results to:

  • Identify the company name

  • Extract up to 10 competitor names

  • Capture the top source URL

  • Count total search results

  • Has Competitors? – Checks if any competitors were found:

  • Yes → Proceeds to logging

  • No → Logs in “no results” list

4. Logging Results

  • Log to Result Sheet – Appends or updates competitor data into the results Google Sheet.

  • Log Companies Without Results – Records companies with zero competitors found in a separate section of the results sheet.

  • Sync to Airtable – Pushes all results (successful or not) into Airtable for unified storage and analysis.

Benefits

  • Automated Competitor Research – Eliminates the need for manual Google searching.

  • Daily Insights – Runs automatically at your chosen schedule.

  • Clean Data Output – Stores structured competitor lists with sources for easy review.

  • Multi-Destination Sync – Saves to both Google Sheets and Airtable for flexibility.

  • Scalable & Hands-Free – Handles hundreds of companies without extra effort.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - 🕒 Auto Run (Scheduled)

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - 📄 Read Companies Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 3 - 🧹 Clean & Format Company List

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - 🔁 Loop Over Companies

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 5 - 🌍 Search Company Competitors (SerpAPI)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - 🧠 Extract Competitor Data from Search

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - 🧐 Has Competitors?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 8 - 📊 Log to Result Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 9 - ❌ Log Companies Without Results

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 10 - 🗃️ Sync to Airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Daily competitor research automation using SerpAPI, Google Sheets & Airtable
Complexity advanced
Nodes 15
Categories Market Research, Multimodal AI
Author Avkash Kakdiya
Published 13 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7313/7313.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Daily competitor research automation using SerpAPI, Google Sheets & Airtable do?

How it works This workflow automatically collects a list of companies from Google Sheets, searches for their competitors using SerpAPI, extracts up to 10 relevant competitor names with source links...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Multimodal AI use case.