{
  "name": "Get any image: standard fetch with BrightData Web Unblocker failover",
  "nodes": [
    {
      "id": "67cbb238-606c-4db0-9471-7462e42adcf6",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -440,
        360
      ]
    },
    {
      "id": "c8b1af78-ab84-4522-933a-77044c03401d",
      "name": "image",
      "type": "n8n-nodes-base.set",
      "position": [
        -220,
        360
      ]
    },
    {
      "id": "b5338518-2914-4861-856a-c1d4d1ed0ff5",
      "name": "Classic Image Getter",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        0,
        360
      ]
    },
    {
      "id": "03041af1-e456-42e3-ae07-dceb927c38ea",
      "name": "Unlock Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        300,
        440
      ]
    },
    {
      "id": "99d5ea18-15e5-49de-af04-2dec12073209",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        280
      ],
      "parameters": {
        "width": null,
        "height": 120,
        "content": "## Unlock image API\n\n[Inscription - Free Trial](https://get.brightdata.com/image-unlocker)"
      }
    }
  ],
  "connections": {
    "image": {
      "main": [
        [
          {
            "node": "Classic Image Getter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Classic Image Getter": {
      "main": [
        [],
        [
          {
            "node": "Unlock Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}