8
n8n 한국어amn8n.com

아무 이미지든 가져오기: 표준 크롤링과 BrightData Web Unblocker 타임아웃

초급

이것은Engineering분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Set, HttpRequest, ManualTrigger 등의 노드를 사용하며. 다양한 이미지 가져오기: 표준 추출 및 BrightData Web Unblocker 타이밍 전환

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "4a11afdb3c52fd098e3eae9fad4b39fdf1bbcde142f596adda46c795e366b326"
  },
  "nodes": [
    {
      "id": "67cbb238-606c-4db0-9471-7462e42adcf6",
      "name": "워크플로우 실행 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -440,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c8b1af78-ab84-4522-933a-77044c03401d",
      "name": "이미지",
      "type": "n8n-nodes-base.set",
      "position": [
        -220,
        360
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "6ae28575-0005-45f6-90cf-75f8b1b5abbc",
              "name": "image",
              "type": "string",
              "value": "https://example.com/image.jpg"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "b5338518-2914-4861-856a-c1d4d1ed0ff5",
      "name": "기본 이미지 수집기",
      "type": "n8n-nodes-base.httpRequest",
      "onError": "continueErrorOutput",
      "position": [
        0,
        360
      ],
      "parameters": {
        "url": "={{ $json.image }}",
        "options": {
          "timeout": 1000
        }
      },
      "retryOnFail": true,
      "typeVersion": 4.2
    },
    {
      "id": "03041af1-e456-42e3-ae07-dceb927c38ea",
      "name": "이미지 잠금 해제",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "failover node",
      "onError": "continueErrorOutput",
      "position": [
        300,
        440
      ],
      "parameters": {
        "url": "https://api.brightdata.com/request",
        "method": "POST",
        "options": {
          "response": {
            "response": {
              "neverError": true,
              "fullResponse": true,
              "responseFormat": "file"
            }
          },
          "allowUnauthorizedCerts": true
        },
        "sendBody": true,
        "sendHeaders": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "zone",
              "value": "web_unlocker"
            },
            {
              "name": "url",
              "value": "={{ $json.image }}"
            },
            {
              "name": "format",
              "value": "raw"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Bearer {{BRIGHTDATA_TOKEN}}"
            }
          ]
        }
      },
      "notesInFlow": true,
      "retryOnFail": true,
      "typeVersion": 4.2
    },
    {
      "id": "99d5ea18-15e5-49de-af04-2dec12073209",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        280
      ],
      "parameters": {
        "height": 120,
        "content": "## Unlock image API\n\n[Inscription - Free Trial](https://get.brightdata.com/image-unlocker)"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "c8b1af78-ab84-4522-933a-77044c03401d": {
      "main": [
        [
          {
            "node": "b5338518-2914-4861-856a-c1d4d1ed0ff5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b5338518-2914-4861-856a-c1d4d1ed0ff5": {
      "main": [
        [],
        [
          {
            "node": "03041af1-e456-42e3-ae07-dceb927c38ea",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "67cbb238-606c-4db0-9471-7462e42adcf6": {
      "main": [
        [
          {
            "node": "c8b1af78-ab84-4522-933a-77044c03401d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 엔지니어링

유료인가요?

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

워크플로우 정보
난이도
초급
노드 수5
카테고리1
노드 유형4
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
phil

phil

@phil

e-com AI automation: 90% time saved on repetitive tasks: product sheets, after-sales chatbots, etc. 🚀 save time, win customers

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34