도메인 권위 지표를 대량으로 확인하고 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": "형식 재지정",
"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": "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": "DA PA 일괄 확인",
"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": "양식 제출 시",
"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": "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
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 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 스프레드시트를 사용한 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 트랜스크립트 API를 사용하여 YouTube 비디오 자막 추출
Google Sheets나 API Webhook을 통해 YouTube 자막 추출
Code
Webhook
Http Request
+
Code
Webhook
Http Request
13 노드Dahiana
시장 조사
RapidAPI 및 Google Sheets를 사용한 자동화된 페이지 SEO 분석 및 기록
RapidAPI 및 Google Sheets를 사용한 자동화된 페이지 SEO 분석 및 기록
Set
Code
Form Trigger
+
Set
Code
Form Trigger
33 노드Evoort Solutions
시장 조사