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": "AI CTF Web Scraper",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "ai-ctf-scraper",
"responseMode": "lastNode",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
480,
320
]
},
{
"parameters": {
"url": "={{$json.body.url}}",
"responseFormat": "string",
"options": {
"followRedirect": true
}
},
"name": "Fetch URL Content",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
740,
320
],
"settings": {
"continueOnFail": true
}
},
{
"parameters": {
"options": {}
},
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
980,
320
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Fetch URL Content",
"type": "main",
"index": 0
}
]
]
},
"Fetch URL Content": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
AI CTF Web Scraper. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/deriv-security/AI-CTF/blob/fa8ef3587d83f6d93f5f40bd4275a6092885b3a7/n8n/n8n_workflow.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.
This workflow enables the submission of business-critical URLs via the Google Indexing API and IndexNow.
Never miss important website updates again! This workflow automatically tracks changes on dynamic websites (think React apps, JavaScript-heavy sites) and sends you instant email notifications when som
This template implements a recursive web crawler inside n8n. Starting from a given URL, it crawls linked pages up to a maximum depth (default: 3), extracts text and links, and returns the collected co
Crawl Space & Foundation Repair Intake AI - Vapi MVP (Client Template). Uses httpRequest, googleSheets. Webhook trigger; 14 nodes.
This workflow exposes a webhook that accepts a Google search query, runs the CoreClaw Google Search Scraper Worker via HTTP, and returns normalized organic results (title, URL, snippet, and position)