1228 lines
34 KiB
JSON
1228 lines
34 KiB
JSON
{
|
||
"name": "Neues Google Search 6-Januar 2026",
|
||
"nodes": [
|
||
{
|
||
"parameters": {},
|
||
"type": "n8n-nodes-base.manualTrigger",
|
||
"typeVersion": 1,
|
||
"position": [
|
||
-1152,
|
||
96
|
||
],
|
||
"id": "6b1ea6a4-1706-4e0d-b2dc-178028fd8387",
|
||
"name": "When clicking ‘Execute workflow’"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"operation": "get",
|
||
"dataTableId": {
|
||
"__rl": true,
|
||
"value": "1MAiRCRNmSTugKk6",
|
||
"mode": "list",
|
||
"cachedResultName": "scraper",
|
||
"cachedResultUrl": "/projects/EZ4FVi3XfHCAZLn0/datatables/1MAiRCRNmSTugKk6"
|
||
},
|
||
"filters": {
|
||
"conditions": [
|
||
{
|
||
"keyName": "ready",
|
||
"condition": "isTrue"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"type": "n8n-nodes-base.dataTable",
|
||
"typeVersion": 1,
|
||
"position": [
|
||
-976,
|
||
96
|
||
],
|
||
"id": "634a98c4-ed73-4dda-8a24-d40e1575f4df",
|
||
"name": "Get Status"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"conditions": {
|
||
"options": {
|
||
"caseSensitive": true,
|
||
"leftValue": "",
|
||
"typeValidation": "strict",
|
||
"version": 2
|
||
},
|
||
"conditions": [
|
||
{
|
||
"id": "8a4aaf89-072e-4eca-a820-6dbb2223420b",
|
||
"leftValue": "={{ $json.city }}",
|
||
"rightValue": "",
|
||
"operator": {
|
||
"type": "string",
|
||
"operation": "empty",
|
||
"singleValue": true
|
||
}
|
||
},
|
||
{
|
||
"id": "47ff42d6-87f6-464d-8700-fb6edcf067de",
|
||
"leftValue": "={{ $json.finished }}",
|
||
"rightValue": "",
|
||
"operator": {
|
||
"type": "boolean",
|
||
"operation": "false",
|
||
"singleValue": true
|
||
}
|
||
}
|
||
],
|
||
"combinator": "or"
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.if",
|
||
"typeVersion": 2.2,
|
||
"position": [
|
||
-800,
|
||
96
|
||
],
|
||
"id": "215d6de1-25ce-440b-8af8-801cadee28fa",
|
||
"name": "Check City"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"assignments": {
|
||
"assignments": [
|
||
{
|
||
"id": "27dc59c2-dc96-4599-85b8-02050a0183ae",
|
||
"name": "search",
|
||
"value": "={{ $('Get Status').item.json.title }} {{ $json.city ?? $('Get Status').item.json.city }}",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"id": "9cb4ba56-1ad4-4c93-b8b4-146763218bc7",
|
||
"name": "city",
|
||
"value": "={{ $json.city ?? $('Get Status').item.json.city }}",
|
||
"type": "string"
|
||
},
|
||
{
|
||
"id": "53c7b56e-f04b-4477-8995-03c2c6594bb5",
|
||
"name": "cityId",
|
||
"value": "={{ $json.id ?? $('Get Status').item.json.cityId }}",
|
||
"type": "string"
|
||
}
|
||
]
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.set",
|
||
"typeVersion": 3.4,
|
||
"position": [
|
||
-576,
|
||
80
|
||
],
|
||
"id": "fdb69530-aed4-4aa5-9aa7-c34438044f76",
|
||
"name": "Prepare Search"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"workflowId": {
|
||
"__rl": true,
|
||
"value": "th7odYnXGI9gzzUX",
|
||
"mode": "list",
|
||
"cachedResultUrl": "/workflow/th7odYnXGI9gzzUX",
|
||
"cachedResultName": "Google: Get Search Results"
|
||
},
|
||
"workflowInputs": {
|
||
"mappingMode": "defineBelow",
|
||
"value": {
|
||
"search": "={{ $json.search }} site:linkedin.com/in ",
|
||
"pages": "={{ $('Get Status').item.json.pages }}",
|
||
"start": "={{ Number($('Get Status').item.json.startIndex) || 1 }}"
|
||
},
|
||
"matchingColumns": [],
|
||
"schema": [
|
||
{
|
||
"id": "search",
|
||
"displayName": "search",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"canBeUsedToMatch": true,
|
||
"type": "string",
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "pages",
|
||
"displayName": "pages",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"canBeUsedToMatch": true,
|
||
"type": "number",
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "start",
|
||
"displayName": "start",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"canBeUsedToMatch": true,
|
||
"type": "number",
|
||
"removed": false
|
||
}
|
||
],
|
||
"attemptToConvertTypes": false,
|
||
"convertFieldsToString": true
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.executeWorkflow",
|
||
"typeVersion": 1.3,
|
||
"position": [
|
||
-400,
|
||
80
|
||
],
|
||
"id": "d474e2cb-efcc-42cb-ba64-b4c711c58bf5",
|
||
"name": "Get Search Results"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"operation": "appendOrUpdate",
|
||
"documentId": {
|
||
"__rl": true,
|
||
"value": "159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE",
|
||
"mode": "list",
|
||
"cachedResultName": "Leads-N8N-2",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE/edit?usp=drivesdk"
|
||
},
|
||
"sheetName": {
|
||
"__rl": true,
|
||
"value": "gid=0",
|
||
"mode": "list",
|
||
"cachedResultName": "Tabellenblatt1",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1xViwL1AgXFbSnxnmCa6qNPk5lfPXSAGiaUj_fqZpEPI/edit#gid=0"
|
||
},
|
||
"columns": {
|
||
"mappingMode": "defineBelow",
|
||
"value": {
|
||
"Vorname": "={{ $json.details['profile:first_name'] }}",
|
||
"Nachname": "={{ $json.details['profile:last_name'] }}",
|
||
"ID": "={{ $json.id }}",
|
||
"Beschreibung": "={{ $json.details['og:description'] }}",
|
||
"Titel": "={{ $json.title }}",
|
||
"Link": "={{ $json.link }}"
|
||
},
|
||
"matchingColumns": [
|
||
"ID"
|
||
],
|
||
"schema": [
|
||
{
|
||
"id": "ID",
|
||
"displayName": "ID",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "Titel",
|
||
"displayName": "Titel",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "Beschreibung",
|
||
"displayName": "Beschreibung",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "Link",
|
||
"displayName": "Link",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "Vorname",
|
||
"displayName": "Vorname",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Nachname",
|
||
"displayName": "Nachname",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Branche",
|
||
"displayName": "Branche",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Straße",
|
||
"displayName": "Straße",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "PLZ",
|
||
"displayName": "PLZ",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Ort",
|
||
"displayName": "Ort",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Land",
|
||
"displayName": "Land",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Mail",
|
||
"displayName": "Mail",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Telefon",
|
||
"displayName": "Telefon",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Website",
|
||
"displayName": "Website",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "index",
|
||
"displayName": "index",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
}
|
||
],
|
||
"attemptToConvertTypes": false,
|
||
"convertFieldsToString": false
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.googleSheets",
|
||
"typeVersion": 4.7,
|
||
"position": [
|
||
-224,
|
||
80
|
||
],
|
||
"id": "99f99ae6-19ee-4ad8-a167-b70d98e5f069",
|
||
"name": "Fill Sheet",
|
||
"credentials": {
|
||
"googleSheetsOAuth2Api": {
|
||
"id": "b6b4YQ4jwEOIgMsO",
|
||
"name": "Google Sheets account"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"parameters": {
|
||
"promptType": "define",
|
||
"text": "=Name: {{ $json.Vorname }} {{ $json.Nachname }}\nTitle: {{ $json.Titel }}\nDescription: {{ $json.Beschreibung }}\nProfile: {{ $json.Link }}",
|
||
"hasOutputParser": true,
|
||
"options": {
|
||
"systemMessage": "Recherchiere die Person aus dem angegebenen Link und gib mir alle Informationen aus dem Output Parser zurück. Nutze für die Kontaktdaten Firmeninformationen. Falls keine weiteren Informationen verfügbar sind, gebe leere Felder zurück."
|
||
}
|
||
},
|
||
"type": "@n8n/n8n-nodes-langchain.agent",
|
||
"typeVersion": 3,
|
||
"position": [
|
||
320,
|
||
-176
|
||
],
|
||
"id": "603ea531-7f84-49ba-9f65-132a32eb9465",
|
||
"name": "Research Data",
|
||
"executeOnce": false
|
||
},
|
||
{
|
||
"parameters": {
|
||
"model": {
|
||
"__rl": true,
|
||
"mode": "list",
|
||
"value": "gpt-4.1-mini"
|
||
},
|
||
"builtInTools": {
|
||
"webSearch": {
|
||
"searchContextSize": "medium"
|
||
}
|
||
},
|
||
"options": {
|
||
"frequencyPenalty": 0,
|
||
"maxTokens": 800,
|
||
"presencePenalty": 0,
|
||
"temperature": 0.1
|
||
}
|
||
},
|
||
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
|
||
"typeVersion": 1.3,
|
||
"position": [
|
||
304,
|
||
32
|
||
],
|
||
"id": "8809cbea-d78e-4009-97ce-29cc061bc881",
|
||
"name": "OpenAI Chat Model",
|
||
"credentials": {
|
||
"openAiApi": {
|
||
"id": "tBniLdBw8WnsszO0",
|
||
"name": "OpenAi account"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"parameters": {
|
||
"schemaType": "manual",
|
||
"inputSchema": "={\n\t\"type\": \"object\",\n\t\"properties\": {\n\t\t\"firstName\": {\n\t\t\t\"name\": \"string\"\n\t\t},\n\t\t\"lastName\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"street\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"zip\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"location\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"country\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"mail\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"phone\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"position\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"website\": {\n\t\t\t\"type\": \"string\"\n\t\t},\n \"industry\": {\n\t\t\t\"type\": \"string\"\n\t\t}\n\t}\n}"
|
||
},
|
||
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
|
||
"typeVersion": 1.3,
|
||
"position": [
|
||
480,
|
||
32
|
||
],
|
||
"id": "5ea9068e-9ab7-4b10-a906-7a3dfaedb2db",
|
||
"name": "Structured Output Parser"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"conditions": {
|
||
"options": {
|
||
"caseSensitive": true,
|
||
"leftValue": "",
|
||
"typeValidation": "strict",
|
||
"version": 3
|
||
},
|
||
"conditions": [
|
||
{
|
||
"id": "fa529e16-4682-49af-9b07-dd4e431599b0",
|
||
"leftValue": "={{ $json.index }}",
|
||
"rightValue": "yes",
|
||
"operator": {
|
||
"type": "string",
|
||
"operation": "notEquals"
|
||
}
|
||
}
|
||
],
|
||
"combinator": "or"
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.if",
|
||
"typeVersion": 2.3,
|
||
"position": [
|
||
-208,
|
||
-176
|
||
],
|
||
"id": "b38f00d0-8173-408b-882f-434d36b94788",
|
||
"name": "If"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"content": "## Check Google Sheets Entry's\n**Double click** to edit me. [Guide](https://docs.google.com/spreadsheets/d/159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE/edit?gid=0#gid=0/)",
|
||
"height": 512,
|
||
"width": 1504,
|
||
"color": 5
|
||
},
|
||
"type": "n8n-nodes-base.stickyNote",
|
||
"position": [
|
||
-464,
|
||
-352
|
||
],
|
||
"typeVersion": 1,
|
||
"id": "3399f2a5-4f46-4a66-8879-64c2dfcfe4ba",
|
||
"name": "Sticky Note"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"content": "## Get Data from Google Search \n**Double click** to edit me. [Guide](https://docs.n8n.io/workflows/components/sticky-notes/)",
|
||
"height": 320,
|
||
"width": 1376,
|
||
"color": 4
|
||
},
|
||
"type": "n8n-nodes-base.stickyNote",
|
||
"position": [
|
||
-1200,
|
||
-16
|
||
],
|
||
"typeVersion": 1,
|
||
"id": "dc4d6c9c-e06a-4112-8952-d223ad263c35",
|
||
"name": "Sticky Note1"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"operation": "update",
|
||
"dataTableId": {
|
||
"__rl": true,
|
||
"value": "1MAiRCRNmSTugKk6",
|
||
"mode": "list",
|
||
"cachedResultName": "scraper",
|
||
"cachedResultUrl": "/projects/EZ4FVi3XfHCAZLn0/datatables/1MAiRCRNmSTugKk6"
|
||
},
|
||
"filters": {
|
||
"conditions": [
|
||
{
|
||
"keyValue": "={{ $('Get Status').item.json.id }}"
|
||
}
|
||
]
|
||
},
|
||
"columns": {
|
||
"mappingMode": "defineBelow",
|
||
"value": {
|
||
"ready": false,
|
||
"finished": true
|
||
},
|
||
"matchingColumns": [],
|
||
"schema": [
|
||
{
|
||
"id": "title",
|
||
"displayName": "title",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"readOnly": false,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "city",
|
||
"displayName": "city",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"readOnly": false,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "cityid",
|
||
"displayName": "cityid",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "number",
|
||
"readOnly": false,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "pages",
|
||
"displayName": "pages",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "number",
|
||
"readOnly": false,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "ready",
|
||
"displayName": "ready",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "boolean",
|
||
"readOnly": false,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "finished",
|
||
"displayName": "finished",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "boolean",
|
||
"readOnly": false,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "startIndex",
|
||
"displayName": "startIndex",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"readOnly": false,
|
||
"removed": true
|
||
}
|
||
],
|
||
"attemptToConvertTypes": false,
|
||
"convertFieldsToString": false
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.dataTable",
|
||
"typeVersion": 1.1,
|
||
"position": [
|
||
336,
|
||
-304
|
||
],
|
||
"id": "ea858b41-5fee-4141-afe7-8f24259ecbe3",
|
||
"name": "Finish Dataset",
|
||
"executeOnce": true
|
||
},
|
||
{
|
||
"parameters": {
|
||
"batchSize": 5,
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.splitInBatches",
|
||
"typeVersion": 3,
|
||
"position": [
|
||
48,
|
||
-192
|
||
],
|
||
"id": "a80880b6-8a9e-4515-9a90-eedc1acf527e",
|
||
"name": "Loop Over Items"
|
||
},
|
||
{
|
||
"parameters": {
|
||
"operation": "append",
|
||
"documentId": {
|
||
"__rl": true,
|
||
"value": "1q_Xj8pbo62vhtMuj7g6MlbMCn3kR4nDdxMn6BKUz7v8",
|
||
"mode": "list",
|
||
"cachedResultName": "Leads-N8N-Ergebnisse",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1q_Xj8pbo62vhtMuj7g6MlbMCn3kR4nDdxMn6BKUz7v8/edit?usp=drivesdk"
|
||
},
|
||
"sheetName": {
|
||
"__rl": true,
|
||
"value": "gid=0",
|
||
"mode": "list",
|
||
"cachedResultName": "Tabellenblatt1",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1xViwL1AgXFbSnxnmCa6qNPk5lfPXSAGiaUj_fqZpEPI/edit#gid=0"
|
||
},
|
||
"columns": {
|
||
"mappingMode": "defineBelow",
|
||
"value": {
|
||
"Vorname": "={{ $json.output.firstName }}",
|
||
"Nachname": "={{ $json.output.lastName }}",
|
||
"Straße": "={{ $json.output.street }}",
|
||
"PLZ": "={{ $json.output.zip }}",
|
||
"Ort": "={{ $json.output.location }}",
|
||
"Land": "={{ $json.output.country }}",
|
||
"Mail": "={{ $json.output.mail }}",
|
||
"Telefon": "='{{ $json.output.phone }}'",
|
||
"Website": "={{ $json.output.website }}",
|
||
"Branche": "={{ $json.output.industry }}",
|
||
"ID": "={{ $('Get Search Results').item.json.id }}"
|
||
},
|
||
"matchingColumns": [
|
||
"ID"
|
||
],
|
||
"schema": [
|
||
{
|
||
"id": "ID",
|
||
"displayName": "ID",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "Vorname",
|
||
"displayName": "Vorname",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Nachname",
|
||
"displayName": "Nachname",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Branche",
|
||
"displayName": "Branche",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Straße",
|
||
"displayName": "Straße",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "PLZ",
|
||
"displayName": "PLZ",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Ort",
|
||
"displayName": "Ort",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Land",
|
||
"displayName": "Land",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Mail",
|
||
"displayName": "Mail",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Telefon",
|
||
"displayName": "Telefon",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "Website",
|
||
"displayName": "Website",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
}
|
||
],
|
||
"attemptToConvertTypes": false,
|
||
"convertFieldsToString": false
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.googleSheets",
|
||
"typeVersion": 4.7,
|
||
"position": [
|
||
640,
|
||
-176
|
||
],
|
||
"id": "992b68e3-cc2b-4ebb-89a7-26fdb5e9290a",
|
||
"name": "Fill Sheet Ergebnisse",
|
||
"credentials": {
|
||
"googleSheetsOAuth2Api": {
|
||
"id": "b6b4YQ4jwEOIgMsO",
|
||
"name": "Google Sheets account"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"parameters": {
|
||
"documentId": {
|
||
"__rl": true,
|
||
"value": "159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE",
|
||
"mode": "list",
|
||
"cachedResultName": "Leads-N8N-2",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE/edit?usp=drivesdk"
|
||
},
|
||
"sheetName": {
|
||
"__rl": true,
|
||
"value": "gid=0",
|
||
"mode": "list",
|
||
"cachedResultName": "Tabellenblatt1",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE/edit#gid=0"
|
||
},
|
||
"filtersUI": {
|
||
"values": [
|
||
{
|
||
"lookupColumn": "index",
|
||
"lookupValue": "no"
|
||
}
|
||
]
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.googleSheets",
|
||
"typeVersion": 4.7,
|
||
"position": [
|
||
-32,
|
||
80
|
||
],
|
||
"id": "7f27c07d-5f7f-4ebf-99f8-23a45525e33e",
|
||
"name": "Get row(s) in sheet",
|
||
"executeOnce": true,
|
||
"credentials": {
|
||
"googleSheetsOAuth2Api": {
|
||
"id": "b6b4YQ4jwEOIgMsO",
|
||
"name": "Google Sheets account"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"parameters": {
|
||
"operation": "update",
|
||
"documentId": {
|
||
"__rl": true,
|
||
"value": "159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE",
|
||
"mode": "list",
|
||
"cachedResultName": "Leads-N8N-2",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE/edit?usp=drivesdk"
|
||
},
|
||
"sheetName": {
|
||
"__rl": true,
|
||
"value": "gid=0",
|
||
"mode": "list",
|
||
"cachedResultName": "Tabellenblatt1",
|
||
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/159DjJd4LSwNMHbRvYwSxAonNT9YWwL7I5eJAZCgvwAE/edit#gid=0"
|
||
},
|
||
"columns": {
|
||
"mappingMode": "defineBelow",
|
||
"value": {
|
||
"ID": "={{ $('Get row(s) in sheet').item.json.ID }}",
|
||
"index": "=yes"
|
||
},
|
||
"matchingColumns": [
|
||
"ID"
|
||
],
|
||
"schema": [
|
||
{
|
||
"id": "ID",
|
||
"displayName": "ID",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": false
|
||
},
|
||
{
|
||
"id": "Titel",
|
||
"displayName": "Titel",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Beschreibung",
|
||
"displayName": "Beschreibung",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Link",
|
||
"displayName": "Link",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Vorname",
|
||
"displayName": "Vorname",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Nachname",
|
||
"displayName": "Nachname",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Branche",
|
||
"displayName": "Branche",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Straße",
|
||
"displayName": "Straße",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "PLZ",
|
||
"displayName": "PLZ",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Ort",
|
||
"displayName": "Ort",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Land",
|
||
"displayName": "Land",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Mail",
|
||
"displayName": "Mail",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Telefon",
|
||
"displayName": "Telefon",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "Website",
|
||
"displayName": "Website",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true,
|
||
"removed": true
|
||
},
|
||
{
|
||
"id": "index",
|
||
"displayName": "index",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "string",
|
||
"canBeUsedToMatch": true
|
||
},
|
||
{
|
||
"id": "row_number",
|
||
"displayName": "row_number",
|
||
"required": false,
|
||
"defaultMatch": false,
|
||
"display": true,
|
||
"type": "number",
|
||
"canBeUsedToMatch": true,
|
||
"readOnly": true,
|
||
"removed": true
|
||
}
|
||
],
|
||
"attemptToConvertTypes": false,
|
||
"convertFieldsToString": false
|
||
},
|
||
"options": {}
|
||
},
|
||
"type": "n8n-nodes-base.googleSheets",
|
||
"typeVersion": 4.7,
|
||
"position": [
|
||
864,
|
||
-176
|
||
],
|
||
"id": "e537d830-957a-486a-9cb0-6897b2295b3b",
|
||
"name": "Update row index",
|
||
"credentials": {
|
||
"googleSheetsOAuth2Api": {
|
||
"id": "b6b4YQ4jwEOIgMsO",
|
||
"name": "Google Sheets account"
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"pinData": {},
|
||
"connections": {
|
||
"When clicking ‘Execute workflow’": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Get Status",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Get Status": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Check City",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Check City": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Prepare Search",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
],
|
||
[]
|
||
]
|
||
},
|
||
"Prepare Search": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Get Search Results",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Get Search Results": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Fill Sheet",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Fill Sheet": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Get row(s) in sheet",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"OpenAI Chat Model": {
|
||
"ai_languageModel": [
|
||
[
|
||
{
|
||
"node": "Research Data",
|
||
"type": "ai_languageModel",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Structured Output Parser": {
|
||
"ai_outputParser": [
|
||
[
|
||
{
|
||
"node": "Research Data",
|
||
"type": "ai_outputParser",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Research Data": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Fill Sheet Ergebnisse",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"If": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Loop Over Items",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Loop Over Items": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Finish Dataset",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
],
|
||
[
|
||
{
|
||
"node": "Research Data",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Fill Sheet Ergebnisse": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Update row index",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Get row(s) in sheet": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "If",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
},
|
||
"Update row index": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "Loop Over Items",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
}
|
||
},
|
||
"active": false,
|
||
"settings": {
|
||
"executionOrder": "v1",
|
||
"availableInMCP": false
|
||
},
|
||
"versionId": "52e6e10e-9156-44b3-aaea-aeed469c76f5",
|
||
"meta": {
|
||
"templateCredsSetupCompleted": true,
|
||
"instanceId": "2f7fd37175cefa82de44e06b8af9ab9c01e7956018045d6efc4f7bf1588a41eb"
|
||
},
|
||
"id": "K8ua6ir071dxfiKW",
|
||
"tags": []
|
||
}
|