Files
n8n/flows/68.json

217 lines
4.5 KiB
JSON
Raw Normal View History

2022-10-03 21:00:38 +00:00
{
2022-10-27 21:01:19 +00:00
"createdAt": "2022-10-03T06:24:14.016Z",
"updatedAt": "2022-10-03T06:46:29.175Z",
2022-10-03 21:00:38 +00:00
"id": 68,
"name": "rozetka wine",
"active": false,
"nodes": [
{
"parameters": {},
"id": "f557a36b-bdfe-4296-b804-928ee5690815",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
20,
260
]
},
{
"parameters": {
"url": "https://rozetka.com.ua/ua/tihoe-vino/c4649052/krepost-vino=16-19;obyem-krepkie-napitki=750-ml;price=200-600;sahar-69758=273137;sell_status=available;sort=cheap/",
"options": {}
},
"id": "4baf049d-c0d5-4ab6-93b0-9bd61a9b9cc6",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
320,
340
]
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyHour"
}
]
}
},
"id": "6a71c9d3-b5f0-4476-90ba-4215b2f5d4f1",
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
20,
420
]
},
{
"parameters": {
"extractionValues": {
"values": [
{
"key": "items",
"cssSelector": "li.catalog-grid__cell.catalog-grid__cell_type_slim.ng-star-inserted",
"returnValue": "html",
"returnArray": true
}
]
},
"options": {}
},
"id": "8d52f46c-e398-428e-8618-a545d025bc0f",
"name": "HTML Extract1",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
520,
340
]
},
{
"parameters": {
"fieldToSplitOut": "items",
"options": {}
},
"id": "642110f5-6eb3-42ee-bade-8e702f702e1b",
"name": "Item Lists",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
720,
340
]
},
{
"parameters": {
"dataPropertyName": "items",
"extractionValues": {
"values": [
{
"key": "link",
"cssSelector": "a.goods-tile__heading.ng-star-inserted",
"returnValue": "attribute",
"attribute": "href"
},
{
"key": "title",
"cssSelector": "a.goods-tile__heading.ng-star-inserted",
"returnValue": "attribute",
"attribute": "title"
},
{
"key": "price",
"cssSelector": "div.goods-tile__price.price--red.ng-star-inserted"
}
]
},
"options": {}
},
"id": "941ce596-8163-4665-8a2e-34e1541903a3",
"name": "HTML Extract",
"type": "n8n-nodes-base.htmlExtract",
"typeVersion": 1,
"position": [
940,
340
]
},
{
"parameters": {
"operation": "sort",
"sortFieldsUi": {
"sortField": [
{
"fieldName": "price"
}
]
},
"options": {}
},
"id": "fe32fb97-6bf5-4c6d-9aac-6e056b29dda8",
"name": "Item Lists1",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
1160,
340
]
}
],
"connections": {
"Cron": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "HTML Extract1",
"type": "main",
"index": 0
}
]
]
},
"HTML Extract1": {
"main": [
[
{
"node": "Item Lists",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"Item Lists": {
"main": [
[
{
"node": "HTML Extract",
"type": "main",
"index": 0
}
]
]
},
"HTML Extract": {
"main": [
[
{
"node": "Item Lists1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"pinData": {},
"tags": []
}