πŸ“Š Check domain authority metrics in bulk and log to Google Sheets with RapidAPI

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

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

🌐 Bulk Domain Authority (DA/PA) Checker And Google Sheet Logging

Easily check Domain Authority (DA) and Page Authority (PA) for multiple domains using this automated n8n workflow powered by the Bulk DA PA Checker API on RapidAPI.
Simply submit your domains via a web form, and the workflow fetches detailed SEO metrics and logs the data into Google Sheets.


πŸš€ What This Workflow Does

This automation leverages the Bulk DA PA Checker API from RapidAPI to:

Perfect for SEO pros, marketers, and agencies looking to streamline their domain analysis with the power of RapidAPI.


βš™οΈ Workflow Highlights

🧩 NodeπŸ” Description
πŸ“ Form TriggerUser submits comma-separated domains through a simple form.
🌐 Check DA PA Bulk (RapidAPI)Sends a POST request to the Bulk DA PA Checker API to fetch DA/PA and related SEO metrics.
πŸ› οΈ Re FormatParses and extracts each domain’s data from the API response.
πŸ“Š Append in Google SheetsLogs all metrics in a structured Google Sheet for easy review and reporting.

🧠 Key SEO Metrics Retrieved


βœ… Why Use This Workflow with the Bulk DA PA Checker API?


πŸ”‘ How to Get API Key from RapidAPI Bulk DA PA Checker API

Follow these steps to get your API key and start using it in your workflow:

  1. Visit the API Page
    πŸ‘‰ Click here to open Bulk DA PA Checker API on RapidAPI

  2. Log in or Sign Up

    • Use your Google, GitHub, or email account to sign in.
    • If you’re new, complete a quick sign-up.
  3. Subscribe to a Pricing Plan

    • Go to the Pricing tab on the API page.
    • Select a plan (free or paid, depending on your needs).
    • Click Subscribe.
  4. Access Your API Key

    • Navigate to the Endpoints tab.
    • Look for the X-RapidAPI-Key under Request Headers.
    • Copy the value shown β€” this is your API key.
  5. Use the Key in Your Workflow

    • In your n8n workflow (HTTP Request node), replace:
      "x-rapidapi-key": "your key"
      with:
      "x-rapidapi-key": "YOUR_ACTUAL_API_KEY"

πŸ”— 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