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": "Pesquisa de produtos Casas Bahia",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-912,
-304
],
"id": "cbf1d1f1-7a5f-4f58-bf7c-1f0b0fbd1001",
"name": "When clicking 'Execute workflow'"
},
{
"parameters": {
"httpMethod": "POST",
"path": "pesquisa-casasbahia",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
-912,
-112
],
"id": "cbf1d1f1-7a5f-4f58-bf7c-1f0b0fbd1002",
"name": "Webhook"
},
{
"parameters": {
"jsCode": "const query = $json.body?.query || '';\n\nreturn [{\n json: {\n products: [],\n total_products_found: 0,\n search_term: query || 'N\u00e3o identificado',\n source: 'casasbahia',\n source_name: 'Casas Bahia',\n source_status: 'blocked',\n warning: 'A Casas Bahia est\u00e1 bloqueando automa\u00e7\u00e3o p\u00fablica com 403/Akamai. Para integrar de verdade, precisamos de browser controlado ou endpoint oficial.',\n extracted_at: new Date().toISOString(),\n }\n}];"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
-544,
-208
],
"id": "cbf1d1f1-7a5f-4f58-bf7c-1f0b0fbd1004",
"name": "Code in JavaScript"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.5,
"position": [
-96,
-208
],
"id": "cbf1d1f1-7a5f-4f58-bf7c-1f0b0fbd1005",
"name": "Respond to Webhook"
}
],
"connections": {
"When clicking 'Execute workflow'": {
"main": [
[
{
"node": "Code in JavaScript",
"type": "main",
"index": 0
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "Code in JavaScript",
"type": "main",
"index": 0
}
]
]
},
"Code in JavaScript": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "cbf1d1f1-7a5f-4f58-bf7c-1f0b0fbd1006",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "casasbahia-flow",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Pesquisa de produtos Casas Bahia. Event-driven trigger; 4 nodes.
Source: https://github.com/joabeoliveira/pesquisa-fornecedores-n8n/blob/d6491cfcb5902594fe4bbdbf906fcbd8d87df937/fluxos/casasbahia.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.
Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.
Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.
This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.
This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.
Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.