8
n8n 한국어amn8n.com

최고의 백링크 체커 API를 사용한 웹사이트 백링크 분석 및 Google Sheets에 기록

중급

이것은Market Research, Multimodal AI분야의자동화 워크플로우로, 13개의 노드를 포함합니다.주로 Code, FormTrigger, HttpRequest, GoogleSheets 등의 노드를 사용하며. 최고의 백링크 검사기 API를 사용하여 웹사이트 백링크 분석 및 Google Sheets에 기록

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
  • Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "60c025075753afcab9f803964b4caaca9402f435deb4efafbb8e3b93b54d8752",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "55979fca-6abb-43f2-af9a-59f2cacaeb51",
      "name": "폼 제출 시",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "259a4fed-36fb-457c-8813-f84cf10d8c36",
      "parameters": {
        "options": {},
        "formTitle": "website backlink checker",
        "formFields": {
          "values": [
            {
              "fieldLabel": "website",
              "requiredField": true
            }
          ]
        },
        "formDescription": "website backlink checker"
      },
      "typeVersion": 2.2
    },
    {
      "id": "00963262-4328-4998-a996-b12d98f1badb",
      "name": "출력 재구성",
      "type": "n8n-nodes-base.code",
      "position": [
        560,
        0
      ],
      "parameters": {
        "jsCode": "return $input.first().json.data.semrushAPI.backlinksOverview"
      },
      "typeVersion": 2
    },
    {
      "id": "2ec4b6b3-d8e0-4afd-8230-05604e85a258",
      "name": "웹 트래픽 확인",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        300,
        0
      ],
      "parameters": {
        "url": "https://top-backlink-checker.p.rapidapi.com/backlink.php",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "contentType": "multipart-form-data",
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "website",
              "value": "={{ $json.website }}"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "x-rapidapi-host",
              "value": "top-backlink-checker.p.rapidapi.com"
            },
            {
              "name": "x-rapidapi-key",
              "value": "your key"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "8d668a57-48db-4aec-b233-534ffdd89c44",
      "name": "고정 메모3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        -200
      ],
      "parameters": {
        "height": 380,
        "content": "### 3. **Re format output**  \nExtracts and reformats the relevant traffic data from the API response.  \nCleans the raw data for easier processing and usage.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "493ee398-972d-4a0b-b4ee-407ce2eeffc0",
      "name": "재구성",
      "type": "n8n-nodes-base.code",
      "position": [
        580,
        360
      ],
      "parameters": {
        "jsCode": "return $input.first().json.data.semrushAPI.backlinks;"
      },
      "typeVersion": 2
    },
    {
      "id": "47be20f6-5340-4d42-af21-bff7faf046ec",
      "name": "백링크 개요",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        800,
        0
      ],
      "parameters": {
        "columns": {
          "value": {},
          "schema": [],
          "mappingMode": "autoMapInputData",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 275308757,
          "cachedResultUrl": "",
          "cachedResultName": "backlink overview"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "",
          "cachedResultName": "Seo n8n"
        },
        "authentication": "serviceAccount"
      },
      "credentials": {
        "googleApi": {
          "id": "Rt0RWApx8PL9t0RF",
          "name": "Google Docs account"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "2273488d-2ac3-404a-8708-cc032fe3be62",
      "name": "백링크",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1160,
        320
      ],
      "parameters": {
        "columns": {
          "value": {},
          "schema": [
            {
              "id": "targetUrl",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "targetUrl",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "sourceUrl",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "sourceUrl",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "sourceTitle",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "sourceTitle",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "pageAscore",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "pageAscore",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "lastSeen",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "lastSeen",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "internalNum",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "internalNum",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "firstSeen",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "firstSeen",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "externalNum",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "externalNum",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "anchor",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "anchor",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "nofollow",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "nofollow",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "autoMapInputData",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "append",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": 1521883577,
          "cachedResultUrl": "",
          "cachedResultName": "backlinks"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "",
          "cachedResultUrl": "",
          "cachedResultName": "Seo n8n"
        },
        "authentication": "serviceAccount"
      },
      "credentials": {
        "googleApi": {
          "id": "Rt0RWApx8PL9t0RF",
          "name": "Google Docs account"
        }
      },
      "typeVersion": 4.6
    },
    {
      "id": "cec213c8-02b4-4d58-bc07-e3fb841f0c18",
      "name": "고정 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -440
      ],
      "parameters": {
        "width": 480,
        "height": 1000,
        "content": "# SEO-Friendly Title:\n**Backlink Checker with Google Sheets Logging Using Semrush API**\n\n### Description:\nThis workflow helps you monitor website traffic and analyze backlinks using **Semrush API** and logs the results directly into **Google Sheets** for easy SEO tracking and reporting.\n\n## Node-by-Node Explanation:\n\n### 1. **On form submission**\nCaptures the website URL submitted by the user through a form.  \nTriggers the workflow when the form is filled with a website URL.\n\n### 2. **Check webTraffic**\nSends a request to the **Semrush API** to gather traffic data for the submitted website.  \nFetches the website's traffic information such as visits, bounce rate, and more.\n\n### 3. **Re format output**\nExtracts and re-formats the traffic data received from the **Semrush API**.  \nCleans and structures the raw data for easier processing.\n\n### 4. **Reformat**\nProcesses the backlinks data received from the **Semrush API**.  \nReformats and structures the backlink data for Google Sheets storage.\n\n### 5. **Backlink overview**\nAppends the re-formatted backlink overview data into a **Google Sheets** document.  \nStores backlink information like source URLs, anchor texts, and more for later analysis.\n\n### 6. **Backlinks**\nAppends detailed backlink data (such as target URL, anchor, and internal/external links) into **Google Sheets**.  \nHelps track individual backlinks, their attributes, and page scores.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "0f516194-3c23-446e-9048-a48183655b65",
      "name": "고정 메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -200
      ],
      "parameters": {
        "height": 400,
        "content": "### 1. **On form submission**\nCaptures the website URL submitted by the user through a form.  \nTriggers the workflow when the form is filled with a website URL.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "2d1cbb57-4a63-4818-bb60-1fcdc60f88a4",
      "name": "고정 메모2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        200
      ],
      "parameters": {
        "height": 320,
        "content": "### 4. **Reformat**\nProcesses the backlinks data received from the **Semrush API**.  \nReformats and structures the backlink data for Google Sheets storage."
      },
      "typeVersion": 1
    },
    {
      "id": "83223c0c-4456-49cd-86df-19ddf160dc59",
      "name": "고정 메모4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        -200
      ],
      "parameters": {
        "height": 380,
        "content": "### 2. **Check webTraffic**\nSends a request to the **Semrush API** to gather traffic data for the submitted website.  \nFetches the website's traffic information such as visits, bounce rate, and more.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "2eae1984-86f5-47e6-9dbd-07499e79d0bb",
      "name": "고정 메모5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        -200
      ],
      "parameters": {
        "height": 360,
        "content": "### 5. **Backlink overview**\nAppends the re-formatted backlink overview data into a **Google Sheets** document.  \nStores backlink information like source URLs, anchor texts, and more for later analysis.\n"
      },
      "typeVersion": 1
    },
    {
      "id": "81ae528a-c410-4e94-96df-504e9d47fc3b",
      "name": "고정 메모6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        120
      ],
      "parameters": {
        "height": 340,
        "content": "### 6. **Backlinks**\nAppends detailed backlink data (such as target URL, anchor, and internal/external links) into **Google Sheets**.  \nHelps track individual backlinks, their attributes, and page scores.\n"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "493ee398-972d-4a0b-b4ee-407ce2eeffc0": {
      "main": [
        [
          {
            "node": "2273488d-2ac3-404a-8708-cc032fe3be62",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2ec4b6b3-d8e0-4afd-8230-05604e85a258": {
      "main": [
        [
          {
            "node": "00963262-4328-4998-a996-b12d98f1badb",
            "type": "main",
            "index": 0
          },
          {
            "node": "493ee398-972d-4a0b-b4ee-407ce2eeffc0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "00963262-4328-4998-a996-b12d98f1badb": {
      "main": [
        [
          {
            "node": "47be20f6-5340-4d42-af21-bff7faf046ec",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "55979fca-6abb-43f2-af9a-59f2cacaeb51": {
      "main": [
        [
          {
            "node": "2ec4b6b3-d8e0-4afd-8230-05604e85a258",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 시장 조사, 멀티모달 AI

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

관련 워크플로우 추천

RapidAPI와 Google 스프레드시트를 사용한 SEO 키워드 분석 자동화
RapidAPI 및 Google 스프레드시트를 사용한 SEO 키워드 분석 자동화
Code
Form Trigger
Http Request
+
Code
Form Trigger
Http Request
9 노드Sk developer
시장 조사
도메인 권위 지표를 대량으로 확인하고 Google 스프레드시트에 기록
RapidAPI를 사용하여 도메인 권위 지표를 대량으로 확인하고 Google 스프레드시트에 기록합니다.
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
콘텐츠 제작
RapidAPI 및 Google Sheets를 사용한 자동화된 페이지 SEO 분석 및 기록
RapidAPI 및 Google Sheets를 사용한 자동화된 페이지 SEO 분석 및 기록
Set
Code
Form Trigger
+
Set
Code
Form Trigger
33 노드Evoort Solutions
시장 조사
RapidAPI 및 Google Sheets를 사용한 자동 표절 감지 및 이메일 보고서
RapidAPI 및 Google Sheets를 사용한 자동 표절 감지 및 이메일 보고서
If
Code
Email Send
+
If
Code
Email Send
19 노드Sk developer
콘텐츠 제작
워크플로우 정보
난이도
중급
노드 수13
카테고리2
노드 유형5
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34