ドメイン権威指標をバッチで確認し、結果をGoogleテーブルに記録
中級
これはMarket Research, Miscellaneous, Multimodal AI分野の自動化ワークフローで、9個のノードを含みます。主にCode, FormTrigger, HttpRequest, GoogleSheetsなどのノードを使用。 RapidAPI を使用してドメイン権威性指標をバッチで確認し、Google スプレッドシートに記録
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定を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": "Append In Google スプレッドシート",
"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": "On form submission",
"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": "付箋",
"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": "付箋1",
"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": "付箋2",
"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": "付箋3",
"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": "付箋4",
"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": "Append In Google Sheets",
"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
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 市場調査, その他, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
トップクラスのリバーシブルリンクチェッカーAPIを使ってサイトのリバーシブルリンクを分析し、Google Sheetsに記録
トップクラスのバックリンクチェッカーAPIを使ってサイトのバックリンクを分析し、Google Sheetsに記録
Code
Form Trigger
Http Request
+
Code
Form Trigger
Http Request
13 ノードSk developer
市場調査
RapidAPIとGoogle SheetsでSEOキーワード分析を自動化
RapidAPIとGoogle シートを使ったSEOキーワード分析の自動化
Code
Form Trigger
Http Request
+
Code
Form Trigger
Http Request
9 ノードSk developer
市場調査
販売税計算 API と Google Sheets を使って販売税の自動計算
売上税計算APIとGoogle Sheetsを使った自動売上税計算の実装
Code
Form Trigger
Http Request
+
Code
Form Trigger
Http Request
9 ノードSk developer
請求書処理
Sora GPT、Google Drive、Sheetsを使ってAI画像を生成して保存
Sora GPT、Google Drive、Sheets を使用して AI 画像を生成して保存
Code
Form Trigger
Google Drive
+
Code
Form Trigger
Google Drive
11 ノードSk developer
コンテンツ作成
YouTube Transcript API を使って YouTube 動画 の 字幕 を抽出
Google SheetsまたはAPIウェブフックを使ってYouTubeの字幕を抽出
Code
Webhook
Http Request
+
Code
Webhook
Http Request
13 ノードDahiana
市場調査
RapidAPIとGoogle Sheetsを使ったページSEO分析の自動化と記録
APIキーの利用規約変更に基づくRapidAPIとGoogleスプレッドシートを使用したページSEO分析と記録の自動化
Set
Code
Form Trigger
+
Set
Code
Form Trigger
33 ノードEvoort Solutions
市場調査