Navigation et extraction de pages web automatisées avec Airtop et des requêtes d'IA

Intermédiaire

Ceci est unEngineering, AI Chatbotworkflow d'automatisation du domainecontenant 13 nœuds.Utilise principalement des nœuds comme AirtopTool, McpTrigger. Navigation web et extraction automatisées avec Airtop et des requêtes d'invite IA

Prérequis
  • Aucun prérequis spécial, prêt à l'emploi après importation

Nœuds utilisés (13)

Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "meta": {
    "instanceId": "33738330930e3881dd5571eca013f36ddf8aab20e4ea5c1f2ebaf4a2b4668ac6",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "62854eee-81a6-4fe0-93c0-8512192edbf2",
      "name": "Déclencheur Serveur MCP",
      "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": "Créer une session dans 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": "Terminer une session dans 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": "Attendre un téléchargement dans 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": "Cliquer sur un élément dans 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": "Défiler sur la page dans 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": "Remplir un formulaire dans 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": "Interroger la page dans 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": "Interroger la page avec pagination dans 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": "Capturer d'écran dans 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": "Charger une page dans 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": "Créer une fenêtre dans 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": "Fermer une fenêtre dans 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
          }
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Intermédiaire - Ingénierie, Chatbot IA

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Informations sur le workflow
Niveau de difficulté
Intermédiaire
Nombre de nœuds13
Catégorie2
Types de nœuds2
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 nœuds

Auteur
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.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34