Vision AI Web Scraper to Google Sheets

3b379d87-8edc-4036-a1cc-8d453a4b7e24

Latency
28464ms
Cost
$0.0013
Tokens
896
Status
partial
gemini-2.5-flash

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "manualTrigger"
    },
    "event": "node_start",
    "nodeId": "90ac8845-342e-4fdb-ae09-cb9d169b4119",
    "timestamp": 1783204373232
  },
  {
    "data": {
      "initialData": {
        "url": "https://www.example-ecommerce.com/products/super-widget-pro",
        "data": "This is a placeholder for any additional data that might be passed to the workflow.",
        "promo": "SUMMER20",
        "query": "Extract product details and promotional offer for the Super Widget Pro from the provided webpage.",
        "product_brand": "Acme Corp",
        "product_price": "99.99",
        "product_title": "Super Widget Pro",
        "promo_percentage": "20"
      }
    },
    "event": "triggered",
    "nodeId": "manualTrigger",
    "timestamp": 1783204373232
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "manualTrigger"
    },
    "event": "node_end",
    "nodeId": "90ac8845-342e-4fdb-ae09-cb9d169b4119",
    "timestamp": 1783204373232
  },
  {
    "data": {
      "nodeType": "passthrough"
    },
    "event": "node_start",
    "nodeId": "a0ab6dcb-ffad-40bf-8a22-f2e152e69b00",
    "timestamp": 1783204373235
  },
  {
    "data": {},
    "event": "noOp",
    "nodeId": "passthrough",
    "timestamp": 1783204373235
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "passthrough"
    },
    "event": "node_end",
    "nodeId": "a0ab6dcb-ffad-40bf-8a22-f2e152e69b00",
    "timestamp": 1783204373235
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "34f50603-a969-425d-8a1a-ec8031a5cdfd",
    "timestamp": 1783204373238
  },
  {
    "data": {
      "messages": 1,
      "maxTokens": 1024
    },
    "event": "calling google/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783204373238
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "google"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783204373238
  },
  {
    "data": {
      "error": "Google Gemini API error (500): {\n  \"error\": {\n    \"code\": 500,\n    \"message\": \"An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting\",\n    \"status\": \"INTERNAL\"\n  }\n}\n",
      "status": "error",
      "degraded": true,
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "34f50603-a969-425d-8a1a-ec8031a5cdfd",
    "timestamp": 1783204398668
  },
  {
    "data": {
      "nodeType": "passthrough"
    },
    "event": "node_start",
    "nodeId": "9fe8ee54-755a-44f2-a2bf-a695e3754b3d",
    "timestamp": 1783204398673
  },
  {
    "data": {},
    "event": "noOp",
    "nodeId": "passthrough",
    "timestamp": 1783204398673
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "passthrough"
    },
    "event": "node_end",
    "nodeId": "9fe8ee54-755a-44f2-a2bf-a695e3754b3d",
    "timestamp": 1783204398673
  },
  {
    "data": {
      "nodeType": "trigger"
    },
    "event": "node_start",
    "nodeId": "79f7b4db-57f1-4004-88b3-51cfcfe9884e",
    "timestamp": 1783204398675
  },
  {
    "data": {
      "kind": "n8n-nodes-base.executeWorkflowTrigger"
    },
    "event": "seeded",
    "nodeId": "trigger",
    "timestamp": 1783204398675
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "trigger"
    },
    "event": "node_end",
    "nodeId": "79f7b4db-57f1-4004-88b3-51cfcfe9884e",
    "timestamp": 1783204398675
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "1a59a962-f483-4a27-8686-607a7d375584",
    "timestamp": 1783204398678
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "fixture": true,
      "service": "googleSheets",
      "latencyMs": 0,
      "operation": "read",
      "simulated": true
    },
    "event": "integration_mocked",
    "nodeId": "integration",
    "timestamp": 1783204398678
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "1a59a962-f483-4a27-8686-607a7d375584",
    "timestamp": 1783204398678
  },
  {
    "data": {
      "nodeType": "set"
    },
    "event": "node_start",
    "nodeId": "f2615921-d060-410b-aef4-cd484edb2897",
    "timestamp": 1783204398681
  },
  {
    "data": {
      "inputKeys": [
        "url",
        "promo",
        "product_title",
        "product_brand",
        "product_price",
        "promo_percentage",
        "query",
        "data"
      ],
      "mergeKeys": []
    },
    "event": "merged",
    "nodeId": "set",
    "timestamp": 1783204398681
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "set"
    },
    "event": "node_end",
    "nodeId": "f2615921-d060-410b-aef4-cd484edb2897",
    "timestamp": 1783204398681
  },
  {
    "data": {
      "nodeType": "set"
    },
    "event": "node_start",
    "nodeId": "82dcdc23-3d71-4281-a3d0-fdbc27327dd0",
    "timestamp": 1783204398684
  },
  {
    "data": {
      "inputKeys": [
        "items"
      ],
      "mergeKeys": []
    },
    "event": "merged",
    "nodeId": "set",
    "timestamp": 1783204398684
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "set"
    },
    "event": "node_end",
    "nodeId": "82dcdc23-3d71-4281-a3d0-fdbc27327dd0",
    "timestamp": 1783204398684
  },
  {
    "data": {
      "nodeType": "http"
    },
    "event": "node_start",
    "nodeId": "7a2bfc41-1527-448d-a52c-794ca4c9e7ee",
    "timestamp": 1783204398686
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "http",
      "latencyMs": 0,
      "operation": "fixture",
      "simulated": true
    },
    "event": "integration_mocked",
    "nodeId": "integration",
    "timestamp": 1783204398686
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "http"
    },
    "event": "node_end",
    "nodeId": "7a2bfc41-1527-448d-a52c-794ca4c9e7ee",
    "timestamp": 1783204398686
  },
  {
    "data": {
      "nodeType": "http"
    },
    "event": "node_start",
    "nodeId": "01cbc1eb-2910-49b1-89e6-d32d340e5273",
    "timestamp": 1783204398689
  },
  {
    "data": {
      "mode": "read",
      "status": "ok",
      "service": "http",
      "latencyMs": 0,
      "operation": "fixture",
      "simulated": true
    },
    "event": "integration_mocked",
    "nodeId": "integration",
    "timestamp": 1783204398689
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "http"
    },
    "event": "node_end",
    "nodeId": "01cbc1eb-2910-49b1-89e6-d32d340e5273",
    "timestamp": 1783204398689
  },
  {
    "data": {
      "nodeType": "passthrough"
    },
    "event": "node_start",
    "nodeId": "3b9096d1-ab5a-48a8-90ee-465483881d95",
    "timestamp": 1783204398691
  },
  {
    "data": {},
    "event": "noOp",
    "nodeId": "passthrough",
    "timestamp": 1783204398691
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "passthrough"
    },
    "event": "node_end",
    "nodeId": "3b9096d1-ab5a-48a8-90ee-465483881d95",
    "timestamp": 1783204398691
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "2c142537-d8fe-4fc1-9758-6a3538c43fc0",
    "timestamp": 1783204398693
  },
  {
    "data": {
      "messages": 2,
      "maxTokens": 1024
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1783204398693
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1783204398693
  },
  {
    "data": {
      "model": "gemini-2.5-flash",
      "costUsd": 0.0013028,
      "provider": "openai",
      "latencyMs": 2489,
      "promptTokens": 426,
      "completionTokens": 470
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1783204401183
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "2c142537-d8fe-4fc1-9758-6a3538c43fc0",
    "timestamp": 1783204401183
  },
  {
    "data": {
      "nodeType": "passthrough"
    },
    "event": "node_start",
    "nodeId": "2054612e-f3e1-4633-9c1a-0644ae07613c",
    "timestamp": 1783204401189
  },
  {
    "data": {
      "count": 1
    },
    "event": "splitOut",
    "nodeId": "passthrough",
    "timestamp": 1783204401189
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "passthrough"
    },
    "event": "node_end",
    "nodeId": "2054612e-f3e1-4633-9c1a-0644ae07613c",
    "timestamp": 1783204401189
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "226520d1-2edb-4ade-9940-0bae461eb161",
    "timestamp": 1783204401194
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "googleSheets",
      "safeMode": true,
      "latencyMs": 500,
      "operation": "append",
      "simulated": true
    },
    "event": "integration_mocked",
    "nodeId": "integration",
    "timestamp": 1783204401696
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "226520d1-2edb-4ade-9940-0bae461eb161",
    "timestamp": 1783204401696
  }
]