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": "Scraper statup",
"nodes": [
{
"parameters": {
"command": "python \"C:\\inetpub\\n8n\\testpy\\fullstart.py\""
},
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
280,
0
],
"id": "9582f777-cde9-4df6-bf29-9921af13786d",
"name": "Execute Command"
},
{
"parameters": {
"httpMethod": "POST",
"path": "getstartupscrape",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
0
],
"id": "bec83bb8-54f8-49db-8bdc-5f0f6d37b3ac",
"name": "Webhook"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Execute Command",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "682f64c7-d871-42f1-828d-eb659d9b4d95",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "EPpbq9lrZJNKKE8t",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Scraper statup. Uses executeCommand. Webhook trigger; 2 nodes.
Source: https://github.com/athel4veb/hive-map-malaysia-now/blob/a1c9a089d18354680234b3e31d2260b68925816a/n8n/Scraper_statup.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.
PDF Processing via Shell. Uses executeCommand. Webhook trigger; 3 nodes.
Clara Pipeline B - Onboarding Update. Uses executeCommand. Webhook trigger; 3 nodes.
Clara Automation Pipeline – Run All. Uses executeCommand. Webhook trigger; 2 nodes.
seo-auditor. Uses executeCommand, googleDrive, readBinaryFile. Webhook trigger; 15 nodes.