Extraction via un scraper LinkedIn en profondeur, résumé via Google Gemini et stockage dans Supabase
Ceci est unAI Summarization, Multimodal AIworkflow d'automatisation du domainecontenant 31 nœuds.Utilise principalement des nœuds comme If, Set, Merge, Webhook, Supabase. Extraire et résumer les profils LinkedIn avec Bright Data, Google Gemini et Supabase
- •Point de terminaison HTTP Webhook (généré automatiquement par n8n)
- •URL et Clé API Supabase
- •Clé API Google Gemini
Nœuds utilisés (31)
Catégorie
{
"id": "8A9m8RyPKJZGTLQO",
"meta": {
"instanceId": "885b4fb4a6a9c2cb5621429a7b972df0d05bb724c20ac7dac7171b62f1c7ef40",
"templateCredsSetupCompleted": true
},
"name": "LinkedIn Scraper with Deep Extract, Summarize with Google Gemini & Supabase",
"tags": [
{
"id": "Kujft2FOjmOVQAmJ",
"name": "Engineering",
"createdAt": "2025-04-09T01:31:00.558Z",
"updatedAt": "2025-04-09T01:31:00.558Z"
},
{
"id": "ZOwtAMLepQaGW76t",
"name": "Building Blocks",
"createdAt": "2025-04-13T15:23:40.462Z",
"updatedAt": "2025-04-13T15:23:40.462Z"
},
{
"id": "ddPkw7Hg5dZhQu2w",
"name": "AI",
"createdAt": "2025-04-13T05:38:08.053Z",
"updatedAt": "2025-04-13T05:38:08.053Z"
}
],
"nodes": [
{
"id": "82c4f148-6d95-46b4-8418-39624840f431",
"name": "Accéder et extraire les données d'une URL spécifique",
"type": "@brightdata/n8n-nodes-brightdata.brightData",
"position": [
-240,
-180
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "2b6d9c05-b373-4df5-bc59-644bcab61de4",
"name": "Définir les champs de saisie",
"type": "n8n-nodes-base.set",
"position": [
-460,
-180
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "af1d49d3-e110-42ed-9887-50e9bd49225f",
"name": "Synthétiseur",
"type": "@n8n/n8n-nodes-langchain.informationExtractor",
"position": [
680,
-80
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1.2,
"alwaysOutputData": true
},
{
"id": "51fa33d5-38f9-4a63-ab86-9a4ab552ba80",
"name": "Extracteur de compétences",
"type": "@n8n/n8n-nodes-langchain.informationExtractor",
"position": [
680,
620
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1.2,
"alwaysOutputData": true
},
{
"id": "4d2265b8-902a-4b2e-b66e-f41a8806619f",
"name": "Modèle de chat Google Gemini pour l'extraction de compétences",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
768,
840
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9885d845-0268-4c31-b1b1-dd5e8d78bc6f",
"name": "Modèle de chat Google Gemini pour la synthèse",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
768,
140
],
"parameters": {},
"typeVersion": 1
},
{
"id": "45572054-a7ef-4d77-ba90-dc2753e355fb",
"name": "Modèle de chat Google Gemini pour les expériences",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
768,
-260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "879c26f2-a983-4804-bc78-836cb72833a2",
"name": "Contenu Markdown",
"type": "@n8n/n8n-nodes-langchain.informationExtractor",
"position": [
680,
-480
],
"parameters": {},
"executeOnce": false,
"retryOnFail": true,
"typeVersion": 1.2,
"alwaysOutputData": true
},
{
"id": "14a25f01-7fd6-40c0-b418-a3e501245881",
"name": "Modèle de chat Google Gemini pour les rôles émergents",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
768,
-660
],
"parameters": {},
"typeVersion": 1
},
{
"id": "76d38164-75e8-47e0-9138-a96b4b0cd527",
"name": "Rôles émergents",
"type": "@n8n/n8n-nodes-langchain.informationExtractor",
"position": [
680,
-880
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1.2,
"alwaysOutputData": true
},
{
"id": "e5ce88f4-93ac-416d-916d-5866a5edf6e3",
"name": "Créer une ligne",
"type": "n8n-nodes-base.supabase",
"position": [
1980,
-280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ba23d43e-bbdd-4273-a3ab-56d096481ce5",
"name": "Modèle de chat Google Gemini pour les informations de profil de base",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
768,
-1060
],
"parameters": {},
"typeVersion": 1
},
{
"id": "fdb4dda9-9817-460f-aac9-a3c2b5e24ff8",
"name": "Informations de profil de base",
"type": "@n8n/n8n-nodes-langchain.informationExtractor",
"position": [
680,
-1280
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1.2,
"alwaysOutputData": true
},
{
"id": "5c7d6311-7ace-4785-9b84-94217c9295e6",
"name": "Fusionner",
"type": "n8n-nodes-base.merge",
"position": [
1320,
-420
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "fffe1510-ce49-4587-9100-e37484b0ca0d",
"name": "Agréger",
"type": "n8n-nodes-base.aggregate",
"position": [
1540,
-380
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b86e45ff-15b4-406c-990a-3ee2b619eb65",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-680,
-180
],
"webhookId": "b41a537d-e552-4422-90be-b8e04a77e730",
"parameters": {},
"typeVersion": 2
},
{
"id": "c4b0e1b4-64f9-4d17-899d-0aebef085bc8",
"name": "Définir la réponse extraite",
"type": "n8n-nodes-base.set",
"position": [
-20,
-180
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "e9951244-50f8-4391-8b2b-6ac6ff1f0f2d",
"name": "Obtenir une ligne",
"type": "n8n-nodes-base.supabase",
"position": [
1980,
-480
],
"parameters": {},
"retryOnFail": true,
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "65f4906e-0c55-41cd-9562-b4ca3884cd2c",
"name": "Mettre à jour la ligne",
"type": "n8n-nodes-base.supabase",
"position": [
2560,
-500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "8a5936d1-72b1-4527-8b4c-994c23cf4ac7",
"name": "Répondre à Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
760,
360
],
"parameters": {},
"typeVersion": 1.4
},
{
"id": "7c04f360-39b2-48ab-ad01-42b1a3662fb5",
"name": "Arrêter et Erreur",
"type": "n8n-nodes-base.stopAndError",
"position": [
1040,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0408615c-ef40-4ee2-900c-9bc3753d4c12",
"name": "Répondre à Webhook Créer",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
2200,
-280
],
"parameters": {},
"typeVersion": 1.4
},
{
"id": "8b50d047-b6b5-4a47-857d-67069bb1b666",
"name": "Répondre à Webhook Mettre à jour",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
2800,
-500
],
"parameters": {},
"typeVersion": 1.4
},
{
"id": "35feff34-ed9b-40e1-8f3b-ff954a652fc3",
"name": "Répondre à Webhook Non trouvé",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
2560,
-300
],
"parameters": {},
"typeVersion": 1.4
},
{
"id": "5850d6d2-3bf0-4256-a821-30e32ebe088c",
"name": "Si l'enregistrement existe",
"type": "n8n-nodes-base.if",
"position": [
2220,
-480
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "cb3bd33c-405a-4b21-ad9a-1ee30c542c7e",
"name": "Si création forcée ?",
"type": "n8n-nodes-base.if",
"position": [
1760,
-380
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "c4d8f4b8-641b-4a5c-b603-5eb861ac693f",
"name": "Si code d'état <> 200",
"type": "n8n-nodes-base.if",
"position": [
200,
-180
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "a3f5097b-ad74-44b6-a570-ba3caca08fb2",
"name": "Note adhésive",
"type": "n8n-nodes-base.stickyNote",
"position": [
-680,
-600
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5adb00ca-be98-4b0e-ac06-e9649a20b12b",
"name": "Note adhésive 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-860
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5b6aff67-3254-4509-8f5f-0c5cfa7e320e",
"name": "Note adhésive 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-600
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "47053603-6115-4fb6-8a5b-cc46cee8997e",
"name": "Note adhésive 5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-680,
-1000
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "93e4376a-0410-422c-b767-b95b60f2dfb1",
"connections": {
"5c7d6311-7ace-4785-9b84-94217c9295e6": {
"main": [
[
{
"node": "fffe1510-ce49-4587-9100-e37484b0ca0d",
"type": "main",
"index": 0
}
]
]
},
"b86e45ff-15b4-406c-990a-3ee2b619eb65": {
"main": [
[
{
"node": "2b6d9c05-b373-4df5-bc59-644bcab61de4",
"type": "main",
"index": 0
}
]
]
},
"fffe1510-ce49-4587-9100-e37484b0ca0d": {
"main": [
[
{
"node": "cb3bd33c-405a-4b21-ad9a-1ee30c542c7e",
"type": "main",
"index": 0
}
]
]
},
"e9951244-50f8-4391-8b2b-6ac6ff1f0f2d": {
"main": [
[
{
"node": "5850d6d2-3bf0-4256-a821-30e32ebe088c",
"type": "main",
"index": 0
}
]
]
},
"af1d49d3-e110-42ed-9887-50e9bd49225f": {
"main": [
[
{
"node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
"type": "main",
"index": 3
}
]
]
},
"65f4906e-0c55-41cd-9562-b4ca3884cd2c": {
"main": [
[
{
"node": "8b50d047-b6b5-4a47-857d-67069bb1b666",
"type": "main",
"index": 0
}
]
]
},
"e5ce88f4-93ac-416d-916d-5866a5edf6e3": {
"main": [
[
{
"node": "0408615c-ef40-4ee2-900c-9bc3753d4c12",
"type": "main",
"index": 0
}
]
]
},
"76d38164-75e8-47e0-9138-a96b4b0cd527": {
"main": [
[
{
"node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
"type": "main",
"index": 1
}
]
]
},
"5850d6d2-3bf0-4256-a821-30e32ebe088c": {
"main": [
[
{
"node": "65f4906e-0c55-41cd-9562-b4ca3884cd2c",
"type": "main",
"index": 0
}
],
[
{
"node": "35feff34-ed9b-40e1-8f3b-ff954a652fc3",
"type": "main",
"index": 0
}
]
]
},
"cb3bd33c-405a-4b21-ad9a-1ee30c542c7e": {
"main": [
[
{
"node": "e9951244-50f8-4391-8b2b-6ac6ff1f0f2d",
"type": "main",
"index": 0
}
],
[
{
"node": "e5ce88f4-93ac-416d-916d-5866a5edf6e3",
"type": "main",
"index": 0
}
]
]
},
"879c26f2-a983-4804-bc78-836cb72833a2": {
"main": [
[
{
"node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
"type": "main",
"index": 2
}
]
]
},
"51fa33d5-38f9-4a63-ab86-9a4ab552ba80": {
"main": [
[
{
"node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
"type": "main",
"index": 4
}
]
]
},
"fdb4dda9-9817-460f-aac9-a3c2b5e24ff8": {
"main": [
[
{
"node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
"type": "main",
"index": 0
}
]
]
},
"8a5936d1-72b1-4527-8b4c-994c23cf4ac7": {
"main": [
[
{
"node": "7c04f360-39b2-48ab-ad01-42b1a3662fb5",
"type": "main",
"index": 0
}
]
]
},
"2b6d9c05-b373-4df5-bc59-644bcab61de4": {
"main": [
[
{
"node": "82c4f148-6d95-46b4-8418-39624840f431",
"type": "main",
"index": 0
}
]
]
},
"c4d8f4b8-641b-4a5c-b603-5eb861ac693f": {
"main": [
[
{
"node": "8a5936d1-72b1-4527-8b4c-994c23cf4ac7",
"type": "main",
"index": 0
}
],
[
{
"node": "fdb4dda9-9817-460f-aac9-a3c2b5e24ff8",
"type": "main",
"index": 0
},
{
"node": "76d38164-75e8-47e0-9138-a96b4b0cd527",
"type": "main",
"index": 0
},
{
"node": "879c26f2-a983-4804-bc78-836cb72833a2",
"type": "main",
"index": 0
},
{
"node": "af1d49d3-e110-42ed-9887-50e9bd49225f",
"type": "main",
"index": 0
},
{
"node": "51fa33d5-38f9-4a63-ab86-9a4ab552ba80",
"type": "main",
"index": 0
}
]
]
},
"c4b0e1b4-64f9-4d17-899d-0aebef085bc8": {
"main": [
[
{
"node": "c4d8f4b8-641b-4a5c-b603-5eb861ac693f",
"type": "main",
"index": 0
}
]
]
},
"45572054-a7ef-4d77-ba90-dc2753e355fb": {
"ai_languageModel": [
[
{
"node": "879c26f2-a983-4804-bc78-836cb72833a2",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"9885d845-0268-4c31-b1b1-dd5e8d78bc6f": {
"ai_languageModel": [
[
{
"node": "af1d49d3-e110-42ed-9887-50e9bd49225f",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"82c4f148-6d95-46b4-8418-39624840f431": {
"main": [
[
{
"node": "c4b0e1b4-64f9-4d17-899d-0aebef085bc8",
"type": "main",
"index": 0
}
]
]
},
"14a25f01-7fd6-40c0-b418-a3e501245881": {
"ai_languageModel": [
[
{
"node": "76d38164-75e8-47e0-9138-a96b4b0cd527",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"4d2265b8-902a-4b2e-b66e-f41a8806619f": {
"ai_languageModel": [
[
{
"node": "51fa33d5-38f9-4a63-ab86-9a4ab552ba80",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"ba23d43e-bbdd-4273-a3ab-56d096481ce5": {
"ai_languageModel": [
[
{
"node": "fdb4dda9-9817-460f-aac9-a3c2b5e24ff8",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}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é ?
Avancé - Résumé IA, IA Multimodale
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.
Workflows recommandés
Ranjan Dailata
@ranjancseA Professional based out of India specialized in handling AI-powered automations. Contact me at ranjancse@gmail.com
Partager ce workflow