{ "meta": { "instanceId": "workflow-373df7dd", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.916420", "updatedAt": "2025-09-29T07:07:45.916462", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "nodes": [ { "id": "edf41c95-2421-4008-9097-73687fe4bbfc", "name": "Schedule Trigger", "type": "n8n-nodes-base.scheduleTrigger", "position": [ 380, 240 ], "parameters": { "rule": { "interval": [ {} ] } }, "typeVersion": 1.2, "notes": "This scheduleTrigger node performs automated tasks as part of the workflow." }, { "id": "bde8d167-b7c4-4fc8-a256-b022bb33347d", "name": "Test Data", "type": "n8n-nodes-base.set", "position": [ 800, 240 ], "parameters": { "options": {}, "assignments": { "assignments": [ { "id": "e0e09aa8-2374-43f7-87bf-f2ffcac8e1d9", "name": "name", "type": "string", "value": "n8n" }, { "id": "2086908e-c301-4392-9cf6-b6461e11dcd4", "name": "url", "type": "string", "value": "{{ $env.WEBHOOK_URL }}" } ] } }, "typeVersion": 3.3, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "e53d7ec5-f98a-41fe-b082-00e2f680dcea", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ 760, 40 ], "parameters": { "content": "## Test Data \n\nUsing n8n.io as test url.\n\nFor production use, you have to connect your data here." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "835c2a8c-edd6-43dc-b898-e2c49dd65beb", "name": "Sticky Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 1120, -40 ], "parameters": { "width": 389, "height": 255.7976193268613, "content": "## Web Scraping \n\nUsing **Scrappey's** API to scrape every website.\n\nDon't get blocked again by anti-bot technologies while scraping the web.\n\n**Setup:**\nReplace YOUR_API_KEY with [your Scrappey API key.]({{ $env.WEBHOOK_URL }}\n" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e", "name": "Scrape website with Scrappey", "type": "n8n-nodes-base.httpRequest", "position": [ 1280, 240 ], "parameters": { "url": "{{ $env.API_BASE_URL }}", "method": "POST", "options": { "redirect": { "redirect": {} } }, "sendBody": true, "sendQuery": true, "bodyParameters": { "parameters": [ { "name": "cmd", "value": "request.get" }, { "name": "url", "value": "={{ $json.url }}" } ] }, "queryParameters": { "parameters": [ { "name": "key", "value": "YOUR_API_KEY" } ] } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." } ], "pinData": {}, "connections": { "7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e": { "main": [ [ { "node": "error-handler-7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e", "type": "main", "index": 0 } ], [ { "node": "error-handler-7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e-773d15fb", "type": "main", "index": 0 } ], [ { "node": "error-handler-7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e-e0850c76", "type": "main", "index": 0 } ], [ { "node": "error-handler-7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e-17ada994", "type": "main", "index": 0 } ], [ { "node": "error-handler-7f8b3077-ec09-4fec-a4f0-f6b7f3f7ec0e-c7ef0598", "type": "main", "index": 0 } ] ] } }, "name": "Scheduletrigger Workflow", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "description": "Automated workflow: Scheduletrigger Workflow. This workflow integrates 5 different services: stickyNote, httpRequest, scheduleTrigger, set, stopAndError. It contains 7 nodes and follows best practices for error handling and security.", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Scheduletrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }