The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "scan.go copy",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 2
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
],
"id": "e28973ac-e639-47ca-9d68-e3010ac1ebf7",
"name": "Schedule Trigger"
},
{
"parameters": {
"command": "=/usr/local/go/bin/go run scan.go",
"cwd": "/mnt/data/saberprojects/iranseda-crawler-golang-/"
},
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
220,
0
],
"id": "dfebf0a8-f2b4-4f43-ac46-b6799f8ef093",
"name": "SSH",
"credentials": {
"sshPassword": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "SSH",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "6397ae30-de2a-4f6e-913e-a47b03f8d45f",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "MotD7CYqgw2incul",
"tags": [
{
"createdAt": "2025-06-03T15:01:33.745Z",
"updatedAt": "2025-06-03T15:01:33.745Z",
"id": "pCA0nbWXNHSwikBk",
"name": "persian"
}
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
sshPassword
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
scan.go copy. Uses ssh. Scheduled trigger; 2 nodes.
Source: https://github.com/saber13812002/Automated-Multi-Step-Content-Processing-and-SEO-Optimization-System/blob/ee277aa227976b1d0f5ea19dbe450824104bed1b/n8n/scan_go_copy.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.