πŸ“Š SERP keyword ranking checker with RapidAPI & Google Sheets

⚑ 356 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” For competitive intelligence, ScraperNode can automate the data collection β€” Yelp reviews, Glassdoor company data, and Crunchbase profiles all return structured JSON you can feed straight into this workflow.

View All Scrapers

Description

πŸ” SERP Keyword Ranking Checker with RapidAPI & Google Sheets

Automate keyword SERP ranking lookups and log the data into Google Sheets using this no-code n8n workflow. Perfect for SEO professionals, digital marketers, or anyone tracking keyword visibility across regions.


🧰 Tools Used


πŸ“Œ Workflow Overview

  1. User submits a keyword and country code via an n8n form
  2. Workflow sends a request to the SERP Keyword Ranking Checker API
  3. API response is checked:
    • If valid data is found, it is logged to Google Sheets
    • If no results are found, a fallback message is saved instead
  4. Optional delays added to space out operations

βš™οΈ Node-by-Node Breakdown

1. 🟒 Form Trigger: On form submission

2. πŸ“¦ Set Node: Global Storage

3. 🌐 HTTP Request: SERP Keyword Ranking Checker

4. βš–οΈ If Node: Condition Checking

Checks whether the serpResults array returned by the API is non-empty.


5. ⏳ Wait Node: 5-Second Delay

Adds a 5-second delay before proceeding to Google Sheets insertion.
This helps control execution pace and ensures API rate limits or spreadsheet latency is handled smoothly.


6. πŸ“Š Google Sheets (Success Path)

Appends a new row into the selected Google Sheet with:

πŸ’‘ Ideal for tracking keyword rankings over time or populating live dashboards.


7. πŸ“Š Google Sheets (Failure Path)

Appends a fallback message into the Google Sheet when no SERP results are found.

πŸ” Helps maintain a log of unsuccessful queries for debugging or auditing.


πŸ’‘ Use Cases


πŸ”‘ How to Obtain Your API Key for SERP Keyword Ranking Checker API

  1. Sign Up or Log In
    Visit RapidAPI and create a free account using your email or social login.

  2. Go to the API Page
    Navigate to the SERP Keyword Ranking Checker APi.

  3. Subscribe to the API
    Click Subscribe to Test, then choose a pricing plan that fits your needs (Free, Basic, Pro).

  4. Get Your API Key
    After subscribing, go to the Security tab on the API page to find your X-RapidAPI-Key.

  5. Use Your API Key
    Add the API key to your HTTP request headers:

    X-RapidAPI-Key: YOUR_API_KEY

Create your free n8n account and set up the workflow in just a few minutes using the link below:

πŸ‘‰ Start Automating with n8n

πŸ”— Nodes Used

Google Sheets, HTTP Request, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup