AIプロンプトを使用してAirtopによる自動ウェブブラウジングと抽出

中級

これはEngineering, AI Chatbot分野の自動化ワークフローで、13個のノードを含みます。主にAirtopTool, McpTriggerなどのノードを使用。 Airtop と AI によるクエリを使用した自動 Web ブラウジングと抽出

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能

使用ノード (13)

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "33738330930e3881dd5571eca013f36ddf8aab20e4ea5c1f2ebaf4a2b4668ac6",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "62854eee-81a6-4fe0-93c0-8512192edbf2",
      "name": "MCP Server Trigger",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -224,
        -80
      ],
      "webhookId": "fb491c53-d74d-4999-a117-d938b643dc15",
      "parameters": {
        "path": "airtop"
      },
      "typeVersion": 2
    },
    {
      "id": "a4a3e250-9439-4d03-a716-61d086ae41d7",
      "name": "Airtopでセッションを作成",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        -352,
        176
      ],
      "parameters": {
        "profileName": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Profile_Name', `nome do perfil de navegacao no airtop`, 'string') }}",
        "timeoutMinutes": "=10",
        "additionalFields": {},
        "saveProfileOnTermination": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Save_Profile', ``, 'boolean') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "ecf44f10-acac-4eab-84b2-08cae6857348",
      "name": "Airtopでセッションを終了",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        -176,
        192
      ],
      "parameters": {
        "operation": "terminate",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', `id da sesao criada `, 'string') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c2d54596-b120-4126-9dd3-01f28506b6aa",
      "name": "Airtopでのダウンロードを待機",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        0,
        192
      ],
      "parameters": {
        "operation": "waitForDownload",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "500f0089-97bf-49e6-8309-a93e73e4d9bb",
      "name": "Airtopで要素をクリック",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        176,
        192
      ],
      "parameters": {
        "resource": "interaction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "additionalFields": {},
        "elementDescription": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Element_Description', ``, 'string') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "e8cb67ab-4b27-442a-87c1-d1c95da567cd",
      "name": "Airtopでページをスクロール",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        336,
        192
      ],
      "parameters": {
        "resource": "interaction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "operation": "scroll",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "scrollWithin": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Scrollable_Area', ``, 'string') }}",
        "scrollToElement": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Element_Description', ``, 'string') }}",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "48450240-2764-4654-8aa7-1529d72ecf0a",
      "name": "Airtopでフォームに入力",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        496,
        192
      ],
      "parameters": {
        "formData": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Form_Data', ``, 'string') }}",
        "resource": "interaction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "operation": "fill",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "8a58b8ad-dd20-4cee-a86e-382de52165cc",
      "name": "Airtopでページをクエリ",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        672,
        192
      ],
      "parameters": {
        "prompt": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Prompt', ``, 'string') }}",
        "resource": "extraction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "operation": "query",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "c7202080-a50f-4497-941a-c55dfe908dd0",
      "name": "Airtopでページネーション付きクエリ",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        848,
        176
      ],
      "parameters": {
        "prompt": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Prompt', ``, 'string') }}",
        "resource": "extraction",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "976a008d-b5f3-4d01-940d-d3881002e8dc",
      "name": "Airtopでスクリーンショットを撮影",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        -544,
        192
      ],
      "parameters": {
        "resource": "window",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "operation": "takeScreenshot",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "outputImageAsBinary": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Output_Binary_Image', ``, 'boolean') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f99ab906-ab7e-41d6-bbcf-05a1b21f7bfe",
      "name": "Airtopでページを読み込み",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        -720,
        192
      ],
      "parameters": {
        "url": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('URL', ``, 'string') }}",
        "resource": "window",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "operation": "load",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "576d693b-f347-4b43-81a2-9833e426ecf4",
      "name": "Airtopでウィンドウを作成",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        -880,
        192
      ],
      "parameters": {
        "url": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('URL', ``, 'string') }}",
        "resource": "window",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}",
        "getLiveView": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Get_Live_View', ``, 'boolean') }}",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "6bd67a5f-73d7-48de-a017-d25dec94ba89",
      "name": "Airtopでウィンドウを閉じる",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        48,
        320
      ],
      "parameters": {
        "resource": "window",
        "windowId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Window_ID', ``, 'string') }}",
        "operation": "close",
        "sessionId": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Session_ID', ``, 'string') }}"
      },
      "credentials": {
        "airtopApi": {
          "id": "NJwTbvx3ztbD5gom",
          "name": "Airtop account"
        }
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "48450240-2764-4654-8aa7-1529d72ecf0a": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "8a58b8ad-dd20-4cee-a86e-382de52165cc": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f99ab906-ab7e-41d6-bbcf-05a1b21f7bfe": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "6bd67a5f-73d7-48de-a017-d25dec94ba89": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e8cb67ab-4b27-442a-87c1-d1c95da567cd": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "576d693b-f347-4b43-81a2-9833e426ecf4": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "976a008d-b5f3-4d01-940d-d3881002e8dc": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "500f0089-97bf-49e6-8309-a93e73e4d9bb": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "a4a3e250-9439-4d03-a716-61d086ae41d7": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ecf44f10-acac-4eab-84b2-08cae6857348": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c2d54596-b120-4126-9dd3-01f28506b6aa": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c7202080-a50f-4497-941a-c55dfe908dd0": {
      "ai_tool": [
        [
          {
            "node": "62854eee-81a6-4fe0-93c0-8512192edbf2",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - エンジニアリング, AIチャットボット

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
中級
ノード数13
カテゴリー2
ノードタイプ2
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Luciano Gutierrez

Luciano Gutierrez

@koresoluciones

🇧🇷 Argentino de 30 anos e fundador da KORE Soluções em Belo Horizonte (MG). Há 1 ano, fornecemos automações, cursos, configurações e manutenção de workflows, ajudando empresas a aumentar eficiência e escalar processos com tecnologia. 🇺🇸 I’m a 30‑year‑old Argentine founder of KORE Soluções in Belo Horizonte (MG). For 1 year, we’ve delivered automations, courses, configuration, and workflow maintenance, helping businesses boost efficiency and scale processes with technology.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34