{
  "name": "Scrape every URL on the web without getting blocked by Anti-Bot technologies with Scrappey",
  "nodes": [
    {
      "id": "edf41c95-2421-4008-9097-73687fe4bbfc",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        380,
        240
      ]
    },
    {
      "id": "bde8d167-b7c4-4fc8-a256-b022bb33347d",
      "name": "Test Data",
      "type": "n8n-nodes-base.set",
      "position": [
        800,
        240
      ]
    },
    {
      "id": "e53d7ec5-f98a-41fe-b082-00e2f680dcea",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## Test Data \n\nUsing n8n.io as test url.\n\nFor production use, you have to connect your data here."
      }
    },
    {
      "id": "835c2a8c-edd6-43dc-b898-e2c49dd65beb",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        -40
      ],
      "parameters": {
        "width": 389,
        "height": 255.7976193268613,
        "content": "## Web Scraping \n\nUsing **Scrappey's** API to scrape every website.\n\nDon't get blocked again by anti-bot technologies while scraping the web.\n\n**Setup:**\nReplace YOUR_API_KEY with [your Scrappey API k"
      }
    },
    {
      "id": "7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e",
      "name": "Scrape website with Scrappey",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1280,
        240
      ]
    }
  ],
  "connections": {
    "Test Data": {
      "main": [
        [
          {
            "node": "Scrape website with Scrappey",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Test Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}