0913 Splitout Code Create Webhook
0913 Splitout Code Create Webhook
Manual
High
11
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
11
Node Types
10
Node Types
lm Chat Open Router
OpenRouter Chat Model
1 node
output Parser Structured
Structured Output Parser
1 node
http Request
scrap url
1 node
sticky Note
Sticky Note1
1 node
manual Trigger
When clicking ‘Test workflow’
1 node
split In Batches
url
1 node
google Sheets
get urls to scrape, add results
2 nodes
code
clean html
1 node
chain Llm
extract data
1 node
split Out
Split items
1 node
Workflow JSON
9.6 KB
{
"meta": {
"instanceId": "4a11afdb3c52fd098e3eae9fad4b39fdf1bbcde142f596adda46c795e366b326"
},
"name": "0913 Splitout Code Create Webhook",
"nodes": [
{
"id": "f1b36f4b-6558-4e83-a999-e6f2d24e196c",
"name": "OpenRouter Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
"position": [
620,
240
],
"parameters": {
"model": "openai/gpt-4.1",
"options": {}
},
"typeVersion": 1
},
{
"id": "89ca0a07-286f-4e68-9e85-0327a4859cc0",
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
900,
240
],
"parameters": {
"schemaType": "manual",
"inputSchema": "{\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": { \"type\": \"string\" },\n \"description\": { \"type\": \"string\" },\n \"rating\": { \"typ...Showing first 1000 characters. Click "Expand" to view the full JSON.