Block 1 - Global Storage
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 3.4
This workflow is provided as-is. Please review and test before using in production.
Automated SEO Competitor Analysis with Google Sheets Logging Description: This n8n workflow automates SEO competitor analysis by integrating the [ Competitor Analysis API ](https://rapidapi.com/Pri...
n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.formtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Evoort Solutions.
Original n8n.io sourceDescription:
This n8n workflow automates SEO competitor analysis by integrating the Competitor Analysis API. It captures website domains via a simple user form, sends them to the API to retrieve competitor data, and logs the results directly into Google Sheets. The workflow intelligently handles empty or missing data and incorporates a wait node to respect API rate limits, making your competitor tracking seamless and reliable.
On Form Submission
Triggers the workflow when a user submits a website domain.
Global Storage
Stores the submitted website domain for use in subsequent nodes.
Competitor Analysis Request
Sends a POST request to the Competitor Analysis API to fetch organic competitors, pages, and keyword data.
If (Condition Check)
Verifies that the API response contains valid, non-empty data.
Google Sheets (Insert Success Data)
Appends the fetched competitor data to a specified Google Sheet.
Wait Node
Adds a 5-second delay to avoid exceeding API rate limits.
Google Sheets (Insert 'Not Found' Record)
Logs a βNot data found.β entry into Google Sheets if the API response lacks relevant data.
π Copy and paste this key into the httpRequest node in your workflow.
Create your free n8n account and set up the workflow in just a few minutes using the link below:
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.
| Workflow | SEO competitor analysis with RapidAPI and Google Sheets logging |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Market Research |
| Author | Evoort Solutions |
| Published | 04 Sept 2025 |
Use the JSON export at /data/workflows/8242/8242.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Automated SEO Competitor Analysis with Google Sheets Logging Description: This n8n workflow automates SEO competitor analysis by integrating the [ Competitor Analysis API ](https://rapidapi.com/Pri...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 use case.