{
  "name": "Automated video download from Sample.cat using Airtop Browser Automation",
  "nodes": [
    {
      "id": "354c8e55-f322-4f63-bf53-84ff65bbd2d7",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -440,
        0
      ]
    },
    {
      "id": "37e66a0e-bbce-449d-a769-77470b4ea57f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        -240
      ],
      "parameters": {
        "width": 220,
        "height": 300,
        "content": "Wait a few seconds to make sure the file is ready for download. Alternatively, you can loop until `Get file data` outputs status `available`\n"
      }
    },
    {
      "id": "2a1889bf-b197-4c08-9be9-b2762c1b6f61",
      "name": "Session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -220,
        0
      ]
    },
    {
      "id": "6823c35c-30c0-4dc5-8ef9-f42fb3f8d58b",
      "name": "Window",
      "type": "n8n-nodes-base.airtop",
      "position": [
        0,
        -100
      ]
    },
    {
      "id": "7a77f04f-c9e8-429f-81cc-c2155b777012",
      "name": "Terminate",
      "type": "n8n-nodes-base.airtop",
      "position": [
        0,
        100
      ]
    },
    {
      "id": "815f96e1-004e-4ad9-96b5-54d74ff4891f",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        440,
        -100
      ]
    },
    {
      "id": "0343563a-d6e1-4f82-a3ad-c2c014981024",
      "name": "Get file data",
      "type": "n8n-nodes-base.airtop",
      "position": [
        660,
        -100
      ]
    },
    {
      "id": "d7f971b7-45b9-4e44-925d-8d89490828a0",
      "name": "Click on download button",
      "type": "n8n-nodes-base.airtop",
      "position": [
        220,
        -100
      ]
    },
    {
      "id": "5622799b-7063-414d-825e-b1e091ed7a7b",
      "name": "Download file",
      "type": "n8n-nodes-base.airtop",
      "position": [
        880,
        -100
      ]
    },
    {
      "id": "defcc9ed-8c0a-4bbc-aa3a-f60f418f20a8",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1060,
        -460
      ],
      "parameters": {
        "width": 560,
        "height": 1120,
        "content": "README\n\n# Automating Video File Download from Sample.cat with Airtop.ai\n\n\n## Use Case\nAutomating file downloads from web pages is useful for scenarios like bulk media retrieval, dataset access, or rec"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Get file data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Window": {
      "main": [
        [
          {
            "node": "Click on download button",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Session": {
      "main": [
        [
          {
            "node": "Window",
            "type": "main",
            "index": 0
          },
          {
            "node": "Terminate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get file data": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Click on download button": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}