workflows.fit
Back to n8n workflows
n8n templateFreeBy Evoort Solutions

SEO competitor analysis with RapidAPI and Google Sheets logging

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/PrineshPatel/api/competit...

Data & StorageProductivityDevelopmentCore NodesSetIfWaitForm Trigger
Loading interactive preview...

Template notes

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/PrineshPatel/api/competitor-analysis2). 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.

---

Node-by-Node Explanation

1. On Form Submission Triggers the workflow when a user submits a website domain.

2. Global Storage Stores the submitted website domain for use in subsequent nodes.

3. Competitor Analysis Request Sends a POST request to the [Competitor Analysis API](https://rapidapi.com/PrineshPatel/api/competitor-analysis2/endpoint) to fetch organic competitors, pages, and keyword data.

4. If (Condition Check) Verifies that the API response contains valid, non-empty data.