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 →
{
"updatedAt": "2026-01-01T19:31:27.420Z",
"createdAt": "2025-12-29T13:08:02.121Z",
"id": "uDHrit1TlBfWUxCh",
"name": "09-INT-INEMA-Scraper - Raspador de Automa\u00e7\u00f5es",
"active": false,
"isArchived": false,
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.3,
"position": [
0,
0
],
"id": "d8ab0e0b-1800-4f48-9cad-b1083438e010",
"name": "Schedule Trigger"
},
{
"parameters": {
"jsCode": "// SISTEMA AUT\u00d4NOMO - AN\u00c1LISE E SELE\u00c7\u00c3O INEMA WORKFLOWS\n// Hospitalar Solu\u00e7\u00f5es - Rudson Oliveira\n\nconst HOSPITAL_KEYWORDS = ['paciente', 'medico', 'saude', 'hospitalar', 'clinica', 'agendamento', 'consulta', 'autenticacao', 'chatbot', 'multiusuario'];\n\nconst WORKFLOWS = [\n { id: 'chat01', name: 'Chatbot Multiusu\u00e1rio - Autentica\u00e7\u00e3o', description: 'Sistema de chatbot com autentica\u00e7\u00e3o para m\u00faltiplos usu\u00e1rios', category: 'Comunica\u00e7\u00e3o', tags: ['chatbot', 'authentication', 'multiuser'], telegram_url: 'https://t.me/c/2494913847', priority: 1, hospital_score: 95 },\n { id: 'sys01', name: 'n8n-ps Sistema Arquiteto Workflows', description: 'Sistema end-to-end Cloud Code + n8n MCP', category: 'Orquestra\u00e7\u00e3o', tags: ['architecture', 'mcp', 'orchestration'], telegram_url: 'https://t.me/c/2494913847/16710', priority: 2, hospital_score: 88 },\n { id: 'api01', name: 'Sistema Webhooks e APIs', description: 'Automa\u00e7\u00e3o com webhooks por eventos', category: 'Integra\u00e7\u00e3o', tags: ['webhook', 'api', 'integration'], telegram_url: 'https://t.me/c/2494913847', priority: 3, hospital_score: 82 }\n];\n\nfunction selectPriority(workflows, limit = 3) {\n return workflows.sort((a, b) => b.hospital_score - a.hospital_score).slice(0, limit);\n}\n\nconst selected = selectPriority(WORKFLOWS);\n\nreturn selected.map(w => ({\n json: {\n workflow_id: w.id,\n workflow_name: w.name,\n description: w.description,\n category: w.category,\n tags: w.tags.join(', '),\n telegram_url: w.telegram_url,\n priority: w.priority,\n hospital_score: w.hospital_score,\n source: 'INEMA.N8N',\n imported_at: new Date().toISOString(),\n status: 'READY_FOR_DOWNLOAD',\n next_steps: '1.Download JSON 2.Adaptar 3.Importar 4.Testar',\n estimated_impact: w.hospital_score >= 80 ? 'ALTO' : 'M\u00c9DIO'\n }\n}));"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
208,
0
],
"id": "4091c53a-9428-4126-9d94-86a0b4f3c520",
"name": "Code in JavaScript"
},
{
"parameters": {
"url": "=$json.telegram_url",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.3,
"position": [
416,
0
],
"id": "fe7904c5-a7b2-4324-be14-abe8655337ed",
"name": "HTTP Request"
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Code in JavaScript",
"type": "main",
"index": 0
}
]
]
},
"Code in JavaScript": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"meta": null,
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
09-INT-INEMA-Scraper - Raspador de Automações. Uses httpRequest. Scheduled trigger; 3 nodes.
Source: https://github.com/Rudson-Oliveira/n8n-workflows/blob/a3f0a83d72e843b9eae39bb94f9351e8fe200d57/INT/09-INT-INEMA-Scraper-Raspador-de-Automa-es.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.
> Watch the full Youtube Video Tutorial [](https://youtu.be/Y-wUr2-UYZk)
Very straightforward workflow. It checks the Epic Games website if the HTML container with free games has changed. If it did then it will send a notification to Discord with a list of embeds containin
This workflow automatically scrapes business leads from Google Maps on a daily schedule and ensures only high-quality, unique leads are processed. New businesses are cleaned, validated, and deduplicat
Women creators, homemakers-turned-entrepreneurs, and feminine lifestyle brands who want a graceful, low-lift way to keep an eye on competitor content and spark weekly ideas.
This workflow automatically searches YouTube Data API for videos related to specific keywords, extracts channel data, filters channels based on performance metrics, and saves the results into Google S