Daily Reddit Post Monitoring and AI Ranking

3825d347-c884-4c84-9085-256a37fe47e4

Latency
4401ms
Cost
$0.0013
Tokens
511
Status
success
gemini-3-flash-preview

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "trigger"
    },
    "event": "node_start",
    "nodeId": "trigger",
    "timestamp": 1782942581058
  },
  {
    "data": {
      "kind": "n8n-nodes-base.scheduleTrigger"
    },
    "event": "seeded",
    "nodeId": "trigger",
    "timestamp": 1782942581058
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "trigger"
    },
    "event": "node_end",
    "nodeId": "trigger",
    "timestamp": 1782942581058
  },
  {
    "data": {
      "nodeType": "http"
    },
    "event": "node_start",
    "nodeId": "fetch-reddit",
    "timestamp": 1782942581060
  },
  {
    "event": "fetching GET https://www.reddit.com/r/SaaS/hot.json?limit=20",
    "nodeId": "http",
    "timestamp": 1782942581060
  },
  {
    "data": {
      "url": "https://www.reddit.com/r/SaaS/hot.json?limit=20",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1782942581060
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "http"
    },
    "event": "node_end",
    "nodeId": "fetch-reddit",
    "timestamp": 1782942581389
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "parse",
    "timestamp": 1782942581389
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "parse",
    "timestamp": 1782942581394
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "ai-analyze",
    "timestamp": 1782942581397
  },
  {
    "data": {
      "messages": 1,
      "maxTokens": 800
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1782942581397
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1782942581397
  },
  {
    "data": {
      "model": "gemini-3-flash-preview",
      "costUsd": 0.0012753,
      "provider": "openai",
      "latencyMs": 3548,
      "promptTokens": 1,
      "completionTokens": 510
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1782942584950
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "ai-analyze",
    "timestamp": 1782942584950
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "merge",
    "timestamp": 1782942584950
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "merge",
    "timestamp": 1782942584955
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "save-sheets",
    "timestamp": 1782942584957
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "googleSheets",
      "safeMode": true,
      "latencyMs": 500,
      "operation": "append",
      "simulated": true
    },
    "event": "integration_mocked",
    "nodeId": "integration",
    "timestamp": 1782942585459
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "save-sheets",
    "timestamp": 1782942585459
  }
]