Massenprüfung von Domain-Autoritätsindikatoren und Protokollierung in Google Tabellen

Fortgeschritten

Dies ist ein Market Research, Miscellaneous, Multimodal AI-Bereich Automatisierungsworkflow mit 9 Nodes. Hauptsächlich werden Code, FormTrigger, HttpRequest, GoogleSheets und andere Nodes verwendet. Massenüberprüfung von Domänen-Autoritätsindikatoren über RapidAPI und Protokollierung in Google Tabellen

Voraussetzungen
  • Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
  • Google Sheets API-Anmeldedaten
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "meta": {
    "instanceId": "60c025075753afcab9f803964b4caaca9402f435deb4efafbb8e3b93b54d8752",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "6f007549-c9e9-445a-ac4b-bc86ae037257",
      "name": "Re Format",
      "type": "n8n-nodes-base.code",
      "position": [
        500,
        0
      ],
      "parameters": {
        "jsCode": "// Get first item\nconst raw = $input.first().json.data;\n\nconst results = [];\n\nfor (const domain in raw) {\n  const row = raw[domain];\n  // Include domain name as its own field\n  row.domain = domain;\n  results.push({ json: row });\n}\n\nreturn results;\n"
      },
      "typeVersion": 2
    },
    {
      "id": "fcf6b6ef-d3db-4142-9479-eb74c8f35ac2",
      "name": "Anhängen in Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        760,
        0
      ],
      "parameters": {
        "columns": {
          "value": {},
          "schema": [
            {
              "id": "success",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "success",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "courses",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "courses",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "totalItems",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "totalItems",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "currentPage",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "currentPage",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "totalPages",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "totalPages",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "",
          "cachedResultName": "Course "
        },
        "authentication": "serviceAccount"
      },
      "credentials": {
        "googleApi": {
          "id": "Rt0RWApx8PL9t0RF",
          "name": "Google Docs account"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "16f5e9f9-46ba-48e4-a5e1-31199ee86e9f",
      "name": "Check DA PA Bulk",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        260,
        0
      ],
      "parameters": {
        "url": "https://bulk-da-pa-checker2.p.rapidapi.com/bulk-dapa.php",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "contentType": "multipart-form-data",
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "domains",
              "value": "={{ $json.Domains }}"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "x-rapidapi-host",
              "value": "bulk-da-pa-checker2.p.rapidapi.co"
            },
            {
              "name": "x-rapidapi-key",
              "value": "your key"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "2b02f1cf-7936-45f1-902d-2b3cc8329b1f",
      "name": "Bei Formularübermittlung",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "90f0e1cc-40bb-4d9e-8e3d-e5ff47ab8010",
      "parameters": {
        "options": {},
        "formTitle": "Bulk DA PA Checker",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Domains",
              "placeholder": "Comma separated domains",
              "requiredField": true
            }
          ]
        },
        "formDescription": "Bulk DA PA Checker"
      },
      "typeVersion": 2.2
    },
    {
      "id": "199fcf28-3afb-4657-8836-94ec00996e65",
      "name": "Kurznotiz",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -340
      ],
      "parameters": {
        "width": 820,
        "height": 700,
        "content": "# 🌐 Bulk Domain Authority (DA/PA) Checker\nEasily check **Domain Authority (DA)** and **Page Authority (PA)** for multiple domains using this automated **n8n workflow**.  \nJust submit a list of domains via a web form, and let the system handle the rest — pulling metrics from the [Bulk DA PA Checker API](https://rapidapi.com/skdeveloper/api/bulk-da-pa-checker2) and storing the results into **Google Sheets** for tracking, SEO analysis, or reporting.\n\n---\n\n## 🚀 What This Workflow Does\n\nThis automated flow allows you to:\n\n- 🔗 **Input domains** via a simple form (comma-separated)\n- 📡 **Send request** to Bulk DA/PA Checker API via RapidAPI\n- 🧠 **Reformat and extract** all key metrics for each domain\n- 📊 **Store the results** automatically in Google Sheets\n\nIdeal for:\n\n- SEO professionals tracking DA/PA across clients  \n- Agencies monitoring link-building opportunities  \n- Bloggers analyzing backlink domains  \n- Teams compiling domain authority reports regularly"
      },
      "typeVersion": 1
    },
    {
      "id": "37eb4455-37e7-4d35-98e5-16adfb5e34ba",
      "name": "Kurznotiz1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -100
      ],
      "parameters": {
        "height": 280,
        "content": "Presents a public-facing form where users enter a comma-separated list of domains."
      },
      "typeVersion": 1
    },
    {
      "id": "3ffdebf5-0ae1-48ec-8200-574a894efd3f",
      "name": "Kurznotiz2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        -100
      ],
      "parameters": {
        "height": 280,
        "content": " Sends the list to the [Bulk DA PA Checker API](https://rapidapi.com/skdeveloper/api/bulk-da-pa-checker2) using a POST request. "
      },
      "typeVersion": 1
    },
    {
      "id": "905c07cc-9ea5-455d-b4b3-1ce3c00e0c87",
      "name": "Kurznotiz3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        -100
      ],
      "parameters": {
        "height": 280,
        "content": "Loops through the API response, extracts each domain's data, and flattens the fields for easy row-by-row logging."
      },
      "typeVersion": 1
    },
    {
      "id": "1e27bac7-b5ad-40ec-b9d7-ea7460889f5b",
      "name": "Kurznotiz4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        -100
      ],
      "parameters": {
        "width": 220,
        "height": 280,
        "content": " Saves the full DA/PA report for each domain into a Google Sheet for tracking, reporting, or export. "
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "6f007549-c9e9-445a-ac4b-bc86ae037257": {
      "main": [
        [
          {
            "node": "fcf6b6ef-d3db-4142-9479-eb74c8f35ac2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "16f5e9f9-46ba-48e4-a5e1-31199ee86e9f": {
      "main": [
        [
          {
            "node": "6f007549-c9e9-445a-ac4b-bc86ae037257",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2b02f1cf-7936-45f1-902d-2b3cc8329b1f": {
      "main": [
        [
          {
            "node": "16f5e9f9-46ba-48e4-a5e1-31199ee86e9f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Marktforschung, Verschiedenes, Multimodales KI

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Verwandte Workflows

Verwendung der Top-Backlink-Checker-API zur Analyse der Website-Backlinks und Aufzeichnung in Google Sheets
Verwendung der Top Backlink Checker API, umBacklinks einer Website zu analysieren und in Google Sheets zu protokollieren
Code
Form Trigger
Http Request
+
Code
Form Trigger
Http Request
13 NodesSk developer
Marktforschung
Automatisierte SEO-Keyword-Analyse mit RapidAPI und Google Sheets
Automatisierung der SEO-Keyword-Analyse mit RapidAPI und Google Sheets
Code
Form Trigger
Http Request
+
Code
Form Trigger
Http Request
9 NodesSk developer
Marktforschung
Automatisierung von Steuerberechnungen mit Sales Tax Calculator API und Google Sheets
Automatisierung der Berechnung der Verkaufsteuer mit dem Sales Tax Calculator API und Google Sheets
Code
Form Trigger
Http Request
+
Code
Form Trigger
Http Request
9 NodesSk developer
Rechnungsverarbeitung
KI-Bilder mit Sora GPT, Google Drive und Sheets generieren und speichern
Generieren und Speichern von KI-Bildern mit Sora GPT, Google Drive und Sheets
Code
Form Trigger
Google Drive
+
Code
Form Trigger
Google Drive
11 NodesSk developer
Content-Erstellung
YouTube-Transkript-API verwenden, um Untertitel von YouTube-Videos zu extrahieren
YouTube-Untertitel über Google Sheets oder API Webhook extrahieren
Code
Webhook
Http Request
+
Code
Webhook
Http Request
13 NodesDahiana
Marktforschung
Automatisierte Seiten-SEO-Analyse und -Dokumentation mit RapidAPI und Google Sheets
Automatisierte Seiten-SEO-Analyse und -Protokollierung mit RapidAPI und Google Sheets
Set
Code
Form Trigger
+
Set
Code
Form Trigger
33 NodesEvoort Solutions
Marktforschung
Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes9
Kategorie3
Node-Typen5
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34