Auto backup (2022-05-31T21:01:00.987Z)

This commit is contained in:
nia
2022-05-31 21:01:01 +00:00
parent 80b44f605d
commit 9e5e46b17e
6 changed files with 432 additions and 20 deletions

View File

@@ -15,7 +15,7 @@
},
{
"parameters": {
"url": "https://www.olx.ua/d/elektronika/igry-i-igrovye-pristavki/igry-dlya-pristavok/chernigov/",
"url": "https://www.olx.ua/d/elektronika/igry-i-igrovye-pristavki/igry-dlya-pristavok/chernigov/?currency=UAH&search%5Border%5D=created_at:desc&search%5Bfilter_enum_console_manufacturers%5D%5B0%5D=2272",
"responseFormat": "string",
"options": {}
},
@@ -32,21 +32,14 @@
"extractionValues": {
"values": [
{
"key": "text",
"cssSelector": "div.css-1venxj6",
"returnArray": true
},
{
"key": "image",
"cssSelector": "div.css-gl6djm",
"key": "items",
"cssSelector": "div.css-19ucd76",
"returnValue": "html",
"returnArray": true
}
]
},
"options": {
"trimValues": false
}
"options": {}
},
"name": "HTML Extract",
"type": "n8n-nodes-base.htmlExtract",
@@ -55,6 +48,56 @@
680,
300
]
},
{
"parameters": {
"fieldToSplitOut": "items",
"options": {}
},
"name": "Item Lists",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
880,
300
]
},
{
"parameters": {
"dataPropertyName": "items",
"extractionValues": {
"values": [
{
"key": "title",
"cssSelector": "h6.css-v3vynn-Text.eu5v0x0"
},
{
"key": "link",
"cssSelector": "a.css-1bbgabe",
"returnValue": "attribute",
"attribute": "href"
},
{
"key": "image",
"cssSelector": "img",
"returnValue": "attribute",
"attribute": "src"
},
{
"key": "price",
"cssSelector": "p"
}
]
},
"options": {}
},
"name": "HTML Extract1",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
1100,
300
]
}
],
"connections": {
@@ -79,10 +122,32 @@
}
]
]
},
"HTML Extract": {
"main": [
[
{
"node": "Item Lists",
"type": "main",
"index": 0
}
]
]
},
"Item Lists": {
"main": [
[
{
"node": "HTML Extract1",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-27T16:18:47.443Z",
"updatedAt": "2022-05-27T16:38:22.727Z",
"updatedAt": "2022-05-31T17:44:57.696Z",
"settings": {},
"staticData": null
}